Gets and sets the server property that determines whether the full or reduced singular value decomposition is computed.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public bool ComputeFull { get; set; }
Visual Basic (Declaration)
Public Property ComputeFull As Boolean
Visual C++
public:
property bool ComputeFull {
	bool get ();
	void set (bool value);
}

Remarks

Set to true if the full singular value decomposition is desired. Set to false if the reduced decomposition is desired.

See Also