| MF_block_equM
| MD_block_equM |
ME_block_equM |
| MCF_block_equM |
MCD_block_equM |
MCE_block_equM |
| MI_block_equM | MBI_block_equM | MSI_block_equM | MLI_block_equM | MQI_block_equM |
| MU_block_equM | MUB_block_equM | MUS_block_equM | MUL_block_equM | |
|
| Funktion | Matrix in einen Block einer anderen Matrix kopieren |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_block_equM( fMatrix Dest,
unsigned destHt, unsigned destLen,
unsigned firstRow, ui firstCol,
fMatrix Srce, unsigned srceHt, unsigned srceLen ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::block_equM( const ui firstRow, const ui firstCol, const matrix<T>& MSrce); |
| Pascal/Delphi | uses MFstd;
procedure MF_block_equM( MDest:fMatrix;
destHt, destLen, firstRow, firstCol:UIntSize;
MSrce:fMatrix; srceHt, srceLen:UIntSize ); |
|
| Beschreibung | MDesti+firstRow, j+firstCol = MSrcei, j, i=0,...,srceHt-1; j=0,...,srceLen-1 |
|
|