IROMatrixT Interface |
public interface IROMatrix<T> where T : struct, new()
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.IROMatrix`1"]
The IROMatrixT type exposes the following members.
Name | Description | |
---|---|---|
ColumnCount | The number of columns of the matrix. | |
Item | Gets an element of the matrix at (row, col). | |
RowCount | The number of rows of the matrix. |
Name | Description | |
---|---|---|
CopyColumnT |
Copies one column of a source matrix into a destination matrix to a given row and column offset.
(Defined by MatrixMath) | |
MapIndexedT, T1 | (Defined by MatrixMath) |