27#include "neml2/tensors/PrimitiveTensor.h"
40template <
class Derived>
PrimitiveTensor()=default
Base class for second order tensor.
Definition R2.h:49
Third order tensor without symmetry.
Definition R3.h:41
Rotation stored as modified Rodrigues parameters.
Definition Rot.h:49
Base class 3-vector.
Definition VecBase.h:42
Derived rotate(const Rot &r) const
Rotate using a Rodrigues vector.
R3 drotate(const R2 &R) const
Derivative of the rotated vector w.r.t. the rotation matrix.
Derived rotate(const R2 &R) const
Rotate using a rotation matrix.
R2 drotate(const Rot &r) const
Derivative of the rotated vector w.r.t. the Rodrigues vector.
Definition DiagnosticsInterface.h:31