#include <mapping.h>
 | 
|   | mapping () | 
|   | 
|   | ~mapping () | 
|   | 
|   | mapping (const mapping &) | 
|   | 
| mapping &  | operator= (const mapping &) | 
|   | 
| void  | copy (const mapping &) | 
|   | 
| void  | set_ndomains (int ndom) | 
|   | 
| void  | set_npts (int npts) | 
|   | 
| void  | set_nt (int nt) | 
|   | 
| void  | set_nex (int nex) | 
|   | 
| void  | set_npts (int *npts) | 
|   | 
| void  | set_mode (int mode) | 
|   | 
| int  | init () | 
|   | 
| int  | remap () | 
|   | 
| matrix  | eval (const matrix &y, const matrix &ri, const matrix &thi, int parity=0) const  | 
|   | 
| matrix  | dr (const matrix &) const  | 
|   | 
| matrix  | dt (const matrix &) const  | 
|   | 
| matrix  | dt_odd (const matrix &) const  | 
|   | 
| matrix  | dt2 (const matrix &) const  | 
|   | 
| matrix  | stream (const matrix &Fz, matrix &Ft) const  | 
|   | 
| matrix  | stream (const matrix &Fz) const  | 
|   | 
| matrix  | zeta_to_r (const matrix &z) const  | 
|   | 
| matrix  | draw0 (const matrix &A, int parity, matrix &x, matrix &y) const  | 
|   | 
| void  | draw (figure *pfig, const matrix &A, int parity=0) const  | 
|   | 
| matrix  | drawi0 (const matrix &A, int sr, int st, int parity, matrix &x, matrix &y) const  | 
|   | 
| void  | drawi (figure *pfig, const matrix &A, int sr, int st, int parity=0) const  | 
|   | 
| void  | drawc (figure *pfig, const matrix &A, int ncontours, int parity=0) const  | 
|   | 
| void  | drawci (figure *pfig, const matrix &A, int sr, int st, int ncontours, int parity=0) const  | 
|   | 
| void  | spectrum (figure *pfig, const matrix &y, int parity=0) const  | 
|   | 
      
        
          | mapping::mapping  | 
          ( | 
          const mapping &  | 
          map | ) | 
           | 
        
      
 
 
      
        
          | void mapping::copy  | 
          ( | 
          const mapping &  | 
          map | ) | 
           | 
        
      
 
 
      
        
          | void mapping::draw  | 
          ( | 
          figure *  | 
          pfig,  | 
        
        
           | 
           | 
          const matrix &  | 
          A,  | 
        
        
           | 
           | 
          int  | 
          parity = 0  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
      
        
          | void mapping::drawc  | 
          ( | 
          figure *  | 
          pfig,  | 
        
        
           | 
           | 
          const matrix &  | 
          A,  | 
        
        
           | 
           | 
          int  | 
          ncontours,  | 
        
        
           | 
           | 
          int  | 
          parity = 0  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
      
        
          | void mapping::drawci  | 
          ( | 
          figure *  | 
          pfig,  | 
        
        
           | 
           | 
          const matrix &  | 
          A,  | 
        
        
           | 
           | 
          int  | 
          sr,  | 
        
        
           | 
           | 
          int  | 
          st,  | 
        
        
           | 
           | 
          int  | 
          ncontours,  | 
        
        
           | 
           | 
          int  | 
          parity = 0  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
      
        
          | void mapping::drawi  | 
          ( | 
          figure *  | 
          pfig,  | 
        
        
           | 
           | 
          const matrix &  | 
          A,  | 
        
        
           | 
           | 
          int  | 
          sr,  | 
        
        
           | 
           | 
          int  | 
          st,  | 
        
        
           | 
           | 
          int  | 
          parity = 0  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
      
        
          | void mapping::set_mode  | 
          ( | 
          int  | 
          mode | ) | 
           | 
        
      
 
 
      
        
          | void mapping::set_ndomains  | 
          ( | 
          int  | 
          ndom | ) | 
           | 
        
      
 
 
      
        
          | void mapping::set_nex  | 
          ( | 
          int  | 
          nex | ) | 
           | 
        
      
 
 
      
        
          | void mapping::set_npts  | 
          ( | 
          int  | 
          npts | ) | 
           | 
        
      
 
 
      
        
          | void mapping::set_npts  | 
          ( | 
          int *  | 
          npts | ) | 
           | 
        
      
 
 
      
        
          | void mapping::set_nt  | 
          ( | 
          int  | 
          nt | ) | 
           | 
        
      
 
 
      
        
          | void mapping::spectrum  | 
          ( | 
          figure *  | 
          pfig,  | 
        
        
           | 
           | 
          const matrix &  | 
          y,  | 
        
        
           | 
           | 
          int  | 
          parity = 0  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
      
        
          | const int & mapping::ndomains | 
        
      
 
 
The documentation for this class was generated from the following files: