////////////////////////////////////////////////////////////////////// inline functions for Matrix2 //////////////////////////////////////////////////////////////////////
| 218 | // inline functions for Matrix2 |
| 219 | /////////////////////////////////////////////////////////////////////////// |
| 220 | inline Matrix2::Matrix2() |
| 221 | { |
| 222 | // initially identity matrix |
| 223 | identity(); |
| 224 | } |
| 225 | |
| 226 | |
| 227 |
nothing calls this directly
no outgoing calls
no test coverage detected