MF_rotate180 MD_rotate180 ME_rotate180
MCF_rotate180 MCD_rotate180 MCE_rotate180
MI_rotate180MBI_rotate180MSI_rotate180MLI_rotate180MQI_rotate180
MU_rotate180MUB_rotate180MUS_rotate180MUL_rotate180MUQ_rotate180
FunktionRotation einer Matrix um 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/Delphiuses MFstd;
procedure MF_rotate180( MRot, MA:fMatrix; ht, len:UIntSize );
CUDA-Funktion 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-Funktion Pascal/Delphiuses MFstd;
function cudaMF_rotate180( d_MRot, MA:fMatrix; htRot, lenRot:UIntSize ): IntBool;
procedure MFcu_rotate180( h_MRot, h_MA:fMatrix; htRot, lenRot:UIntSize );
BeschreibungMRoti,j = MAht-i-1, len-j-1
QuerverweisMF_rotate90,   MF_rotate270   MF_transpose,   MF_Rows_rev   MF_Cols_rev   Kap. 9,   Kap. 5

MatrixLib Inhaltsverzeichnis  OptiVec Home