11 #ifndef OOPS_BASE_IDENTITYMATRIX_H_
12 #define OOPS_BASE_IDENTITYMATRIX_H_
17 template<
typename VECTOR>
20 void multiply(
const VECTOR &
a, VECTOR & b)
const {b =
a;}
void multiply(const VECTOR &a, VECTOR &b) const
The namespace for the main oops code.