MatrixMathMatrixColumnVectorT Constructor |
Constructor of a matrix row vector by providing the matrix and the row 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 MatrixColumnVector(
IMatrix<T> matrix,
int column
)
Parameters
- matrix IMatrixT
- The matrix.
- column Int32
- The column number of the matrix that is wrapped to a vector.
See Also