dependency tree
Hi people!
Before I start to find all called routines of dsyevx on my own...
Is there a "dependency tree" for Lapack-routines that shows all
external functions/subroutines used by dsyevx or ... and which
they call further?
Michael
P.S.
My aim is to pick out the LAPACK diagonalizer, use "long double"-FPU
numbers, optimize the f2c-code to better C (C++), but only if this is not too
much of course. I found out that translating and optimizing the valuable
dstein-subroutine can be done! I would also share the result...
Before I start to find all called routines of dsyevx on my own...
Is there a "dependency tree" for Lapack-routines that shows all
external functions/subroutines used by dsyevx or ... and which
they call further?
Michael
P.S.
My aim is to pick out the LAPACK diagonalizer, use "long double"-FPU
numbers, optimize the f2c-code to better C (C++), but only if this is not too
much of course. I found out that translating and optimizing the valuable
dstein-subroutine can be done! I would also share the result...