Matrix::PSValues1D Method

float *PSValues1D(const int Index) const;

Obtains a pointer to the real value of the Matrix at Index.

#NameTypeDescription
1Indexconst int
Remarks:

The function returns @Values[i]. Under .NET this is a pointer to pinned memory.

See Also: Matrix::PCValues1D
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler