27#include "neml2/tensors/tensors_fwd.h"
33#define DECLARE_WHERE(T) \
34 T where(const Tensor & c, const T & a, const T & b); \
35 T where(const Scalar & c, const T & a, const T & b)
36FOR_ALL_TENSORBASE(DECLARE_WHERE);
Definition DiagnosticsInterface.cxx:30