| ||||||
| ||||||
![]() | ||||||
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 | ||||||
Copyright ©
1998,1999 University of Notre Dame. All Rights Reserved.