27#include "neml2/tensors/user_tensors/UserTensor.h"
29#include "neml2/tensors/macros.h"
30#include "neml2/tensors/tensors.h"
53#define LOGSPACEFIXEDDIMTENSOR_TYPEDEF(T) typedef LogspaceFixedDimTensor<T> Logspace##T
54FOR_ALL_FIXEDDIMTENSOR(LOGSPACEFIXEDDIMTENSOR_TYPEDEF);
Create a logspace FixedDimTensor of type T from the input file.
Definition LogspaceFixedDimTensor.h:41
LogspaceFixedDimTensor(const OptionSet &options)
Construct a new LogspaceFixedDimTensor object.
Definition LogspaceFixedDimTensor.cxx:67
static OptionSet expected_options()
Definition LogspaceFixedDimTensor.cxx:34
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
Definition UserTensor.h:33
Definition CrossRef.cxx:32