LINEAR++ library: AFF to LAPACK

◆ report()

void linear::LapackException::report ( ) const
virtual

Screen report.

report AllocException

Reimplemented from linear::Exception.

Definition at line 135 of file error.cc.

References linear::Exception::base_report(), Mmeaning, Msubroutine, and Mvalue.

136  {
137  base_report();
138  std::cerr << " The LAPACK subroutine \"" << Msubroutine
139  << "\" returned " << Mvalue << "." << std::endl;
140  std::cerr << " This means:" << std::endl;
141  std::cerr << " " << Mmeaning << std::endl;
142  }
const char * Mmeaning
Definition: error.h:137
void base_report() const
Screen report.
Definition: error.cc:98
int Mvalue
members to remember
Definition: error.h:135
const char * Msubroutine
Definition: error.h:136
Here is the call graph for this function: