VectorTToRowMatrix Method |
Create a matrix based on this vector in row form (one single row).
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix<T> ToRowMatrix()
Return Value
MatrixT
This vector as a row matrix.
See Also