| Syntax C/C++ | #include <MFstd.h>
void MF_submatrix_equM( fMatrix MDest, unsigned destHt, unsigned destLen, ui firstRowInCol, ui sampInCol, ui firstColInRow, ui sampInRow, fMatrix MSrce, ui srceHt, ui srceLen ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::submatrix_equM( const ui firstRowInCol, const ui sampInCol, const ui firstColInRow, const ui sampInRow, const matrix<T>& MSrce ); |
| Pascal/Delphi | uses MFstd;
procedure MF_submatrix_equM( MDest:fMatrix; destHt, destLen, firstRowInCol, sampInCol, firstColInRow, sampInRow:UIntSize;
MSrce:fMatrix; srceHt, srceLen:UIntSize ); |
|