27#include "neml2/tensors/LabeledTensor.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
A single-batched, logically 2D LabeledTensor.
Definition LabeledMatrix.h:38
A single-batched, logically 3D LabeledTensor.
Definition LabeledTensor3D.h:38
void accumulate(const LabeledTensor3D &other, bool recursive=true)
Definition LabeledTensor3D.cxx:33
LabeledTensor3D chain(const LabeledTensor3D &other, const LabeledMatrix &dself, const LabeledMatrix &dother) const
Second order chain rule product of two derivatives.
Definition LabeledTensor3D.cxx:53
void fill(const LabeledTensor3D &other, bool recursive=true)
Definition LabeledTensor3D.cxx:43
The primary data structure in NEML2 for working with labeled tensor views.
Definition LabeledTensor.h:44
LabeledTensor()=default
Default constructor.
Definition CrossRef.cxx:32