MF_Rows_runprod MD_Rows_runprod ME_Rows_runprod
MCF_Rows_runprod MCD_Rows_runprod MCE_Rows_runprod
Functionrunning product over row elements
Syntax C/C++#include <MFstd.h>
void MF_Rows_runprod( fMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void matrix<T>::Rows_runprod( );
Pascal/Delphiuses MFstd;
procedure MF_Rows_runprod( MA:fMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Rows_runprod( fMatrix d_MA, ui ht, ui len );
void MFcu_Rows_runprod( fMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Rows_runprod( d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_Rows_runprod( h_MA:fMatrix; ht, len:UIntSize );
DescriptionFor all rows separately, each element is the product of itself and all preceding elements. This function should be used with care: overflow is easily reached, and underflow may lead to all elements from a certain position on being zero.
See alsoMF_Rows_prod,   MF_Cols_runprod,   chapter 7

MatrixLib Table of Contents  OptiVec home