 | DoubleSVDecompNumberLeftVectors Property |
Gets the number of left singular vectors in the decomposition.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic int NumberLeftVectors { get; }
Public ReadOnly Property NumberLeftVectors As Integer
Get
public:
property int NumberLeftVectors {
int get ();
}
member NumberLeftVectors : int with get
Property Value
Type:
Int32
See Also