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