Calculate cross product.
More...
#include <dune/pdelab/common/crossproduct.hh>
|
template<typename AType , typename BType , typename CType > |
| CrossProduct (AType &A, const BType &B, const CType &C) |
| calculate cross product of B and C More...
|
|
template<unsigned dimB_, unsigned dimC_>
class Dune::PDELab::CrossProduct< dimB_, dimC_ >
Calculate cross product.
- Template Parameters
-
dimB_ | Dimension of B. |
dimC_ | Dimension of C. |
◆ CrossProduct()
template<unsigned dimB_, unsigned dimC_>
template<typename AType , typename BType , typename CType >
calculate cross product of B and C
◆ dimA
template<unsigned dimB_, unsigned dimC_>
dimension of
◆ dimB
template<unsigned dimB_, unsigned dimC_>
dimension of
◆ dimC
template<unsigned dimB_, unsigned dimC_>
dimension of
The documentation for this class was generated from the following file: