Click or drag to resize

VectorTToColumnMatrix Method

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

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

Return Value

MatrixT
This vector as a column matrix.
See Also