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

Data Types

module  linearalgebra
 

Functions/Subroutines

subroutine vbcalc (x, v, b, beg, end)
 
subroutine hesse (H, dim)
 
subroutine francis (H, dim)
 

Function/Subroutine Documentation

subroutine eigenvalues::francis ( real(kind=dp), dimension(:,:)  H,
integer  dim 
)

References vbcalc().

Referenced by linearalgebra::eigenvalues().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine eigenvalues::hesse ( real(kind=dp), dimension(:,:)  H,
integer  dim 
)

References vbcalc().

Referenced by linearalgebra::eigenvalues().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine eigenvalues::vbcalc ( real(kind=dp), dimension(:)  x,
real(kind=dp), dimension(:)  v,
real(kind=dp)  b,
integer  beg,
integer  end 
)

Referenced by francis(), and hesse().

Here is the caller graph for this function: