| MF_Row_equC
| MD_Row_equC |
ME_Row_equC |
| MCF_Row_equC |
MCD_Row_equC |
MCE_Row_equC |
|
| Function | initialize all elements of one row with a constant |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_Row_equC( fMatrix MA, unsigned ht, unsigned len, unsigned iRow, float C ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::Row_equC( const unsigned iRow, const T& C); |
| Pascal/Delphi | uses MFstd;
procedure MF_Row_equC( MA:fMatrix; ht, len, iRow:UInt; C:Single ); |
|
| Description | MAiRow,i = C, i=0,...,len-1 |
|
|