Click or drag to resize

VectorTToRowMatrix Method

Create a matrix based on this vector in row form (one single row).

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> ToRowMatrix()

Return Value

MatrixT
This vector as a row matrix.
See Also