Statistics::RangeRows Function

void RangeRows(TMtx *Src, TVec *aResult);

Range for matrix rows.

#NameTypeDescription
1SrcTMtx *
2aResultTVec *
Remarks:

Calculates the range for each Src matrix row and stores the results in Result vector. Length and Complex properties of Result vector are adjusted automatically.

See Also: Statistics::RangeCols
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler