CAM
sv_decomp Module Reference

Functions/Subroutines

subroutine, public svdcmp (a, m, n, mp, np, w, v)
 
subroutine, public svbksb (u, w, v, m, n, mp, np, b, x)
 

Variables

integer, parameter nmax = 1600
 

Function/Subroutine Documentation

◆ svbksb()

subroutine, public sv_decomp::svbksb ( real(r8), dimension(mp,np), intent(in)  u,
real(r8), dimension(np), intent(in)  w,
real(r8), dimension(np,np), intent(in)  v,
integer, intent(in)  m,
integer, intent(in)  n,
integer, intent(in)  mp,
integer, intent(in)  np,
real(r8), dimension(mp), intent(in)  b,
real(r8), dimension(np), intent(out)  x 
)
Here is the caller graph for this function:

◆ svdcmp()

subroutine, public sv_decomp::svdcmp ( real(r8), dimension(mp,np), intent(inout)  a,
integer, intent(in)  m,
integer, intent(in)  n,
integer, intent(in)  mp,
integer, intent(in)  np,
real(r8), dimension(np), intent(out)  w,
real(r8), dimension(np,np), intent(out)  v 
)
Here is the caller graph for this function:

Variable Documentation

◆ nmax

integer, parameter sv_decomp::nmax = 1600
private