LinearOperator<T>.ColumnCount Property

Gets the number of columns in the matrix.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int ColumnCount { get; }

Property Value

Int32
The number of columns.

See Also