 | FloatEigDecompServerComputeLeftVectors Property |
Gets and sets a boolean value indicating whether or not left eigenvectors
should be computed.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool ComputeLeftVectors { get; set; }
Public Property ComputeLeftVectors As Boolean
Get
Set
public:
property bool ComputeLeftVectors {
bool get ();
void set (bool value);
}
member ComputeLeftVectors : bool with get, set
Property Value
Type:
Boolean
See Also