ele_mult [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:algorithms Component type:function
Prototype
template <class MatA, class MatB>
void ele_mult(const MatA& A, MatB B) ;
Description
This function multiplies each of the elements of B by the corresponding element of A.
Definition
mtl.h
Preconditions
Complexity
O(n^2)
Example
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.