IPIM
 All Classes Files Functions Variables Pages
Functions/Subroutines
mkl_solve_ODE.f90 File Reference

Functions/Subroutines

subroutine mkl_solve_ode (mkl_n, ldab, ku, kl, A_band, B, phi)
 Solve equation AX=B with mkl library with A a general m x n. More...
 

Detailed Description

Author
Mikel INDURAIN
Date
08.08.2016

Function/Subroutine Documentation

subroutine mkl_solve_ode ( integer, intent(in)  mkl_n,
integer, intent(in)  ldab,
integer, intent(in)  ku,
integer, intent(in)  kl,
real*8, dimension(ldab,mkl_n), intent(in)  A_band,
real*8, dimension(mkl_n), intent(in)  B,
real*8, dimension(mkl_n), intent(out)  phi 
)

Solve equation AX=B with mkl library with A a general m x n.

Author

Here is the caller graph for this function: