| MF_LequU
| MD_LequU |
ME_LequU |
| MCF_LequU |
MCD_LequU |
MCE_LequU |
|
| Funktion | Über-Diagonal-Elemente in Unter-Diagonal-Elemente durch Index-Reflektion kopieren, um eine symmetrische Matrix zu erhalten |
|
| 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 ); |
|
| Beschreibung | MAi,j = MAj,i, i > j |
|
|