| MCF_Dia_absmaxReIm
| MCD_Dia_absmaxReIm |
MCE_Dia_absmaxReIm |
|
| Function | Separate determination of the largest 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_absmaxReIm( cfMatrix MA, ui len ); |
| C++ MatObj | #include <OptiVec.h>
complex<T> matrix<complex<T>>::Dia_absmaxReIm( const matrix<complex<T> >& MA ); |
| Pascal/Delphi | uses MCFstd;
procedure MCF_Dia_absmaxReIm( var Max:fComplex; MA:cfMatrix; len:UIntSize ); |
|
| Description | The maximum absolute values of the real and imaginary parts of the diagonal of a square matrix are combined into the complex return value (or, for Pascal/Delphi, into the variable Max). |
|
|