27#include "neml2/tensors/LabeledTensor.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
The primary data structure in NEML2 for working with labeled tensor views.
Definition LabeledTensor.h:44
LabeledTensor()=default
Default constructor.
A single-batched, logically 1D LabeledTensor.
Definition LabeledVector.h:38
void accumulate(const LabeledVector &other, bool recursive=true)
Definition LabeledVector.cxx:37
void fill(const LabeledVector &other, bool recursive=true)
Definition LabeledVector.cxx:45
LabeledVector slice(const std::string &name) const
Slice the logically 1D tensor by a single sub-axis.
Definition LabeledVector.cxx:31
bool allclose(const LabeledVector &a, const LabeledVector &b, Real rtol, Real atol)
Definition LabeledVector.cxx:55
Definition CrossRef.cxx:32
double Real
Definition types.h:33