25#include "neml2/tensors/Vec.h"
26#include "neml2/tensors/Scalar.h"
27#include "neml2/tensors/R2.h"
28#include "neml2/tensors/Rot.h"
Definition BatchTensor.h:32
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
static R2 identity(const torch::TensorOptions &options=default_tensor_options())
Identity.
Definition R2Base.cxx:170
A basic R2.
Definition R2.h:42
Rotation stored as modified Rodrigues parameters.
Definition Rot.h:49
The (logical) vector.
Definition Vec.h:42
static R2 identity_map(const torch::TensorOptions &options=default_tensor_options())
The derivative of a Vec with respect to itself.
Definition Vec.cxx:38
virtual Vec transform(const R2 &op) const
apply a transformation operator
Definition Vec.cxx:44
Vec(const Rot &r)
Definition Vec.cxx:32
Definition CrossRef.cxx:32