| MF_LequU
| MD_LequU |
ME_LequU |
| MCF_LequU |
MCD_LequU |
MCE_LequU |
| MI_LequU | MBI_LequU | MSI_LequU | MLI_LequU | MQI_LequU |
| MU_LequU | MUB_LequU | MUS_LequU | MUL_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, ui len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::LequU( ); |
| Pascal/Delphi | uses MFstd;
procedure MF_LequU( MA:fMatrix; len:UIntSize ); |
|
| Beschreibung | MAi,j = MAj,i, i > j |
|
|