#include "Math/matrix.hpp" #include int main() { yage::Matrix<4, 4> matrix; double x=matrix[2][2]; matrix[2][2]=4; std::cout<<"at: "<