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 | MUQ_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 ); |
|
CUDA-Funktion C/C++ | #include <cudaMFstd.h>
int cudaMF_LequU( fMatrix d_MA, ui len );
void MFcu_LequU( fMatrix h_MA, ui len );
|
CUDA-Funktion Pascal/Delphi | uses MFstd;
function cudaMF_LequU( d_MA:fMatrix; len:UIntSize ): IntBool;
procedure MFcu_LequU( h_MA:fMatrix; len:UIntSize );
|
|
Beschreibung | MAi,j = MAj,i, i > j |
|
|