MF_rotate90 MD_rotate90 ME_rotate90
MCF_rotate90 MCD_rotate90 MCE_rotate90
MI_rotate90MBI_rotate90MSI_rotate90MLI_rotate90MQI_rotate90
MU_rotate90MUB_rotate90MUS_rotate90MUL_rotate90MUQ_rotate90
FunktionRotation um 90° im Uhrzeigersinn
Syntax C/C++#include <MFstd.h>
void MF_rotate90( fMatrix MRot, fMatrix MA, ui htRot, ui lenRot );
C++ MatObj#include <OptiVec.h>
void matrix<T>::rotate90( const matrix<T>& MA );
Pascal/Delphiuses MFstd;
procedure MF_rotate90( MRot, MA:fMatrix; htRot, lenRot:UIntSize );
CUDA-Funktion C/C++#include <cudaMFstd.h>
int cudaMF_rotate90( fMatrix d_MRot, fMatrix d_MA, ui htRot, ui lenRot );
void MFcu_rotate90( fMatrix h_MRot, fMatrix h_MA, ui htRot, ui lenRot );
CUDA-Funktion Pascal/Delphiuses MFstd;
function cudaMF_rotate90( d_MRot, MA:fMatrix; htRot, lenRot:UIntSize ): IntBool;
procedure MFcu_rotate90( h_MRot, h_MA:fMatrix; htRot, lenRot:UIntSize );
BeschreibungMRoti,j = MAlenRot-j-1, i
Die Dimensionen htRot und lenRot beziehen sich auf die Ausgabe-Matrix, nicht auf die Eingabe-Matrix.
QuerverweisMF_rotate180,   MF_rotate270   MF_transpose,   MF_Rows_rev   MF_Cols_rev   Kap. 9,   Kap. 5

MatrixLib Inhaltsverzeichnis  OptiVec Home