gsl.permutation

D bindings for GSL.

Members

Aliases

gsl_permutation
alias gsl_permutation = gsl_permutation_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

gsl_permutation_alloc
gsl_permutation* gsl_permutation_alloc(size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_calloc
gsl_permutation* gsl_permutation_calloc(size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_canonical_cycles
size_t gsl_permutation_canonical_cycles(const(gsl_permutation)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_canonical_to_linear
int gsl_permutation_canonical_to_linear(gsl_permutation* p, const(gsl_permutation)* q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_data
size_t* gsl_permutation_data(const(gsl_permutation)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_fprintf
int gsl_permutation_fprintf(FILE* stream, const(gsl_permutation)* p, const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_fread
int gsl_permutation_fread(FILE* stream, gsl_permutation* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_free
void gsl_permutation_free(gsl_permutation* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_fscanf
int gsl_permutation_fscanf(FILE* stream, gsl_permutation* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_fwrite
int gsl_permutation_fwrite(FILE* stream, const(gsl_permutation)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_get
size_t gsl_permutation_get(const(gsl_permutation)* p, size_t i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_init
void gsl_permutation_init(gsl_permutation* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_inverse
int gsl_permutation_inverse(gsl_permutation* inv, const(gsl_permutation)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_inversions
size_t gsl_permutation_inversions(const(gsl_permutation)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_linear_cycles
size_t gsl_permutation_linear_cycles(const(gsl_permutation)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_linear_to_canonical
int gsl_permutation_linear_to_canonical(gsl_permutation* q, const(gsl_permutation)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_memcpy
int gsl_permutation_memcpy(gsl_permutation* dest, const(gsl_permutation)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_mul
int gsl_permutation_mul(gsl_permutation* p, const(gsl_permutation)* pa, const(gsl_permutation)* pb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_next
int gsl_permutation_next(gsl_permutation* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_prev
int gsl_permutation_prev(gsl_permutation* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_reverse
void gsl_permutation_reverse(gsl_permutation* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_size
size_t gsl_permutation_size(const(gsl_permutation)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_swap
int gsl_permutation_swap(gsl_permutation* p, size_t i, size_t j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permutation_valid
int gsl_permutation_valid(const(gsl_permutation)* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute
int gsl_permute(const(size_t)* p, double* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_char
int gsl_permute_char(const(size_t)* p, char* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_char_inverse
int gsl_permute_char_inverse(const(size_t)* p, char* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_complex
int gsl_permute_complex(const(size_t)* p, double* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_complex_float
int gsl_permute_complex_float(const(size_t)* p, float* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_complex_float_inverse
int gsl_permute_complex_float_inverse(const(size_t)* p, float* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_complex_inverse
int gsl_permute_complex_inverse(const(size_t)* p, double* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_complex_long_double
int gsl_permute_complex_long_double(const(size_t)* p, real* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_complex_long_double_inverse
int gsl_permute_complex_long_double_inverse(const(size_t)* p, real* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_float
int gsl_permute_float(const(size_t)* p, float* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_float_inverse
int gsl_permute_float_inverse(const(size_t)* p, float* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_int
int gsl_permute_int(const(size_t)* p, int* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_int_inverse
int gsl_permute_int_inverse(const(size_t)* p, int* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_inverse
int gsl_permute_inverse(const(size_t)* p, double* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_long
int gsl_permute_long(const(size_t)* p, c_long* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_long_double
int gsl_permute_long_double(const(size_t)* p, real* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_long_double_inverse
int gsl_permute_long_double_inverse(const(size_t)* p, real* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_long_inverse
int gsl_permute_long_inverse(const(size_t)* p, c_long* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_short
int gsl_permute_short(const(size_t)* p, short* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_short_inverse
int gsl_permute_short_inverse(const(size_t)* p, short* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_uchar
int gsl_permute_uchar(const(size_t)* p, ubyte* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_uchar_inverse
int gsl_permute_uchar_inverse(const(size_t)* p, ubyte* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_uint
int gsl_permute_uint(const(size_t)* p, uint* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_uint_inverse
int gsl_permute_uint_inverse(const(size_t)* p, uint* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_ulong
int gsl_permute_ulong(const(size_t)* p, c_ulong* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_ulong_inverse
int gsl_permute_ulong_inverse(const(size_t)* p, c_ulong* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_ushort
int gsl_permute_ushort(const(size_t)* p, ushort* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_ushort_inverse
int gsl_permute_ushort_inverse(const(size_t)* p, ushort* data, size_t stride, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector
int gsl_permute_vector(const(gsl_permutation)* p, gsl_vector* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_char
int gsl_permute_vector_char(const(gsl_permutation)* p, gsl_vector_char* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_char_inverse
int gsl_permute_vector_char_inverse(const(gsl_permutation)* p, gsl_vector_char* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_complex
int gsl_permute_vector_complex(const(gsl_permutation)* p, gsl_vector_complex* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_complex_float
int gsl_permute_vector_complex_float(const(gsl_permutation)* p, gsl_vector_complex_float* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_complex_float_inverse
int gsl_permute_vector_complex_float_inverse(const(gsl_permutation)* p, gsl_vector_complex_float* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_complex_inverse
int gsl_permute_vector_complex_inverse(const(gsl_permutation)* p, gsl_vector_complex* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_complex_long_double
int gsl_permute_vector_complex_long_double(const(gsl_permutation)* p, gsl_vector_complex_long_double* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_complex_long_double_inverse
int gsl_permute_vector_complex_long_double_inverse(const(gsl_permutation)* p, gsl_vector_complex_long_double* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_float
int gsl_permute_vector_float(const(gsl_permutation)* p, gsl_vector_float* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_float_inverse
int gsl_permute_vector_float_inverse(const(gsl_permutation)* p, gsl_vector_float* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_int
int gsl_permute_vector_int(const(gsl_permutation)* p, gsl_vector_int* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_int_inverse
int gsl_permute_vector_int_inverse(const(gsl_permutation)* p, gsl_vector_int* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_inverse
int gsl_permute_vector_inverse(const(gsl_permutation)* p, gsl_vector* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_long
int gsl_permute_vector_long(const(gsl_permutation)* p, gsl_vector_long* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_long_double
int gsl_permute_vector_long_double(const(gsl_permutation)* p, gsl_vector_long_double* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_long_double_inverse
int gsl_permute_vector_long_double_inverse(const(gsl_permutation)* p, gsl_vector_long_double* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_long_inverse
int gsl_permute_vector_long_inverse(const(gsl_permutation)* p, gsl_vector_long* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_short
int gsl_permute_vector_short(const(gsl_permutation)* p, gsl_vector_short* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_short_inverse
int gsl_permute_vector_short_inverse(const(gsl_permutation)* p, gsl_vector_short* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_uchar
int gsl_permute_vector_uchar(const(gsl_permutation)* p, gsl_vector_uchar* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_uchar_inverse
int gsl_permute_vector_uchar_inverse(const(gsl_permutation)* p, gsl_vector_uchar* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_uint
int gsl_permute_vector_uint(const(gsl_permutation)* p, gsl_vector_uint* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_uint_inverse
int gsl_permute_vector_uint_inverse(const(gsl_permutation)* p, gsl_vector_uint* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_ulong
int gsl_permute_vector_ulong(const(gsl_permutation)* p, gsl_vector_ulong* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_ulong_inverse
int gsl_permute_vector_ulong_inverse(const(gsl_permutation)* p, gsl_vector_ulong* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_ushort
int gsl_permute_vector_ushort(const(gsl_permutation)* p, gsl_vector_ushort* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_permute_vector_ushort_inverse
int gsl_permute_vector_ushort_inverse(const(gsl_permutation)* p, gsl_vector_ushort* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_permutation_struct
struct gsl_permutation_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0