| MBDyn-1.7.3
    | 
#include <linsol.h>

| Public Attributes | |
| const char *const | s_name | 
| const char *const | s_alias | 
| enum SolverType | s_type | 
| unsigned | s_flags | 
| unsigned | s_default_flags | 
| doublereal | s_pivot_factor | 
| doublereal | s_drop_tolerance | 
| const char* const LinSol::solver_t::s_alias | 
Definition at line 86 of file linsol.h.
Referenced by ReadLinSol().
| unsigned LinSol::solver_t::s_default_flags | 
Definition at line 89 of file linsol.h.
Referenced by ReadLinSol(), and RestartLinSol().
| doublereal LinSol::solver_t::s_drop_tolerance | 
Definition at line 91 of file linsol.h.
Referenced by ReadLinSol().
| unsigned LinSol::solver_t::s_flags | 
Definition at line 88 of file linsol.h.
Referenced by LinSol::GetSolverFlags(), and ReadLinSol().
| const char* const LinSol::solver_t::s_name | 
Definition at line 85 of file linsol.h.
Referenced by LinSol::GetSolverName(), and ReadLinSol().
| doublereal LinSol::solver_t::s_pivot_factor | 
Definition at line 90 of file linsol.h.
Referenced by ReadLinSol().
| enum SolverType LinSol::solver_t::s_type |