#include <dune/common/fvector.hh>
Go to the source code of this file.
|
namespace | Dune |
| For backward compatibility – Do not use this!
|
|
namespace | Dune::PDELab |
|
|
template<typename T , int dimB, int dimC> |
void | Dune::PDELab::crossproduct (const FieldVector< T, dimB > &b, const FieldVector< T, dimC > &c, FieldVector< T,(CrossProduct< dimB, dimC >::dimA)> &a) |
| calculate crossproduct
|
|
template<typename T , int dimB, int dimC> |
FieldVector< T, CrossProduct< dimB, dimC >::dimA > | Dune::PDELab::crossproduct (const FieldVector< T, dimB > &b, const FieldVector< T, dimC > &c) |
| calculate crossproduct
|
|