1#ifndef VIENNASHE_SOLVERS_EXCEPTION_HPP
2#define VIENNASHE_SOLVERS_EXCEPTION_HPP
38 invalid_linear_solver_exception() : std::runtime_error(
"* ViennaSHE: Invalid linear solver specified. Most likely, the linear solver is not compiled into the binary. Consider recompilation with support for the particular solver enabled.") {}
Exception for the case that an invalid solver is in use.
invalid_linear_solver_exception()
virtual ~invalid_linear_solver_exception()
Exception for the case that an invalid nonlinear solver is in use.
virtual ~invalid_nonlinear_solver_exception()
invalid_nonlinear_solver_exception()
The main ViennaSHE namespace. All functionality resides inside this namespace.