32#ifndef BZ_SHAPECHECK_H
33#define BZ_SHAPECHECK_H
49template<
typename T_shape1,
typename T_shape2>
59template<
typename T_shape>
68 for (
int i=0; i <
a.length(); ++i)
73 <<
a << std::endl <<
b << std::endl);
Definition memblock.h:307
Definition array-impl.h:66
N_length const TinyVector< T_numtype2, N_length > & b
Definition tvecglobs.h:49
bool areShapesConformable(const T_shape1 &, const T_shape2 &)
Definition shapecheck.h:50
N_length & a
Definition tvecglobs.h:47