MF_LequU MD_LequU ME_LequU
MCF_LequU MCD_LequU MCE_LequU
MI_LequUMBI_LequUMSI_LequUMLI_LequUMQI_LequU
MU_LequUMUB_LequUMUS_LequUMUL_LequUMUQ_LequU;
Functioncopy 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, ui len );
C++ MatObj#include <OptiVec.h>
void matrix<T>::LequU( );
Pascal/Delphiuses MFstd;
procedure MF_LequU( MA:fMatrix; len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_LequU( fMatrix d_MA, ui len );
void MFcu_LequU( fMatrix h_MA, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_LequU( d_MA:fMatrix; len:UIntSize ): IntBool;
procedure MFcu_LequU( h_MA:fMatrix; len:UIntSize );
DescriptionMAi,j = MAj,i,  i > j
See alsoMF_UequL,   chapter 3

MatrixLib Table of Contents  OptiVec home