Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.18 elementProduct()

PrototypesHeader File(s)
template <class T>
RWGenMat<T>
elementProduct(const RWGenMat<T>&,
const RWGenMat<T>&)

<rw/math/genmat.h>

10.18.1 Description

Defined only if the compiler flag -DRW_MATH_MATRIX_PRODUCT is used to build the library. It takes two matrices, A and B, and returns a matrix C such that:

If the above compiler flag is not used, this function is not defined, and the global operator* function can be used instead. See the global operator RWGenMat<T>::operator* for more information.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.