Go to the documentation of this file.
49 matrix2(
const double& x00,
const double& x01,
50 const double& x10,
const double& x11);
67 static matrix2 scale(
const double& s_x,
const double& s_y);
77 const double&
operator()(
const size_t& k1,
const size_t& k2)
const;
79 double&
operator()(
const size_t& k1,
const size_t& k2);
175 void assert_size(
const size_t& k1,
const size_t& k2)
const;