| MF_Rows_lincomb
| MD_Rows_lincomb |
ME_Rows_lincomb |
| MCF_Rows_lincomb |
MCD_Rows_lincomb |
MCE_Rows_lincomb |
|
| Funktion | Linearkombination zweier Zeilen |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_Rows_lincomb( fMatrix MA, ui ht, ui len, unsigned destRow, float destC, unsigned srceRow, float srceC ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::Rows_lincomb( const unsigned destRow, const T& destC, const unsigned sourceRow, const T& srceC ); |
| Pascal/Delphi | uses MFstd;
procedure MF_Rows_lincomb( MA:fMatrix; ht, len:UIntSize; destRow:UIntSize; destC:Single;
srceRow:UIntSize; srceC:Single ); |
|
| Beschreibung | MAdestRow, j = destC * MAdestRow, j+ srceC * MAsrceRow, j, j=0,...,len-1 |
|
|