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

Go to the source code of this file.

Namespaces

namespace  belfem
 USER GUIDES:

Functions

template<typename ET>
auto belfem::cross (const ET &aA, const ET &aB) -> decltype(blaze::cross(aA, aB))
template<typename T, typename ET>
auto belfem::cross (Vector< T > &aA, const ET &aB) -> decltype(blaze::cross(aA.vector_data(), aB))
template<typename ET, typename T>
auto belfem::cross (const ET &aA, const Vector< T > &aB) -> decltype(blaze::cross(aA, aB.vector_data()))