MatrixMathMatrixColumnROVectorT Constructor |
Constructor of a matrix column vector by providing the matrix and the column number of that matrix that is wrapped.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public MatrixColumnROVector(
IROMatrix<T> matrix,
int column
)
Parameters
- matrix IROMatrixT
- The matrix.
- column Int32
- The column number of the matrix that is wrapped to a vector.
See Also