27#include "neml2/tensors/VecBase.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
A basic R2.
Definition R2.h:42
Rotation stored as modified Rodrigues parameters.
Definition Rot.h:49
The (logical) scalar.
Definition Scalar.h:38
Base class for the (logical) vector.
Definition VecBase.h:43
A skew rank 2, represented as an axial vector.
Definition WR2.h:43
R2 dexp() const
Derivative of the exponential map.
Definition WR2.cxx:76
WR2(const R2 &T)
Skew-symmetrize a R2 then fill.
Definition WR2.cxx:37
Scalar operator()(TorchSize i, TorchSize j) const
Accessor.
Definition WR2.cxx:43
Rot exp() const
Exponential map to make this into a rotation (Rot)
Definition WR2.cxx:50
Definition CrossRef.cxx:32
int64_t TorchSize
Definition types.h:35