44 void SizesEqual(
const Vector & v1,
const Vector & v2,
const char * identifier )
const;
45 void AtLeast2Dimensions(
const Vector & v,
const char * identifier )
const;
46 void Square(
const Matrix & m,
const char * identifier )
const;
47 void CanMultiply(
const Matrix & m1,
const Matrix & m2,
const char * identifier )
const;
53 #endif // VECTORUTIL_H