| MF_Col_equC
| MD_Col_equC |
ME_Col_equC |
| MCF_Col_equC |
MCD_Col_equC |
MCE_Col_equC |
|
| Function | initialize all elements of one column with a constant |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_Col_equC( fMatrix MA, unsigned ht, unsigned len, unsigned iCol, float C ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::Col_equC( const unsigned iCol, const T& C ); |
| Pascal/Delphi | uses MFstd;
procedure MF_Col_equC( MA:fMatrix; ht, len, iCol:UInt; C:Single ); |
|
| Description | MAi,iCol = C, i=0,...,ht-1 |
|
|