SABER
tools_sp.F90 File Reference

Go to the source code of this file.

Data Types

interface  tools_sp::splat
 
interface  tools_sp::lubksb
 
interface  tools_sp::ludcmp
 

Modules

module  tools_sp
 Subroutines/functions list.
 

Functions/Subroutines

subroutine tools_sp::sp_splat (IDRT, JMAX, SLAT, WLAT)
 Compute latitude functions. More...
 
subroutine tools_sp::sp_lubksb (A, N, NP, INDX, B)
 Solves a system of linear equations, follows call to LUDCMP. More...
 
subroutine tools_sp::sp_ludcmp (A, N, NP, INDX, D)
 Replaces an NxN matrix A with the LU decomposition. More...