#include <iostream>
Go to the source code of this file.
|  | 
| typedef int( | pread_f )(void **, const char *) | 
|  | 
| typedef std::ostream &( | phelp_f )(void *, std::ostream &) | 
|  | 
| typedef int( | pinit_f )(void *, VectorHandler &, VectorHandler &) | 
|  | 
| typedef int( | psize_f )(void *) | 
|  | 
| typedef int( | pgrad_f )(void *, MatrixHandler &, MatrixHandler &, const VectorHandler &, const VectorHandler &, const doublereal &) | 
|  | 
| typedef int( | pfunc_f )(void *, VectorHandler &, const VectorHandler &, const VectorHandler &, const doublereal &) | 
|  | 
| typedef std::ostream &( | pout_f )(void *, std::ostream &, const VectorHandler &, const VectorHandler &) | 
|  | 
| typedef int( | pdestroy_f )(void **) | 
|  | 
      
        
          | typedef int( pdestroy_f)(void **) | 
      
 
 
      
        
          | typedef std::ostream&( phelp_f)(void *, std::ostream &) | 
      
 
 
      
        
          | typedef int( pread_f)(void **, const char *) | 
      
 
 
      
        
          | typedef int( psize_f)(void *) |