OpenCMISS-Iron Internal API Documentation
SOLVER_ROUTINES::DirectLinearSolverTypes

The types of direct linear solvers. More...

Variables

integer(intg), parameter, public solver_routines::solver_direct_lu =1
 LU direct linear solver. More...
 
integer(intg), parameter, public solver_routines::solver_direct_cholesky =2
 Cholesky direct linear solver. More...
 
integer(intg), parameter, public solver_routines::solver_direct_svd =3
 SVD direct linear solver. More...
 

Detailed Description

The types of direct linear solvers.

See also
SOLVER_ROUTINES

Variable Documentation