Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Properties > Matrix.Item Property


Extreme Optimization Mathematics Library for .NET

Matrix.Item Property

Gets or sets the components of a submatrix of this Matrix.

Overload List

Gets or sets the components of a submatrix of this Matrix.

public Matrix this[Extreme.Mathematics.LinearAlgebra.Range, Extreme.Mathematics.LinearAlgebra.Range] {get; set;}

Gets or sets the components of a column of this Matrix.

public Vector this[Extreme.Mathematics.LinearAlgebra.Range, int] {get; set;}

Gets or sets the components of a row of this Matrix.

public Vector this[int, Extreme.Mathematics.LinearAlgebra.Range] {get; set;}

Gets or sets the specified element in this Matrix.

public double this[int, int] {get; set;}

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace