Click or drag to resize

SvdTVT Property

Gets the transpose right singular vectors (transpose of V, an n-by-n unitary matrix)

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix<T> VT { get; }

Property Value

MatrixT
See Also