| MCF_Dia_cabsmax
| MCD_Dia_cabsmax |
MCE_Dia_cabsmax |
|
| Function | Find the complex number of largest magnitude along the diagonal of a square matrix |
|
| Syntax C/C++ | #include <MCFstd.h>
fComplex MCF_Dia_cabsmax( cfMatrix MA, ui len ); |
| C++ MatObj | #include <OptiVec.h>
complex<T> matrix<complex<T>>::Dia_cabsmax( const matrix<complex<T> >& MA ); |
| Pascal/Delphi | uses MCFstd;
procedure MCF_Dia_cabsmax( var Max:fComplex; MA:cfMatrix; len:UIntSize ); |
|
| Description | The complex number of largest magnitude, sqrt(Re2+Im2), is found. |
|
|