MBDyn-1.7.3
|
#include <gradient.h>
Public Types | |
typedef Expression::GradientType | GradientType |
typedef Expression::scalar_func_type | scalar_func_type |
typedef Expression::scalar_deriv_type | scalar_deriv_type |
typedef Expression::vector_deriv_type | vector_deriv_type |
Public Member Functions | |
GradientExpression (const Expression &u) | |
template<typename Expr > | |
GradientExpression (const Expr &u) | |
template<typename LhsExpr , typename RhsExpr > | |
GradientExpression (const LhsExpr &u, const RhsExpr &v) | |
Static Public Attributes | |
static const index_type | iDimension = GradientType::iDimension |
Definition at line 1284 of file gradient.h.
typedef Expression::GradientType grad::GradientExpression< Expression >::GradientType |
Definition at line 1286 of file gradient.h.
typedef Expression::scalar_deriv_type grad::GradientExpression< Expression >::scalar_deriv_type |
Definition at line 1289 of file gradient.h.
typedef Expression::scalar_func_type grad::GradientExpression< Expression >::scalar_func_type |
Definition at line 1288 of file gradient.h.
typedef Expression::vector_deriv_type grad::GradientExpression< Expression >::vector_deriv_type |
Definition at line 1290 of file gradient.h.
|
inline |
Definition at line 1292 of file gradient.h.
|
inline |
Definition at line 1298 of file gradient.h.
|
inline |
Definition at line 1304 of file gradient.h.
|
static |
Definition at line 1287 of file gradient.h.