| MCF_conj
| MCD_conj |
MCE_conj |
|
| Funktion | komplex-konjugierte Form |
|
| Syntax C/C++ | #include <MFstd.h>
void MCF_conj( cfMatrix MB, cfMatrix MA, unsigned ht, unsigned len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::conj(); |
| Pascal/Delphi | uses MFstd;
procedure MCF_conj( MB, MA:cfMatrix; ht, len:UInt ); |
|
| Beschreibung | MBij.Re = MAij.Re
MBij.Im = -MAij.Im |
|
|