![]() |
(git:ec11232)
|
Provides interfaces to LAPACK routines for factorisation and linear system solving. More...
Functions/Subroutines | |
| subroutine, public | solve_system (matrix, mysize, eigenvectors) |
| ... | |
Provides interfaces to LAPACK routines for factorisation and linear system solving.
| subroutine, public linear_systems::solve_system | ( | real(kind=dp), dimension(:, :), intent(inout) | matrix, |
| integer, intent(in) | mysize, | ||
| real(kind=dp), dimension(:, :), intent(inout) | eigenvectors | ||
| ) |
...
| matrix | ... |
| mysize | ... |
| eigenvectors | ... |
Definition at line 36 of file linear_systems.F.