MF_Rows_min
| MD_Rows_min |
ME_Rows_min |
MI_Rows_min | MBI_Rows_min | MSI_Rows_min | MLI_Rows_min | MQI_Rows_min |
MU_Rows_min | MUB_Rows_min | MUS_Rows_min | MUL_Rows_min | MUQ_Rows_min |
|
Funktion | Minima der einzelnen Zeilen in einem Spalten-Vektor speichern |
|
Syntax C/C++ | #include <MFstd.h>
void MF_Rows_min( fVector Y, fMatrix MA, ui ht, ui len ); |
C++ MatObj | #include <OptiVec.h>
void vector<T>::Rows_min( const matrix<T>& MA ); |
Pascal/Delphi | uses MFstd;
procedure MF_Rows_min( Y:fVector; MA:fMatrix; ht, len:UIntSize ); |
|
CUDA-Funktion C/C++ | #include <cudaMFstd.h>
int cudaMF_Rows_min( fVector d_Y, fMatrix d_MA, ui ht, ui len );
void MFcu_Rows_min( fVector h_Y, fMatrix h_MA, ui ht, ui len ); |
CUDA-Funktion Pascal/Delphi | uses MFstd;
function cudaMF_Rows_min( d_Y:fVector; d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_Rows_min( h_Y:fVector; h_MA:fMatrix; ht, len:UIntSize );
|
|
Beschreibung | Das kleinste oder "negativste" Element jeder Zeile i wird gespeichert als Element Yi für i=0,...,ht-1 |
|
|