CADability dotNET
Get the diagonal matrix of singular values.

Namespace: CADability.LinearAlgebra
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Matrix S { get; }
Visual Basic
Public ReadOnly Property S As Matrix
	Get
Visual C++
public:
property Matrix^ S {
	Matrix^ get ();
}

See Also