#include <permutation.h>
Public Methods | |
permutation (size_t n, bool clear=true) | |
permutation () | |
void | resize (size_t n) |
|
Definition at line 33 of file permutation.h. 00034 { 00035 gsldata=(clear ? gsl_permutation_calloc(n) : gsl_permutation_alloc(n)); 00036 } |
|
Definition at line 37 of file permutation.h. 00037 :gsldata(NULL){;} |
|
Definition at line 38 of file permutation.h. Referenced by gsl::matrix_int::LU_decomp(), gsl::matrix_float::LU_decomp(), and gsl::matrix::LU_decomp().
00038 {gsldata= gsl_permutation_calloc(n);} |
|
Definition at line 27 of file permutation.h. |
|
Definition at line 28 of file permutation.h. |
|
Definition at line 29 of file permutation.h. |