BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
op_VectorTimes.hpp File Reference
#include "cl_Vector.hpp"
Include dependency graph for op_VectorTimes.hpp:

Go to the source code of this file.

Namespaces

namespace  belfem
 USER GUIDES:

Functions

template<typename A, typename B>
auto belfem::operator* (const Vector< A > &aA, const B &aB) -> decltype(aA.vector_data() *aB)
template<typename A, typename B>
auto belfem::operator* (const A &aA, const Vector< B > &aB) -> decltype(aA *aB.vector_data())