|
subroutine | sp_sygv (a, b, lam, n, lx, bw, lbw) |
|
subroutine | dp_sygv (a, b, lam, n, lx, bw, lbw) |
|
subroutine | qp_sygv (a, b, lam, n, lx, bw, lbw) |
|
Definition at line 103 of file fdm.f90.
◆ dp_sygv()
subroutine fdm::sygv::dp_sygv |
( |
real(kind=dp), dimension(n,n), intent(inout) |
a, |
|
|
real(kind=dp), dimension(n,n), intent(inout) |
b, |
|
|
real(kind=dp), dimension(n), intent(inout) |
lam, |
|
|
integer, intent(in) |
n, |
|
|
integer, intent(in) |
lx, |
|
|
real(kind=dp), dimension(4*(lx+2)**3) |
bw, |
|
|
integer, intent(in) |
lbw |
|
) |
| |
|
private |
◆ qp_sygv()
subroutine fdm::sygv::qp_sygv |
( |
real(kind=qp), dimension(n,n), intent(inout) |
a, |
|
|
real(kind=qp), dimension(n,n), intent(inout) |
b, |
|
|
real(kind=qp), dimension(n), intent(inout) |
lam, |
|
|
integer, intent(in) |
n, |
|
|
integer, intent(in) |
lx, |
|
|
real(kind=qp), dimension(4*(lx+2)**3) |
bw, |
|
|
integer, intent(in) |
lbw |
|
) |
| |
|
private |
◆ sp_sygv()
subroutine fdm::sygv::sp_sygv |
( |
real(kind=sp), dimension(n,n), intent(inout) |
a, |
|
|
real(kind=sp), dimension(n,n), intent(inout) |
b, |
|
|
real(kind=sp), dimension(n), intent(inout) |
lam, |
|
|
integer, intent(in) |
n, |
|
|
integer, intent(in) |
lx, |
|
|
real(kind=sp), dimension(4*(lx+2)**3) |
bw, |
|
|
integer, intent(in) |
lbw |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file:
- /home/runner/work/neko/neko/src/math/fdm.f90