IROMatrix |
public interface IROMatrixLevel1<T> : IROMatrix<T> where T : struct, new()
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.IROMatrixLevel1`1"]
The IROMatrixLevel1T type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnCount | The number of columns of the matrix. (Inherited from IROMatrixT) |
![]() | Item | Gets an element of the matrix at (row, col). (Inherited from IROMatrixT) |
![]() | RowCount | The number of rows of the matrix. (Inherited from IROMatrixT) |
Name | Description | |
---|---|---|
![]() | EnumerateElementsIndexed | |
![]() | MapIndexed(FuncInt32, Int32, T, T, IMatrixT, Zeros) | Elementwise mapping of a function to the elements of a matrix, and storing the result in another matrix. |
![]() | MapIndexedT1(T1, FuncInt32, Int32, T, T1, T, IMatrixT, Zeros) | Elementwise mapping of a function to the elements of a matrix, and storing the result in another matrix. |