Gets the data vector referenced by this matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexVector DataVector { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DataVector As DoubleComplexVector |
| Visual C++ |
|---|
public: property DoubleComplexVector^ DataVector { DoubleComplexVector^ get (); } |
Remarks
The data is stored using the storage scheme described in the
class summary.