Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Properties > Matrix.Item Property
Gets or sets the components of a submatrix of this Matrix.
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;}
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace