PRIVATE 
 SPINTERP Private Routines
    
    
    
      PRIVATE
      is a MATLAB library which 
      contains lower level functions needed by SPINTERP, but of little
      direct interest to the user.
    
    
      Source Code:
    
    
      These routines are probably of little direct interest to the user:
      
        - 
          spcpmvalscc.m
          computes the hierarchical surpluses for the given new level sequences
          on a CC grid.
        
 
        - 
          spcpmvalsm.m
          computes the hierarchical surpluses for the given new level sequences
          on an M grid.
        
 
        - 
          spcpmvalsnb.m
          computes the hierarchical surpluses for the given new level sequences
          on an NB grid.
        
 
        - 
          spdimcc.m
          computes the number of sparse grid points
          on a CC grid.
        
 
        - 
          spdimm.m
          computes the number of sparse grid points
          on an M grid.
        
 
        - 
          spevalf.m
          evaluates the model function at the sparse grid points.
        
 
        - 
          spgridcc.m
          computes the sparse grid points for a CC grid.
        
 
        - 
          spgridm.m
          computes the sparse grid points for an M grid.
        
 
        - 
          spgridnb.m
          computes the sparse grid points for an NB grid.
        
 
        - 
          spinterpcc.m
          computes the multilinear interpolant for a CC grid.
        
 
        - 
          spinterpm.m
          computes the multilinear interpolant for an M grid.
        
 
        - 
          spinterpnb.m
          computes the multilinear interpolant for an NB grid.
        
 
      
    
    
      You can go up one level to 
      the SPINTERP source codes.
    
    
    
      Last revised on 14 October 2009.