18 ematrix::Matrix<double,3,3> A = {1.,2.,3.,0.,0.,0.,0,0,0};
19 ematrix::Matrix<double,3,3> B = {1,1,1,3,4,5,3,6,10};
20 std::cout << A+
inv(B);
int main(void)
Begin and the very beginning.
Matrix< float, tRows, tRows > inv(const Matrix< float, tRows, tRows > &R)