Click or drag to resize

IROMatrixLevel1T Interface

Operations on matrices which do not change the matrix instance.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IROMatrixLevel1<T> : IROMatrix<T>
where T : struct, new()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.IROMatrixLevel1`1"]

The IROMatrixLevel1T type exposes the following members.

Properties
 NameDescription
Public propertyColumnCountThe number of columns of the matrix.
(Inherited from IROMatrixT)
Public propertyItemGets an element of the matrix at (row, col).
(Inherited from IROMatrixT)
Public propertyRowCountThe number of rows of the matrix.
(Inherited from IROMatrixT)
Top
Methods
 NameDescription
Public methodEnumerateElementsIndexed 
Public methodMapIndexed(FuncInt32, Int32, T, T, IMatrixT, Zeros) Elementwise mapping of a function to the elements of a matrix, and storing the result in another matrix.
Public methodMapIndexedT1(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.
Top
See Also