27#include "neml2/tensors/user_tensors/UserTensorBase.h"
29#include "neml2/tensors/tensors.h"
52#define LINSPACEPRIMITIVETENSOR_TYPEDEF(T) typedef LinspacePrimitiveTensor<T> Linspace##T
53FOR_ALL_PRIMITIVETENSOR(LINSPACEPRIMITIVETENSOR_TYPEDEF);
Create a linspace PrimitiveTensor of type T from the input file.
Definition LinspacePrimitiveTensor.h:40
LinspacePrimitiveTensor(const OptionSet &options)
Construct a new LinspacePrimitiveTensor object.
Definition LinspacePrimitiveTensor.cxx:64
static OptionSet expected_options()
Definition LinspacePrimitiveTensor.cxx:34
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