Gets the data vector referenced by this matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector DataVector { get; set; }
Visual Basic (Declaration)
Public Property DataVector As DoubleVector
Visual C++
public:
property DoubleVector^ DataVector {
	DoubleVector^ get ();
	void set (DoubleVector^ value);
}

See Also