Product between two expressions (elementwise) More...
#include <VectorExpression.hxx>
Public Member Functions | |
template<class T1 , class T2 > | |
VectorProduct (const VectorExpression< T1, E1 > &, const VectorExpression< T2, E2 > &) | |
Constructor u*v with two expressions u and v. | |
long | GetSize () const |
returns the size of the associated vectors | |
const T | operator() (long) const |
returns the i-th element of the element-wise product | |
long | GetSize () const |
returns the size of the associated vector | |
operator VectorProduct< T, E1, E2 > & () | |
operator VectorProduct< T, E1, E2 > const & () const | |
Product between two expressions (elementwise)
Definition at line 56 of file VectorExpression.hxx.