#include <Eigen/Core>
Go to the source code of this file.
|
template<typename ExprL , typename ExprR > |
Expr< CrossProduct< ExprL,
ExprR > > | Feel::vf::cross (ExprL l, ExprR r) |
| symetric part of a matricial expression
|
|
template<typename ExprL , typename ExprR > |
Expr< Product< ExprL, ExprR, 1 > > | Feel::vf::inner (ExprL l, ExprR r) |
| symetric part of a matricial expression
|
|