27#include "neml2/misc/types.h"
28#include "neml2/tensors/tensors_fwd.h"
32#define DECLARE_CLAMP(T) \
33 T clamp(const T & a, const T & lb, const T & ub); \
34 T clamp(const T & a, const CScalar & lb, const CScalar & ub)
35FOR_ALL_TENSORBASE(DECLARE_CLAMP);
Definition DiagnosticsInterface.cxx:30