| Syntax C/C++ | #include <MFstd.h>
void MF_submatrix_equM( fMatrix Dest, unsigned destHt, unsigned destLen, unsigned firstRowInCol, ui sampInCol, unsigned firstColInRow, ui sampInRow, fMatrix Srce, 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 ); |
|