dune-pdelab 2.7-git
|
Calculate cross product. More...
#include <dune/pdelab/common/crossproduct.hh>
Public Member Functions | |
template<typename AType , typename BType , typename CType > | |
CrossProduct (AType &A, const BType &B, const CType &C) | |
calculate cross product of B and C | |
Static Public Attributes | |
static const unsigned | dimA |
dimension of ![]() | |
static const unsigned | dimB |
dimension of ![]() | |
static const unsigned | dimC |
dimension of ![]() | |
Calculate cross product.
dimB_ | Dimension of B. |
dimC_ | Dimension of C. |
Dune::PDELab::CrossProduct< dimB_, dimC_ >::CrossProduct | ( | AType & | A, |
const BType & | B, | ||
const CType & | C | ||
) |
calculate cross product of B and C
|
static |
dimension of
|
static |
dimension of
|
static |
dimension of