fortran-lapack
Loading...
Searching...
No Matches
la_state.f90 File Reference

Data Types

interface  la_state_type::la_state
 la_state defines a state return type for a linear algebra routine. State contains a status flag, a comment, and a procedure specifier that can be used to mark where the error happened More...
 
interface  la_state_type::operator(==)
 Comparison operators. More...
 
interface  la_state_type::operator(/=)
 
interface  la_state_type::operator(<)
 
interface  la_state_type::operator(<=)
 
interface  la_state_type::operator(>)
 
interface  la_state_type::operator(>=)
 

Modules

module  la_state_type
 

Variables

integer(ilp), parameter, public la_state_type::linalg_success = 0_ilp
 Public interfaces.
 
integer(ilp), parameter, public la_state_type::linalg_value_error = -1_ilp
 
integer(ilp), parameter, public la_state_type::linalg_error = -2_ilp
 
integer(ilp), parameter, public la_state_type::linalg_internal_error = -3_ilp