27#include "neml2/tensors/user_tensors/UserTensorBase.h"
29#include "neml2/tensors/tensors.h"
52#define ONESPRIMITIVETENSOR_TYPEDEF(T) typedef OnesPrimitiveTensor<T> Ones##T
53FOR_ALL_PRIMITIVETENSOR(ONESPRIMITIVETENSOR_TYPEDEF);
Create a ones PrimitiveTensor of type T from the input file.
Definition OnesPrimitiveTensor.h:40
static OptionSet expected_options()
Definition OnesPrimitiveTensor.cxx:34
OnesPrimitiveTensor(const OptionSet &options)
Construct a new OnesPrimitiveTensor object.
Definition OnesPrimitiveTensor.cxx:50
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:100
Definition UserTensorBase.h:38
Definition CrossRef.cxx:30