27#include "neml2/tensors/PrimitiveTensor.h"
PrimitiveTensor()=default
R4 rotate(const Rot &r) const
Rotate.
Definition R4.cxx:51
R8 drotate_self(const Rot &r) const
Derivative of the rotated tensor w.r.t. itself.
Definition R4.cxx:77
R4(const SSR4 &T)
Definition R4.cxx:40
Scalar operator()(Size i, Size j, Size k, Size l) const
Accessor.
Definition R4.cxx:90
R4 transpose_major() const
Transpose major axes.
Definition R4.cxx:108
R4 transpose(Size d1, Size d2) const
Arbitrary transpose two dimensions.
Definition R4.cxx:96
R4 transpose_minor() const
Transpose minor axes.
Definition R4.cxx:102
R5 drotate(const Rot &r) const
Derivative of the rotated tensor w.r.t. the Rodrigues vector.
Definition R4.cxx:61
Fifth order tensor without symmetry.
Definition R5.h:37
The (logical) full eighth order tensor.
Definition R8.h:37
Rotation stored as modified Rodrigues parameters.
Definition Rot.h:49
The symmetric fourth order tensor, with symmetry in the first two dimensionss as well as in the last ...
Definition SSR4.h:45
Scalar.
Definition Scalar.h:38
The symmetric fourth order tensor, with skew symmetry in the first two dimensions and last two dimens...
Definition WWR4.h:40
Definition DiagnosticsInterface.cxx:30
int64_t Size
Definition types.h:69