| MF_LequU
| MD_LequU |
ME_LequU |
| MCF_LequU |
MCD_LequU |
MCE_LequU |
|
| Function | copy upper-diagonal elements into lower-diagonal by index-reflection, so as to get a symmetric matrix |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_LequU( fMatrix MA, unsigned len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::LequU( ); |
| Pascal/Delphi | uses MFstd;
procedure MF_LequU( MA:fMatrix; len:UInt ); |
|
| Description | MAi,j = MAj,i, i > j |
|
|