(git:6a2e663)
linear_systems Module Reference

Provides interfaces to LAPACK routines for factorisation and linear system solving. More...

Functions/Subroutines

subroutine, public solve_system (matrix, mysize, eigenvectors)
 ... More...
 

Detailed Description

Provides interfaces to LAPACK routines for factorisation and linear system solving.

Note
We are using LAPACK interfaces, so please make sure in IBM/AIX you have the lapack library before essl: "xlf90 ... -llapack -lessl" !!!
History
none
Author
JGH (30-5-2001)

Function/Subroutine Documentation

◆ solve_system()

subroutine, public linear_systems::solve_system ( real(kind=dp), dimension(:, :), intent(inout)  matrix,
integer, intent(in)  mysize,
real(kind=dp), dimension(:, :), intent(inout)  eigenvectors 
)

...

Parameters
matrix...
mysize...
eigenvectors...

Definition at line 40 of file linear_systems.F.

Here is the caller graph for this function: