cerr<<"Warning: The Jacobi method parameter omega is out of interval (0,2). The value is "<<this->omega<<" the method will not converge."<<endl;
std::cerr<<"Warning: The Jacobi method parameter omega is out of interval (0,2). The value is "<<this->omega<<" the method will not converge."<<std::endl;