MF_rotate180
| MD_rotate180 |
ME_rotate180 |
MCF_rotate180 |
MCD_rotate180 |
MCE_rotate180 |
MI_rotate180 | MBI_rotate180 | MSI_rotate180 | MLI_rotate180 | MQI_rotate180 |
MU_rotate180 | MUB_rotate180 | MUS_rotate180 | MUL_rotate180 | MUQ_rotate180 |
|
Function | rotation of a matrix by 180° |
|
Syntax C/C++ | #include <MFstd.h>
void MF_rotate180( fMatrix MRot, fMatrix MA, ui ht, ui len ); |
C++ MatObj | #include <OptiVec.h>
void matrix<T>::rotate180( const matrix<T>& MA ); |
Pascal/Delphi | uses MFstd;
procedure MF_rotate180( MRot, MA:fMatrix; ht, len:UIntSize ); |
|
CUDA function C/C++ | #include <cudaMFstd.h>
int cudaMF_rotate180( fMatrix d_MRot, fMatrix d_MA, ui htRot, ui lenRot );
void MFcu_rotate180( fMatrix h_MRot, fMatrix h_MA, ui htRot, ui lenRot );
|
CUDA function Pascal/Delphi | uses MFstd;
function cudaMF_rotate180( d_MRot, MA:fMatrix; htRot, lenRot:UIntSize ): IntBool;
procedure MFcu_rotate180( h_MRot, h_MA:fMatrix; htRot, lenRot:UIntSize );
|
|
Description | MRoti,j = MAht-i-1, len-j-1 |
|
|