MCF_Dia_minReIm MCD_Dia_minReIm MCE_Dia_minReIm
FunctionSeparate determination of the smallest absolute values of the real and imaginary parts occurring along the diagonal of a square matrix
Syntax C/C++#include <MCFstd.h>
fComplex MCF_Dia_minReIm( cfMatrix MA, ui len );
C++ MatObj#include <OptiVec.h>

complex<T> matrix<complex<T>>::Dia_minReIm( const matrix<complex<T> >& MA );
Pascal/Delphiuses MCFstd;

function MCF_Dia_mubReIm( MA:cfMatrix; len:UIntSize ): fComplex;

Alternative syntax:
procedure MCF_Dia_minReIm( var Min:fComplex; MA:cfMatrix; len:UIntSize );
CUDA function C/C++#include <cudaMCFstd.h>
int cudaMCF_Dia_minReIm( fComplex *h_RetVal, cfMatrix d_MA, ui len );
int cusdMCF_Dia_minReIm( fComplex *d_RetVal, cfMatrix d_MA, ui len );
fComplex MCFcu_Dia_minReIm( cfMatrix h_MA, ui len );
CUDA function Pascal/Delphiuses MCFstd;
function cudaMCF_Dia_minReIm( var h_RetVal:fComplex; d_MA:cfMatrix; len:UIntSize ): IntBool;
function cusdMCF_Dia_minReIm( d_RetVal:PfComplex; d_MA:cfMatrix; len:UIntSize ): IntBool;
function MCFcu_Dia_minReIm( h_MA:cfMatrix; len:UIntSize ): fComplex;

Alternative syntax:
procedure MCFcu_Dia_minReIm( var h_RetVal:fComplex; h_MA:cfMatrix; len:UIntSize );
DescriptionThe minimum absolute values of the real and imaginary parts of the diagonal of a square matrix are combined into the the complex return value (or, for Pascal/Delphi, into the variable Min).
See alsoMCF_Dia_maxReIm,   MCF_Dia_min,   MCF_Dia_absminReIm,   MCF_Rows_absminReIm,   chapter 7

MatrixLib Table of Contents  OptiVec home