Module | Source File | Description |
---|---|---|
LightKrylov | LightKrylov.f90 | |
LightKrylov_AbstractLinops | AbstractLinops.f90 | This module provides the base classes |
LightKrylov_AbstractSystems | AbstractSystems.f90 | This module provides the abstract types necessary to define an algebraic system of nonlinear equations to be solved using the Newton method. |
LightKrylov_AbstractVectors | AbstractVectors.f90 | This module provides the base class |
LightKrylov_BaseKrylov | BaseKrylov.f90 | This module provides a collection of Krylov-based factorizations forming the
computational core of |
LightKrylov_Constants | Constants.f90 | This module defines a list of simple constants used throughout |
LightKrylov_ExpmLib | ExpmLib.f90 | This module implements the evaluation of the "matrix-exponential times vector" procedure using Krylov methods. |
LightKrylov_IterativeSolvers | IterativeSolvers.f90 | This module provides some of the most important computational routines provided by
|
LightKrylov_NewtonKrylov | NewtonKrylov.f90 | |
LightKrylov_utils | Utils.f90 | This module provides a set of utility functions used throughout |