blitz/shapecheck.h File Reference
Go to the source code of this file.
Functions |
template<typename T_shape1 , typename T_shape2 > |
int | areShapesConformable (const T_shape1 &, const T_shape2 &) |
template<typename T_shape > |
int | areShapesConformable (const T_shape &a, const T_shape &b) |
Function Documentation
template<typename T_shape >
int areShapesConformable |
( |
const T_shape & |
a, |
|
|
const T_shape & |
b | |
|
) |
| | [inline] |
template<typename T_shape1 , typename T_shape2 >
int areShapesConformable |
( |
const T_shape1 & |
, |
|
|
const T_shape2 & |
| |
|
) |
| | [inline] |