  | FloatComplexTriDiagMatrixDataVector Property | 
            Gets the data vector referenced by this matrix. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatComplexVector DataVector { get; }Public ReadOnly Property DataVector As FloatComplexVector
	Get
public:
property FloatComplexVector^ DataVector {
	FloatComplexVector^ get ();
}member DataVector : FloatComplexVector with get
Property Value
FloatComplexVector
Remarks
            The data is stored using the storage scheme described in the
            class summary.
            
See Also