Elmer FEM solver
Elmer is an open source finite element software for multiphysical problems
 All Classes Files Functions Variables Typedefs Macros Groups Pages
SolveSBand.src File Reference

Functions/Subroutines

subroutine solvecomplexsbandlapack (N, M, A, X, Subband, Band)
 
subroutine solvesbandlapack (N, M, A, X, Subband, Band)
 

Function/Subroutine Documentation

subroutine solvecomplexsbandlapack ( integer  N,
integer  M,
complex(kind=dp), dimension(band,n)  A,
complex(kind=dp), dimension(n,m)  X,
integer  Subband,
integer  Band 
)

Calls LAPACK complex symmetric band matrix solvers.

Referenced by directsolve::complexbandsolver().

Here is the caller graph for this function: