AnimaL |
Tutorial |
Documentation |
#include <utils.h>
Definition at line 121 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 | |
void | alloc_vector (Vector &v, unsigned int size) |
allocate a vector | |
void | free_vector (Vector &) |
free vector (does nothing, just for compatibility) | |
void | alloc_matrix (Matrix &mat, unsigned int rows, unsigned int columns) |
allocate a matrix | |
void | free_matrix (Matrix &, unsigned int, unsigned int) |
free matrix (does nothing, just for compatibility) |
|
matrix
Definition at line 129 of file numrecipes/optimization/utils.h. Referenced by nr::STL_Traits< RealT, VectorT, MatrixT >::alloc_matrix(). |
|
floating point value
Definition at line 125 of file numrecipes/optimization/utils.h. |
|
vector
Definition at line 127 of file numrecipes/optimization/utils.h. Referenced by nr::STL_Traits< RealT, VectorT, MatrixT >::alloc_matrix(), and nr::STL_Traits< RealT, VectorT, MatrixT >::alloc_vector(). |
|
allocate a matrix
Definition at line 150 of file numrecipes/optimization/utils.h. References nr::STL_Traits< RealT, VectorT, MatrixT >::Matrix, and nr::STL_Traits< RealT, VectorT, MatrixT >::Vector. |
|
allocate a vector
Definition at line 135 of file numrecipes/optimization/utils.h. References nr::STL_Traits< RealT, VectorT, MatrixT >::Vector. |
|
free matrix (does nothing, just for compatibility)
Definition at line 159 of file numrecipes/optimization/utils.h. |
|
free vector (does nothing, just for compatibility)
Definition at line 141 of file numrecipes/optimization/utils.h. |