MF_Cols_prod MD_Cols_prod ME_Cols_prod
MCF_Cols_prod MCD_Cols_prod MCE_Cols_prod
Functionproducts over all elements of each individual column, stored in a row vector
Syntax C/C++#include <MFstd.h>
void MF_Cols_prod(fVector Y, fMatrix MA, ui ht, ui len );
C++ MatObj#include <OptiVec.h>
void vector<T>::Cols_prod( const matrix<T>& MA );
Pascal/Delphiuses MFstd;
procedure MF_Cols_prod(Y:fVector; MA:fMatrix; ht, len:UIntSize );
CUDA function C/C++#include <cudaMFstd.h>
int cudaMF_Cols_prod( fVector d_Y, fMatrix d_MA, ui ht, ui len );
void MFcu_Cols_prod( fVector h_Y, fMatrix h_MA, ui ht, ui len );
CUDA function Pascal/Delphiuses MFstd;
function cudaMF_Cols_prod( d_Y:fVector; d_MA:fMatrix; ht, len:UIntSize ): IntBool;
procedure MFcu_Cols_prod( h_Y:fVector; h_MA:fMatrix; ht, len:UIntSize );
DescriptionYj = prod( MAi,j, i=0,..,ht-1),  j=0,..,len-1
See alsoMF_Cols_runprod,   MF_Cols_sum,   chapter 7

MatrixLib Table of Contents  OptiVec home