#include "matrix.hpp" void Matrix::init(size_t nrow,size_t ncol){ if(data!=nullptr){ for(size_t i=0;i