Product between two expressions (elementwise) More...
#include <TinyVectorExpression.hxx>
Public Member Functions | |
template<class T1 , class T2 > | |
TinyVectorProduct (const TinyVectorExpression< T1, m, E1 > &, const TinyVectorExpression< T2, m, E2 > &) | |
Constructor u*v with two expressions u and v. | |
const T | operator() (int) const |
returns the i-th element of the element-wise product | |
operator TinyVectorProduct< T, m, E1, E2 > & () | |
operator TinyVectorProduct< T, m, E1, E2 > const & () const | |
Product between two expressions (elementwise)
Definition at line 53 of file TinyVectorExpression.hxx.