AnimaL | 
     Tutorial | 
	 Documentation | 
   
#include <utils.h>
Definition at line 49 of file numrecipes/optimization/utils.h.
Public Types | |
| typedef RealT | Real | 
| Floating point value.   | |
| typedef VectorT | Vector | 
| Vector.   | |
| typedef MatrixT | Matrix | 
| Matrix.   | |
Static Public Member Functions | |
Memory allocation  | |
| void | alloc_vector (Vector &v, unsigned int size) | 
| vector allocation   | |
| void | free_vector (Vector &vec) | 
| Free vector. Size unused.   | |
| void | alloc_matrix (Matrix &mat, unsigned int rows, unsigned int columns) | 
| matrix allocation   | |
| void | free_matrix (Matrix &mat, unsigned int rows, unsigned int) | 
| Free matrix.   | |
      
  | 
  |||||
| 
 Matrix. 
 Definition at line 57 of file numrecipes/optimization/utils.h.  | 
  
      
  | 
  |||||
| 
 Floating point value. 
 Definition at line 53 of file numrecipes/optimization/utils.h.  | 
  
      
  | 
  |||||
| 
 Vector. 
 Definition at line 55 of file numrecipes/optimization/utils.h.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 matrix allocation 
 
 Definition at line 82 of file numrecipes/optimization/utils.h.  | 
  
      
  | 
  ||||||||||||||||
| 
 vector allocation 
 
 Definition at line 66 of file numrecipes/optimization/utils.h.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Free matrix. Column size unused. 
 Definition at line 95 of file numrecipes/optimization/utils.h.  | 
  
      
  | 
  ||||||||||
| 
 Free vector. Size unused. 
 Definition at line 72 of file numrecipes/optimization/utils.h.  | 
  
 
1.3.6