#include <permutation.h>
[inline]
Definition at line 33 of file permutation.h.
00034 {
00035 gsldata=(clear ? gsl_permutation_calloc(n) : gsl_permutation_alloc(n));
00036 }
[inline]
[inline]
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);}
[friend]
Definition at line 27 of file permutation.h.
[friend]
Definition at line 28 of file permutation.h.
[friend]
Definition at line 29 of file permutation.h.