gsl.vector

D bindings for GSL.

Members

Aliases

gsl_vector_char_const_view
alias gsl_vector_char_const_view = _gsl_vector_char_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_view
alias gsl_vector_char_view = _gsl_vector_char_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_const_view
alias gsl_vector_complex_const_view = _gsl_vector_complex_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_const_view
alias gsl_vector_complex_float_const_view = _gsl_vector_complex_float_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_view
alias gsl_vector_complex_float_view = _gsl_vector_complex_float_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_const_view
alias gsl_vector_complex_long_double_const_view = _gsl_vector_complex_long_double_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_view
alias gsl_vector_complex_long_double_view = _gsl_vector_complex_long_double_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_view
alias gsl_vector_complex_view = _gsl_vector_complex_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_const_view
alias gsl_vector_const_view = _gsl_vector_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_const_view
alias gsl_vector_float_const_view = _gsl_vector_float_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_view
alias gsl_vector_float_view = _gsl_vector_float_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_const_view
alias gsl_vector_int_const_view = _gsl_vector_int_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_view
alias gsl_vector_int_view = _gsl_vector_int_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_const_view
alias gsl_vector_long_const_view = _gsl_vector_long_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_const_view
alias gsl_vector_long_double_const_view = _gsl_vector_long_double_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_view
alias gsl_vector_long_double_view = _gsl_vector_long_double_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_view
alias gsl_vector_long_view = _gsl_vector_long_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_const_view
alias gsl_vector_short_const_view = _gsl_vector_short_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_view
alias gsl_vector_short_view = _gsl_vector_short_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_const_view
alias gsl_vector_uchar_const_view = _gsl_vector_uchar_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_view
alias gsl_vector_uchar_view = _gsl_vector_uchar_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_const_view
alias gsl_vector_uint_const_view = _gsl_vector_uint_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_view
alias gsl_vector_uint_view = _gsl_vector_uint_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_const_view
alias gsl_vector_ulong_const_view = _gsl_vector_ulong_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_view
alias gsl_vector_ulong_view = _gsl_vector_ulong_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_const_view
alias gsl_vector_ushort_const_view = _gsl_vector_ushort_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_view
alias gsl_vector_ushort_view = _gsl_vector_ushort_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_view
alias gsl_vector_view = _gsl_vector_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

gsl_vector_add
int gsl_vector_add(gsl_vector* a, const(gsl_vector)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_add_constant
int gsl_vector_add_constant(gsl_vector* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_alloc
gsl_vector* gsl_vector_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_vector_alloc_from_block
gsl_vector* gsl_vector_alloc_from_block(gsl_block* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_alloc_from_vector
gsl_vector* gsl_vector_alloc_from_vector(gsl_vector* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_calloc
gsl_vector* gsl_vector_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_vector_char_add
int gsl_vector_char_add(gsl_vector_char* a, const(gsl_vector_char)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_add_constant
int gsl_vector_char_add_constant(gsl_vector_char* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_alloc
gsl_vector_char* gsl_vector_char_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_vector_char_alloc_from_block
gsl_vector_char* gsl_vector_char_alloc_from_block(gsl_block_char* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_alloc_from_vector
gsl_vector_char* gsl_vector_char_alloc_from_vector(gsl_vector_char* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_calloc
gsl_vector_char* gsl_vector_char_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_vector_char_const_ptr
const(char)* gsl_vector_char_const_ptr(const(gsl_vector_char)* v, 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_vector_char_const_subvector
_gsl_vector_char_const_view gsl_vector_char_const_subvector(const(gsl_vector_char)* v, size_t i, 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_vector_char_const_subvector_with_stride
_gsl_vector_char_const_view gsl_vector_char_const_subvector_with_stride(const(gsl_vector_char)* v, size_t i, 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_vector_char_const_view_array
_gsl_vector_char_const_view gsl_vector_char_const_view_array(const(char)* v, 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_vector_char_const_view_array_with_stride
_gsl_vector_char_const_view gsl_vector_char_const_view_array_with_stride(const(char)* base, 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_vector_char_div
int gsl_vector_char_div(gsl_vector_char* a, const(gsl_vector_char)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_equal
int gsl_vector_char_equal(const(gsl_vector_char)* u, const(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_vector_char_fprintf
int gsl_vector_char_fprintf(FILE* stream, const(gsl_vector_char)* v, 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_vector_char_fread
int gsl_vector_char_fread(FILE* stream, 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_vector_char_free
void gsl_vector_char_free(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_vector_char_fscanf
int gsl_vector_char_fscanf(FILE* stream, 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_vector_char_fwrite
int gsl_vector_char_fwrite(FILE* stream, const(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_vector_char_get
char gsl_vector_char_get(const(gsl_vector_char)* v, 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_vector_char_isneg
int gsl_vector_char_isneg(const(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_vector_char_isnonneg
int gsl_vector_char_isnonneg(const(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_vector_char_isnull
int gsl_vector_char_isnull(const(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_vector_char_ispos
int gsl_vector_char_ispos(const(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_vector_char_max
char gsl_vector_char_max(const(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_vector_char_max_index
size_t gsl_vector_char_max_index(const(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_vector_char_memcpy
int gsl_vector_char_memcpy(gsl_vector_char* dest, const(gsl_vector_char)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_min
char gsl_vector_char_min(const(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_vector_char_min_index
size_t gsl_vector_char_min_index(const(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_vector_char_minmax
void gsl_vector_char_minmax(const(gsl_vector_char)* v, char* min_out, char* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_minmax_index
void gsl_vector_char_minmax_index(const(gsl_vector_char)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_mul
int gsl_vector_char_mul(gsl_vector_char* a, const(gsl_vector_char)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_ptr
char* gsl_vector_char_ptr(gsl_vector_char* v, 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_vector_char_reverse
int gsl_vector_char_reverse(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_vector_char_scale
int gsl_vector_char_scale(gsl_vector_char* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_set
void gsl_vector_char_set(gsl_vector_char* v, size_t i, char x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_set_all
void gsl_vector_char_set_all(gsl_vector_char* v, char x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_set_basis
int gsl_vector_char_set_basis(gsl_vector_char* v, 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_vector_char_set_zero
void gsl_vector_char_set_zero(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_vector_char_sub
int gsl_vector_char_sub(gsl_vector_char* a, const(gsl_vector_char)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_subvector
_gsl_vector_char_view gsl_vector_char_subvector(gsl_vector_char* v, size_t i, 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_vector_char_subvector_with_stride
_gsl_vector_char_view gsl_vector_char_subvector_with_stride(gsl_vector_char* v, size_t i, 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_vector_char_swap
int gsl_vector_char_swap(gsl_vector_char* v, gsl_vector_char* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char_swap_elements
int gsl_vector_char_swap_elements(gsl_vector_char* v, 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_vector_char_view_array
_gsl_vector_char_view gsl_vector_char_view_array(char* v, 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_vector_char_view_array_with_stride
_gsl_vector_char_view gsl_vector_char_view_array_with_stride(char* base, 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_vector_complex_add
int gsl_vector_complex_add(gsl_vector_complex* a, const(gsl_vector_complex)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_add_constant
int gsl_vector_complex_add_constant(gsl_vector_complex* a, gsl_complex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_alloc
gsl_vector_complex* gsl_vector_complex_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_vector_complex_alloc_from_block
gsl_vector_complex* gsl_vector_complex_alloc_from_block(gsl_block_complex* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_alloc_from_vector
gsl_vector_complex* gsl_vector_complex_alloc_from_vector(gsl_vector_complex* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_calloc
gsl_vector_complex* gsl_vector_complex_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_vector_complex_const_imag
_gsl_vector_const_view gsl_vector_complex_const_imag(const(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_vector_complex_const_ptr
const(gsl_complex)* gsl_vector_complex_const_ptr(const(gsl_vector_complex)* v, 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_vector_complex_const_real
_gsl_vector_const_view gsl_vector_complex_const_real(const(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_vector_complex_const_subvector
_gsl_vector_complex_const_view gsl_vector_complex_const_subvector(const(gsl_vector_complex)* base, size_t i, 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_vector_complex_const_subvector_with_stride
_gsl_vector_complex_const_view gsl_vector_complex_const_subvector_with_stride(const(gsl_vector_complex)* v, size_t i, 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_vector_complex_const_view_array
_gsl_vector_complex_const_view gsl_vector_complex_const_view_array(const(double)* base, 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_vector_complex_const_view_array_with_stride
_gsl_vector_complex_const_view gsl_vector_complex_const_view_array_with_stride(const(double)* base, 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_vector_complex_div
int gsl_vector_complex_div(gsl_vector_complex* a, const(gsl_vector_complex)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_equal
int gsl_vector_complex_equal(const(gsl_vector_complex)* u, const(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_vector_complex_float_add
int gsl_vector_complex_float_add(gsl_vector_complex_float* a, const(gsl_vector_complex_float)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_add_constant
int gsl_vector_complex_float_add_constant(gsl_vector_complex_float* a, gsl_complex_float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_alloc
gsl_vector_complex_float* gsl_vector_complex_float_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_vector_complex_float_alloc_from_block
gsl_vector_complex_float* gsl_vector_complex_float_alloc_from_block(gsl_block_complex_float* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_alloc_from_vector
gsl_vector_complex_float* gsl_vector_complex_float_alloc_from_vector(gsl_vector_complex_float* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_calloc
gsl_vector_complex_float* gsl_vector_complex_float_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_vector_complex_float_const_imag
_gsl_vector_float_const_view gsl_vector_complex_float_const_imag(const(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_vector_complex_float_const_ptr
const(gsl_complex_float)* gsl_vector_complex_float_const_ptr(const(gsl_vector_complex_float)* v, 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_vector_complex_float_const_real
_gsl_vector_float_const_view gsl_vector_complex_float_const_real(const(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_vector_complex_float_const_subvector
_gsl_vector_complex_float_const_view gsl_vector_complex_float_const_subvector(const(gsl_vector_complex_float)* base, size_t i, 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_vector_complex_float_const_subvector_with_stride
_gsl_vector_complex_float_const_view gsl_vector_complex_float_const_subvector_with_stride(const(gsl_vector_complex_float)* v, size_t i, 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_vector_complex_float_const_view_array
_gsl_vector_complex_float_const_view gsl_vector_complex_float_const_view_array(const(float)* base, 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_vector_complex_float_const_view_array_with_stride
_gsl_vector_complex_float_const_view gsl_vector_complex_float_const_view_array_with_stride(const(float)* base, 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_vector_complex_float_div
int gsl_vector_complex_float_div(gsl_vector_complex_float* a, const(gsl_vector_complex_float)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_equal
int gsl_vector_complex_float_equal(const(gsl_vector_complex_float)* u, const(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_vector_complex_float_fprintf
int gsl_vector_complex_float_fprintf(FILE* stream, const(gsl_vector_complex_float)* v, 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_vector_complex_float_fread
int gsl_vector_complex_float_fread(FILE* stream, 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_vector_complex_float_free
void gsl_vector_complex_float_free(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_vector_complex_float_fscanf
int gsl_vector_complex_float_fscanf(FILE* stream, 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_vector_complex_float_fwrite
int gsl_vector_complex_float_fwrite(FILE* stream, const(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_vector_complex_float_get
gsl_complex_float gsl_vector_complex_float_get(const(gsl_vector_complex_float)* v, 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_vector_complex_float_imag
_gsl_vector_float_view gsl_vector_complex_float_imag(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_vector_complex_float_isneg
int gsl_vector_complex_float_isneg(const(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_vector_complex_float_isnonneg
int gsl_vector_complex_float_isnonneg(const(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_vector_complex_float_isnull
int gsl_vector_complex_float_isnull(const(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_vector_complex_float_ispos
int gsl_vector_complex_float_ispos(const(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_vector_complex_float_memcpy
int gsl_vector_complex_float_memcpy(gsl_vector_complex_float* dest, const(gsl_vector_complex_float)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_mul
int gsl_vector_complex_float_mul(gsl_vector_complex_float* a, const(gsl_vector_complex_float)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_ptr
gsl_complex_float* gsl_vector_complex_float_ptr(gsl_vector_complex_float* v, 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_vector_complex_float_real
_gsl_vector_float_view gsl_vector_complex_float_real(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_vector_complex_float_reverse
int gsl_vector_complex_float_reverse(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_vector_complex_float_scale
int gsl_vector_complex_float_scale(gsl_vector_complex_float* a, gsl_complex_float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_set
void gsl_vector_complex_float_set(gsl_vector_complex_float* v, size_t i, gsl_complex_float z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_set_all
void gsl_vector_complex_float_set_all(gsl_vector_complex_float* v, gsl_complex_float z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_set_basis
int gsl_vector_complex_float_set_basis(gsl_vector_complex_float* v, 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_vector_complex_float_set_zero
void gsl_vector_complex_float_set_zero(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_vector_complex_float_sub
int gsl_vector_complex_float_sub(gsl_vector_complex_float* a, const(gsl_vector_complex_float)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_subvector
_gsl_vector_complex_float_view gsl_vector_complex_float_subvector(gsl_vector_complex_float* base, size_t i, 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_vector_complex_float_subvector_with_stride
_gsl_vector_complex_float_view gsl_vector_complex_float_subvector_with_stride(gsl_vector_complex_float* v, size_t i, 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_vector_complex_float_swap
int gsl_vector_complex_float_swap(gsl_vector_complex_float* v, gsl_vector_complex_float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float_swap_elements
int gsl_vector_complex_float_swap_elements(gsl_vector_complex_float* v, 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_vector_complex_float_view_array
_gsl_vector_complex_float_view gsl_vector_complex_float_view_array(float* base, 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_vector_complex_float_view_array_with_stride
_gsl_vector_complex_float_view gsl_vector_complex_float_view_array_with_stride(float* base, 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_vector_complex_fprintf
int gsl_vector_complex_fprintf(FILE* stream, const(gsl_vector_complex)* v, 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_vector_complex_fread
int gsl_vector_complex_fread(FILE* stream, 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_vector_complex_free
void gsl_vector_complex_free(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_vector_complex_fscanf
int gsl_vector_complex_fscanf(FILE* stream, 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_vector_complex_fwrite
int gsl_vector_complex_fwrite(FILE* stream, const(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_vector_complex_get
gsl_complex gsl_vector_complex_get(const(gsl_vector_complex)* v, 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_vector_complex_imag
_gsl_vector_view gsl_vector_complex_imag(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_vector_complex_isneg
int gsl_vector_complex_isneg(const(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_vector_complex_isnonneg
int gsl_vector_complex_isnonneg(const(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_vector_complex_isnull
int gsl_vector_complex_isnull(const(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_vector_complex_ispos
int gsl_vector_complex_ispos(const(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_vector_complex_long_double_add
int gsl_vector_complex_long_double_add(gsl_vector_complex_long_double* a, const(gsl_vector_complex_long_double)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_add_constant
int gsl_vector_complex_long_double_add_constant(gsl_vector_complex_long_double* a, gsl_complex_long_double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_alloc
gsl_vector_complex_long_double* gsl_vector_complex_long_double_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_vector_complex_long_double_alloc_from_block
gsl_vector_complex_long_double* gsl_vector_complex_long_double_alloc_from_block(gsl_block_complex_long_double* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_alloc_from_vector
gsl_vector_complex_long_double* gsl_vector_complex_long_double_alloc_from_vector(gsl_vector_complex_long_double* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_calloc
gsl_vector_complex_long_double* gsl_vector_complex_long_double_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_vector_complex_long_double_const_imag
_gsl_vector_long_double_const_view gsl_vector_complex_long_double_const_imag(const(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_vector_complex_long_double_const_ptr
const(gsl_complex_long_double)* gsl_vector_complex_long_double_const_ptr(const(gsl_vector_complex_long_double)* v, 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_vector_complex_long_double_const_real
_gsl_vector_long_double_const_view gsl_vector_complex_long_double_const_real(const(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_vector_complex_long_double_const_subvector
_gsl_vector_complex_long_double_const_view gsl_vector_complex_long_double_const_subvector(const(gsl_vector_complex_long_double)* base, size_t i, 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_vector_complex_long_double_const_subvector_with_stride
_gsl_vector_complex_long_double_const_view gsl_vector_complex_long_double_const_subvector_with_stride(const(gsl_vector_complex_long_double)* v, size_t i, 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_vector_complex_long_double_const_view_array
_gsl_vector_complex_long_double_const_view gsl_vector_complex_long_double_const_view_array(const(real)* base, 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_vector_complex_long_double_const_view_array_with_stride
_gsl_vector_complex_long_double_const_view gsl_vector_complex_long_double_const_view_array_with_stride(const(real)* base, 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_vector_complex_long_double_div
int gsl_vector_complex_long_double_div(gsl_vector_complex_long_double* a, const(gsl_vector_complex_long_double)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_equal
int gsl_vector_complex_long_double_equal(const(gsl_vector_complex_long_double)* u, const(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_vector_complex_long_double_fprintf
int gsl_vector_complex_long_double_fprintf(FILE* stream, const(gsl_vector_complex_long_double)* v, 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_vector_complex_long_double_fread
int gsl_vector_complex_long_double_fread(FILE* stream, 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_vector_complex_long_double_free
void gsl_vector_complex_long_double_free(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_vector_complex_long_double_fscanf
int gsl_vector_complex_long_double_fscanf(FILE* stream, 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_vector_complex_long_double_fwrite
int gsl_vector_complex_long_double_fwrite(FILE* stream, const(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_vector_complex_long_double_get
gsl_complex_long_double gsl_vector_complex_long_double_get(const(gsl_vector_complex_long_double)* v, 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_vector_complex_long_double_imag
_gsl_vector_long_double_view gsl_vector_complex_long_double_imag(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_vector_complex_long_double_isneg
int gsl_vector_complex_long_double_isneg(const(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_vector_complex_long_double_isnonneg
int gsl_vector_complex_long_double_isnonneg(const(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_vector_complex_long_double_isnull
int gsl_vector_complex_long_double_isnull(const(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_vector_complex_long_double_ispos
int gsl_vector_complex_long_double_ispos(const(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_vector_complex_long_double_memcpy
int gsl_vector_complex_long_double_memcpy(gsl_vector_complex_long_double* dest, const(gsl_vector_complex_long_double)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_mul
int gsl_vector_complex_long_double_mul(gsl_vector_complex_long_double* a, const(gsl_vector_complex_long_double)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_ptr
gsl_complex_long_double* gsl_vector_complex_long_double_ptr(gsl_vector_complex_long_double* v, 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_vector_complex_long_double_real
_gsl_vector_long_double_view gsl_vector_complex_long_double_real(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_vector_complex_long_double_reverse
int gsl_vector_complex_long_double_reverse(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_vector_complex_long_double_scale
int gsl_vector_complex_long_double_scale(gsl_vector_complex_long_double* a, gsl_complex_long_double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_set
void gsl_vector_complex_long_double_set(gsl_vector_complex_long_double* v, size_t i, gsl_complex_long_double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_set_all
void gsl_vector_complex_long_double_set_all(gsl_vector_complex_long_double* v, gsl_complex_long_double z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_set_basis
int gsl_vector_complex_long_double_set_basis(gsl_vector_complex_long_double* v, 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_vector_complex_long_double_set_zero
void gsl_vector_complex_long_double_set_zero(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_vector_complex_long_double_sub
int gsl_vector_complex_long_double_sub(gsl_vector_complex_long_double* a, const(gsl_vector_complex_long_double)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_subvector
_gsl_vector_complex_long_double_view gsl_vector_complex_long_double_subvector(gsl_vector_complex_long_double* base, size_t i, 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_vector_complex_long_double_subvector_with_stride
_gsl_vector_complex_long_double_view gsl_vector_complex_long_double_subvector_with_stride(gsl_vector_complex_long_double* v, size_t i, 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_vector_complex_long_double_swap
int gsl_vector_complex_long_double_swap(gsl_vector_complex_long_double* v, gsl_vector_complex_long_double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double_swap_elements
int gsl_vector_complex_long_double_swap_elements(gsl_vector_complex_long_double* v, 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_vector_complex_long_double_view_array
_gsl_vector_complex_long_double_view gsl_vector_complex_long_double_view_array(real* base, 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_vector_complex_long_double_view_array_with_stride
_gsl_vector_complex_long_double_view gsl_vector_complex_long_double_view_array_with_stride(real* base, 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_vector_complex_memcpy
int gsl_vector_complex_memcpy(gsl_vector_complex* dest, const(gsl_vector_complex)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_mul
int gsl_vector_complex_mul(gsl_vector_complex* a, const(gsl_vector_complex)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_ptr
gsl_complex* gsl_vector_complex_ptr(gsl_vector_complex* v, 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_vector_complex_real
_gsl_vector_view gsl_vector_complex_real(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_vector_complex_reverse
int gsl_vector_complex_reverse(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_vector_complex_scale
int gsl_vector_complex_scale(gsl_vector_complex* a, gsl_complex x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_set
void gsl_vector_complex_set(gsl_vector_complex* v, size_t i, gsl_complex z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_set_all
void gsl_vector_complex_set_all(gsl_vector_complex* v, gsl_complex z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_set_basis
int gsl_vector_complex_set_basis(gsl_vector_complex* v, 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_vector_complex_set_zero
void gsl_vector_complex_set_zero(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_vector_complex_sub
int gsl_vector_complex_sub(gsl_vector_complex* a, const(gsl_vector_complex)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_subvector
_gsl_vector_complex_view gsl_vector_complex_subvector(gsl_vector_complex* base, size_t i, 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_vector_complex_subvector_with_stride
_gsl_vector_complex_view gsl_vector_complex_subvector_with_stride(gsl_vector_complex* v, size_t i, 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_vector_complex_swap
int gsl_vector_complex_swap(gsl_vector_complex* v, gsl_vector_complex* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_swap_elements
int gsl_vector_complex_swap_elements(gsl_vector_complex* v, 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_vector_complex_view_array
_gsl_vector_complex_view gsl_vector_complex_view_array(double* base, 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_vector_complex_view_array_with_stride
_gsl_vector_complex_view gsl_vector_complex_view_array_with_stride(double* base, 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_vector_const_ptr
const(double)* gsl_vector_const_ptr(const(gsl_vector)* v, 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_vector_const_subvector
_gsl_vector_const_view gsl_vector_const_subvector(const(gsl_vector)* v, size_t i, 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_vector_const_subvector_with_stride
_gsl_vector_const_view gsl_vector_const_subvector_with_stride(const(gsl_vector)* v, size_t i, 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_vector_const_view_array
_gsl_vector_const_view gsl_vector_const_view_array(const(double)* v, 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_vector_const_view_array_with_stride
_gsl_vector_const_view gsl_vector_const_view_array_with_stride(const(double)* base, 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_vector_div
int gsl_vector_div(gsl_vector* a, const(gsl_vector)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_equal
int gsl_vector_equal(const(gsl_vector)* u, const(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_vector_float_add
int gsl_vector_float_add(gsl_vector_float* a, const(gsl_vector_float)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_add_constant
int gsl_vector_float_add_constant(gsl_vector_float* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_alloc
gsl_vector_float* gsl_vector_float_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_vector_float_alloc_from_block
gsl_vector_float* gsl_vector_float_alloc_from_block(gsl_block_float* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_alloc_from_vector
gsl_vector_float* gsl_vector_float_alloc_from_vector(gsl_vector_float* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_calloc
gsl_vector_float* gsl_vector_float_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_vector_float_const_ptr
const(float)* gsl_vector_float_const_ptr(const(gsl_vector_float)* v, 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_vector_float_const_subvector
_gsl_vector_float_const_view gsl_vector_float_const_subvector(const(gsl_vector_float)* v, size_t i, 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_vector_float_const_subvector_with_stride
_gsl_vector_float_const_view gsl_vector_float_const_subvector_with_stride(const(gsl_vector_float)* v, size_t i, 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_vector_float_const_view_array
_gsl_vector_float_const_view gsl_vector_float_const_view_array(const(float)* v, 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_vector_float_const_view_array_with_stride
_gsl_vector_float_const_view gsl_vector_float_const_view_array_with_stride(const(float)* base, 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_vector_float_div
int gsl_vector_float_div(gsl_vector_float* a, const(gsl_vector_float)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_equal
int gsl_vector_float_equal(const(gsl_vector_float)* u, const(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_vector_float_fprintf
int gsl_vector_float_fprintf(FILE* stream, const(gsl_vector_float)* v, 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_vector_float_fread
int gsl_vector_float_fread(FILE* stream, 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_vector_float_free
void gsl_vector_float_free(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_vector_float_fscanf
int gsl_vector_float_fscanf(FILE* stream, 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_vector_float_fwrite
int gsl_vector_float_fwrite(FILE* stream, const(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_vector_float_get
float gsl_vector_float_get(const(gsl_vector_float)* v, 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_vector_float_isneg
int gsl_vector_float_isneg(const(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_vector_float_isnonneg
int gsl_vector_float_isnonneg(const(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_vector_float_isnull
int gsl_vector_float_isnull(const(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_vector_float_ispos
int gsl_vector_float_ispos(const(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_vector_float_max
float gsl_vector_float_max(const(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_vector_float_max_index
size_t gsl_vector_float_max_index(const(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_vector_float_memcpy
int gsl_vector_float_memcpy(gsl_vector_float* dest, const(gsl_vector_float)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_min
float gsl_vector_float_min(const(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_vector_float_min_index
size_t gsl_vector_float_min_index(const(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_vector_float_minmax
void gsl_vector_float_minmax(const(gsl_vector_float)* v, float* min_out, float* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_minmax_index
void gsl_vector_float_minmax_index(const(gsl_vector_float)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_mul
int gsl_vector_float_mul(gsl_vector_float* a, const(gsl_vector_float)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_ptr
float* gsl_vector_float_ptr(gsl_vector_float* v, 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_vector_float_reverse
int gsl_vector_float_reverse(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_vector_float_scale
int gsl_vector_float_scale(gsl_vector_float* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_set
void gsl_vector_float_set(gsl_vector_float* v, size_t i, float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_set_all
void gsl_vector_float_set_all(gsl_vector_float* v, float x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_set_basis
int gsl_vector_float_set_basis(gsl_vector_float* v, 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_vector_float_set_zero
void gsl_vector_float_set_zero(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_vector_float_sub
int gsl_vector_float_sub(gsl_vector_float* a, const(gsl_vector_float)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_subvector
_gsl_vector_float_view gsl_vector_float_subvector(gsl_vector_float* v, size_t i, 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_vector_float_subvector_with_stride
_gsl_vector_float_view gsl_vector_float_subvector_with_stride(gsl_vector_float* v, size_t i, 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_vector_float_swap
int gsl_vector_float_swap(gsl_vector_float* v, gsl_vector_float* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float_swap_elements
int gsl_vector_float_swap_elements(gsl_vector_float* v, 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_vector_float_view_array
_gsl_vector_float_view gsl_vector_float_view_array(float* v, 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_vector_float_view_array_with_stride
_gsl_vector_float_view gsl_vector_float_view_array_with_stride(float* base, 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_vector_fprintf
int gsl_vector_fprintf(FILE* stream, const(gsl_vector)* v, 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_vector_fread
int gsl_vector_fread(FILE* stream, 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_vector_free
void gsl_vector_free(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_vector_fscanf
int gsl_vector_fscanf(FILE* stream, 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_vector_fwrite
int gsl_vector_fwrite(FILE* stream, const(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_vector_get
double gsl_vector_get(const(gsl_vector)* v, 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_vector_int_add
int gsl_vector_int_add(gsl_vector_int* a, const(gsl_vector_int)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_add_constant
int gsl_vector_int_add_constant(gsl_vector_int* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_alloc
gsl_vector_int* gsl_vector_int_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_vector_int_alloc_from_block
gsl_vector_int* gsl_vector_int_alloc_from_block(gsl_block_int* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_alloc_from_vector
gsl_vector_int* gsl_vector_int_alloc_from_vector(gsl_vector_int* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_calloc
gsl_vector_int* gsl_vector_int_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_vector_int_const_ptr
const(int)* gsl_vector_int_const_ptr(const(gsl_vector_int)* v, 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_vector_int_const_subvector
_gsl_vector_int_const_view gsl_vector_int_const_subvector(const(gsl_vector_int)* v, size_t i, 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_vector_int_const_subvector_with_stride
_gsl_vector_int_const_view gsl_vector_int_const_subvector_with_stride(const(gsl_vector_int)* v, size_t i, 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_vector_int_const_view_array
_gsl_vector_int_const_view gsl_vector_int_const_view_array(const(int)* v, 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_vector_int_const_view_array_with_stride
_gsl_vector_int_const_view gsl_vector_int_const_view_array_with_stride(const(int)* base, 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_vector_int_div
int gsl_vector_int_div(gsl_vector_int* a, const(gsl_vector_int)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_equal
int gsl_vector_int_equal(const(gsl_vector_int)* u, const(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_vector_int_fprintf
int gsl_vector_int_fprintf(FILE* stream, const(gsl_vector_int)* v, 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_vector_int_fread
int gsl_vector_int_fread(FILE* stream, 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_vector_int_free
void gsl_vector_int_free(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_vector_int_fscanf
int gsl_vector_int_fscanf(FILE* stream, 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_vector_int_fwrite
int gsl_vector_int_fwrite(FILE* stream, const(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_vector_int_get
int gsl_vector_int_get(const(gsl_vector_int)* v, 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_vector_int_isneg
int gsl_vector_int_isneg(const(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_vector_int_isnonneg
int gsl_vector_int_isnonneg(const(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_vector_int_isnull
int gsl_vector_int_isnull(const(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_vector_int_ispos
int gsl_vector_int_ispos(const(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_vector_int_max
int gsl_vector_int_max(const(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_vector_int_max_index
size_t gsl_vector_int_max_index(const(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_vector_int_memcpy
int gsl_vector_int_memcpy(gsl_vector_int* dest, const(gsl_vector_int)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_min
int gsl_vector_int_min(const(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_vector_int_min_index
size_t gsl_vector_int_min_index(const(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_vector_int_minmax
void gsl_vector_int_minmax(const(gsl_vector_int)* v, int* min_out, int* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_minmax_index
void gsl_vector_int_minmax_index(const(gsl_vector_int)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_mul
int gsl_vector_int_mul(gsl_vector_int* a, const(gsl_vector_int)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_ptr
int* gsl_vector_int_ptr(gsl_vector_int* v, 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_vector_int_reverse
int gsl_vector_int_reverse(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_vector_int_scale
int gsl_vector_int_scale(gsl_vector_int* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_set
void gsl_vector_int_set(gsl_vector_int* v, size_t i, int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_set_all
void gsl_vector_int_set_all(gsl_vector_int* v, int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_set_basis
int gsl_vector_int_set_basis(gsl_vector_int* v, 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_vector_int_set_zero
void gsl_vector_int_set_zero(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_vector_int_sub
int gsl_vector_int_sub(gsl_vector_int* a, const(gsl_vector_int)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_subvector
_gsl_vector_int_view gsl_vector_int_subvector(gsl_vector_int* v, size_t i, 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_vector_int_subvector_with_stride
_gsl_vector_int_view gsl_vector_int_subvector_with_stride(gsl_vector_int* v, size_t i, 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_vector_int_swap
int gsl_vector_int_swap(gsl_vector_int* v, gsl_vector_int* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int_swap_elements
int gsl_vector_int_swap_elements(gsl_vector_int* v, 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_vector_int_view_array
_gsl_vector_int_view gsl_vector_int_view_array(int* v, 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_vector_int_view_array_with_stride
_gsl_vector_int_view gsl_vector_int_view_array_with_stride(int* base, 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_vector_isneg
int gsl_vector_isneg(const(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_vector_isnonneg
int gsl_vector_isnonneg(const(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_vector_isnull
int gsl_vector_isnull(const(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_vector_ispos
int gsl_vector_ispos(const(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_vector_long_add
int gsl_vector_long_add(gsl_vector_long* a, const(gsl_vector_long)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_add_constant
int gsl_vector_long_add_constant(gsl_vector_long* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_alloc
gsl_vector_long* gsl_vector_long_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_vector_long_alloc_from_block
gsl_vector_long* gsl_vector_long_alloc_from_block(gsl_block_long* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_alloc_from_vector
gsl_vector_long* gsl_vector_long_alloc_from_vector(gsl_vector_long* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_calloc
gsl_vector_long* gsl_vector_long_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_vector_long_const_ptr
const(c_long)* gsl_vector_long_const_ptr(const(gsl_vector_long)* v, 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_vector_long_const_subvector
_gsl_vector_long_const_view gsl_vector_long_const_subvector(const(gsl_vector_long)* v, size_t i, 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_vector_long_const_subvector_with_stride
_gsl_vector_long_const_view gsl_vector_long_const_subvector_with_stride(const(gsl_vector_long)* v, size_t i, 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_vector_long_const_view_array
_gsl_vector_long_const_view gsl_vector_long_const_view_array(const(c_long)* v, 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_vector_long_const_view_array_with_stride
_gsl_vector_long_const_view gsl_vector_long_const_view_array_with_stride(const(c_long)* base, 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_vector_long_div
int gsl_vector_long_div(gsl_vector_long* a, const(gsl_vector_long)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_add
int gsl_vector_long_double_add(gsl_vector_long_double* a, const(gsl_vector_long_double)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_add_constant
int gsl_vector_long_double_add_constant(gsl_vector_long_double* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_alloc
gsl_vector_long_double* gsl_vector_long_double_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_vector_long_double_alloc_from_block
gsl_vector_long_double* gsl_vector_long_double_alloc_from_block(gsl_block_long_double* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_alloc_from_vector
gsl_vector_long_double* gsl_vector_long_double_alloc_from_vector(gsl_vector_long_double* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_calloc
gsl_vector_long_double* gsl_vector_long_double_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_vector_long_double_const_ptr
const(real)* gsl_vector_long_double_const_ptr(const(gsl_vector_long_double)* v, 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_vector_long_double_const_subvector
_gsl_vector_long_double_const_view gsl_vector_long_double_const_subvector(const(gsl_vector_long_double)* v, size_t i, 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_vector_long_double_const_subvector_with_stride
_gsl_vector_long_double_const_view gsl_vector_long_double_const_subvector_with_stride(const(gsl_vector_long_double)* v, size_t i, 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_vector_long_double_const_view_array
_gsl_vector_long_double_const_view gsl_vector_long_double_const_view_array(const(real)* v, 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_vector_long_double_const_view_array_with_stride
_gsl_vector_long_double_const_view gsl_vector_long_double_const_view_array_with_stride(const(real)* base, 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_vector_long_double_div
int gsl_vector_long_double_div(gsl_vector_long_double* a, const(gsl_vector_long_double)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_equal
int gsl_vector_long_double_equal(const(gsl_vector_long_double)* u, const(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_vector_long_double_fprintf
int gsl_vector_long_double_fprintf(FILE* stream, const(gsl_vector_long_double)* v, 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_vector_long_double_fread
int gsl_vector_long_double_fread(FILE* stream, 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_vector_long_double_free
void gsl_vector_long_double_free(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_vector_long_double_fscanf
int gsl_vector_long_double_fscanf(FILE* stream, 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_vector_long_double_fwrite
int gsl_vector_long_double_fwrite(FILE* stream, const(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_vector_long_double_get
real gsl_vector_long_double_get(const(gsl_vector_long_double)* v, 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_vector_long_double_isneg
int gsl_vector_long_double_isneg(const(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_vector_long_double_isnonneg
int gsl_vector_long_double_isnonneg(const(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_vector_long_double_isnull
int gsl_vector_long_double_isnull(const(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_vector_long_double_ispos
int gsl_vector_long_double_ispos(const(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_vector_long_double_max
real gsl_vector_long_double_max(const(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_vector_long_double_max_index
size_t gsl_vector_long_double_max_index(const(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_vector_long_double_memcpy
int gsl_vector_long_double_memcpy(gsl_vector_long_double* dest, const(gsl_vector_long_double)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_min
real gsl_vector_long_double_min(const(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_vector_long_double_min_index
size_t gsl_vector_long_double_min_index(const(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_vector_long_double_minmax
void gsl_vector_long_double_minmax(const(gsl_vector_long_double)* v, real* min_out, real* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_minmax_index
void gsl_vector_long_double_minmax_index(const(gsl_vector_long_double)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_mul
int gsl_vector_long_double_mul(gsl_vector_long_double* a, const(gsl_vector_long_double)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_ptr
real* gsl_vector_long_double_ptr(gsl_vector_long_double* v, 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_vector_long_double_reverse
int gsl_vector_long_double_reverse(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_vector_long_double_scale
int gsl_vector_long_double_scale(gsl_vector_long_double* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_set
void gsl_vector_long_double_set(gsl_vector_long_double* v, size_t i, real x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_set_all
void gsl_vector_long_double_set_all(gsl_vector_long_double* v, real x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_set_basis
int gsl_vector_long_double_set_basis(gsl_vector_long_double* v, 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_vector_long_double_set_zero
void gsl_vector_long_double_set_zero(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_vector_long_double_sub
int gsl_vector_long_double_sub(gsl_vector_long_double* a, const(gsl_vector_long_double)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_subvector
_gsl_vector_long_double_view gsl_vector_long_double_subvector(gsl_vector_long_double* v, size_t i, 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_vector_long_double_subvector_with_stride
_gsl_vector_long_double_view gsl_vector_long_double_subvector_with_stride(gsl_vector_long_double* v, size_t i, 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_vector_long_double_swap
int gsl_vector_long_double_swap(gsl_vector_long_double* v, gsl_vector_long_double* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double_swap_elements
int gsl_vector_long_double_swap_elements(gsl_vector_long_double* v, 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_vector_long_double_view_array
_gsl_vector_long_double_view gsl_vector_long_double_view_array(real* v, 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_vector_long_double_view_array_with_stride
_gsl_vector_long_double_view gsl_vector_long_double_view_array_with_stride(real* base, 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_vector_long_equal
int gsl_vector_long_equal(const(gsl_vector_long)* u, const(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_vector_long_fprintf
int gsl_vector_long_fprintf(FILE* stream, const(gsl_vector_long)* v, 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_vector_long_fread
int gsl_vector_long_fread(FILE* stream, 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_vector_long_free
void gsl_vector_long_free(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_vector_long_fscanf
int gsl_vector_long_fscanf(FILE* stream, 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_vector_long_fwrite
int gsl_vector_long_fwrite(FILE* stream, const(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_vector_long_get
c_long gsl_vector_long_get(const(gsl_vector_long)* v, 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_vector_long_isneg
int gsl_vector_long_isneg(const(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_vector_long_isnonneg
int gsl_vector_long_isnonneg(const(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_vector_long_isnull
int gsl_vector_long_isnull(const(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_vector_long_ispos
int gsl_vector_long_ispos(const(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_vector_long_max
c_long gsl_vector_long_max(const(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_vector_long_max_index
size_t gsl_vector_long_max_index(const(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_vector_long_memcpy
int gsl_vector_long_memcpy(gsl_vector_long* dest, const(gsl_vector_long)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_min
c_long gsl_vector_long_min(const(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_vector_long_min_index
size_t gsl_vector_long_min_index(const(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_vector_long_minmax
void gsl_vector_long_minmax(const(gsl_vector_long)* v, c_long* min_out, c_long* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_minmax_index
void gsl_vector_long_minmax_index(const(gsl_vector_long)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_mul
int gsl_vector_long_mul(gsl_vector_long* a, const(gsl_vector_long)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_ptr
c_long* gsl_vector_long_ptr(gsl_vector_long* v, 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_vector_long_reverse
int gsl_vector_long_reverse(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_vector_long_scale
int gsl_vector_long_scale(gsl_vector_long* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_set
void gsl_vector_long_set(gsl_vector_long* v, size_t i, c_long x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_set_all
void gsl_vector_long_set_all(gsl_vector_long* v, c_long x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_set_basis
int gsl_vector_long_set_basis(gsl_vector_long* v, 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_vector_long_set_zero
void gsl_vector_long_set_zero(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_vector_long_sub
int gsl_vector_long_sub(gsl_vector_long* a, const(gsl_vector_long)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_subvector
_gsl_vector_long_view gsl_vector_long_subvector(gsl_vector_long* v, size_t i, 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_vector_long_subvector_with_stride
_gsl_vector_long_view gsl_vector_long_subvector_with_stride(gsl_vector_long* v, size_t i, 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_vector_long_swap
int gsl_vector_long_swap(gsl_vector_long* v, gsl_vector_long* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_swap_elements
int gsl_vector_long_swap_elements(gsl_vector_long* v, 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_vector_long_view_array
_gsl_vector_long_view gsl_vector_long_view_array(c_long* v, 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_vector_long_view_array_with_stride
_gsl_vector_long_view gsl_vector_long_view_array_with_stride(c_long* base, 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_vector_max
double gsl_vector_max(const(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_vector_max_index
size_t gsl_vector_max_index(const(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_vector_memcpy
int gsl_vector_memcpy(gsl_vector* dest, const(gsl_vector)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_min
double gsl_vector_min(const(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_vector_min_index
size_t gsl_vector_min_index(const(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_vector_minmax
void gsl_vector_minmax(const(gsl_vector)* v, double* min_out, double* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_minmax_index
void gsl_vector_minmax_index(const(gsl_vector)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_mul
int gsl_vector_mul(gsl_vector* a, const(gsl_vector)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ptr
double* gsl_vector_ptr(gsl_vector* v, 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_vector_reverse
int gsl_vector_reverse(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_vector_scale
int gsl_vector_scale(gsl_vector* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_set
void gsl_vector_set(gsl_vector* v, size_t i, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_set_all
void gsl_vector_set_all(gsl_vector* v, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_set_basis
int gsl_vector_set_basis(gsl_vector* v, 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_vector_set_zero
void gsl_vector_set_zero(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_vector_short_add
int gsl_vector_short_add(gsl_vector_short* a, const(gsl_vector_short)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_add_constant
int gsl_vector_short_add_constant(gsl_vector_short* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_alloc
gsl_vector_short* gsl_vector_short_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_vector_short_alloc_from_block
gsl_vector_short* gsl_vector_short_alloc_from_block(gsl_block_short* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_alloc_from_vector
gsl_vector_short* gsl_vector_short_alloc_from_vector(gsl_vector_short* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_calloc
gsl_vector_short* gsl_vector_short_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_vector_short_const_ptr
const(short)* gsl_vector_short_const_ptr(const(gsl_vector_short)* v, 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_vector_short_const_subvector
_gsl_vector_short_const_view gsl_vector_short_const_subvector(const(gsl_vector_short)* v, size_t i, 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_vector_short_const_subvector_with_stride
_gsl_vector_short_const_view gsl_vector_short_const_subvector_with_stride(const(gsl_vector_short)* v, size_t i, 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_vector_short_const_view_array
_gsl_vector_short_const_view gsl_vector_short_const_view_array(const(short)* v, 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_vector_short_const_view_array_with_stride
_gsl_vector_short_const_view gsl_vector_short_const_view_array_with_stride(const(short)* base, 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_vector_short_div
int gsl_vector_short_div(gsl_vector_short* a, const(gsl_vector_short)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_equal
int gsl_vector_short_equal(const(gsl_vector_short)* u, const(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_vector_short_fprintf
int gsl_vector_short_fprintf(FILE* stream, const(gsl_vector_short)* v, 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_vector_short_fread
int gsl_vector_short_fread(FILE* stream, 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_vector_short_free
void gsl_vector_short_free(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_vector_short_fscanf
int gsl_vector_short_fscanf(FILE* stream, 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_vector_short_fwrite
int gsl_vector_short_fwrite(FILE* stream, const(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_vector_short_get
short gsl_vector_short_get(const(gsl_vector_short)* v, 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_vector_short_isneg
int gsl_vector_short_isneg(const(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_vector_short_isnonneg
int gsl_vector_short_isnonneg(const(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_vector_short_isnull
int gsl_vector_short_isnull(const(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_vector_short_ispos
int gsl_vector_short_ispos(const(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_vector_short_max
short gsl_vector_short_max(const(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_vector_short_max_index
size_t gsl_vector_short_max_index(const(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_vector_short_memcpy
int gsl_vector_short_memcpy(gsl_vector_short* dest, const(gsl_vector_short)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_min
short gsl_vector_short_min(const(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_vector_short_min_index
size_t gsl_vector_short_min_index(const(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_vector_short_minmax
void gsl_vector_short_minmax(const(gsl_vector_short)* v, short* min_out, short* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_minmax_index
void gsl_vector_short_minmax_index(const(gsl_vector_short)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_mul
int gsl_vector_short_mul(gsl_vector_short* a, const(gsl_vector_short)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_ptr
short* gsl_vector_short_ptr(gsl_vector_short* v, 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_vector_short_reverse
int gsl_vector_short_reverse(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_vector_short_scale
int gsl_vector_short_scale(gsl_vector_short* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_set
void gsl_vector_short_set(gsl_vector_short* v, size_t i, short x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_set_all
void gsl_vector_short_set_all(gsl_vector_short* v, short x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_set_basis
int gsl_vector_short_set_basis(gsl_vector_short* v, 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_vector_short_set_zero
void gsl_vector_short_set_zero(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_vector_short_sub
int gsl_vector_short_sub(gsl_vector_short* a, const(gsl_vector_short)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_subvector
_gsl_vector_short_view gsl_vector_short_subvector(gsl_vector_short* v, size_t i, 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_vector_short_subvector_with_stride
_gsl_vector_short_view gsl_vector_short_subvector_with_stride(gsl_vector_short* v, size_t i, 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_vector_short_swap
int gsl_vector_short_swap(gsl_vector_short* v, gsl_vector_short* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short_swap_elements
int gsl_vector_short_swap_elements(gsl_vector_short* v, 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_vector_short_view_array
_gsl_vector_short_view gsl_vector_short_view_array(short* v, 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_vector_short_view_array_with_stride
_gsl_vector_short_view gsl_vector_short_view_array_with_stride(short* base, 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_vector_sub
int gsl_vector_sub(gsl_vector* a, const(gsl_vector)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_subvector
_gsl_vector_view gsl_vector_subvector(gsl_vector* v, size_t i, 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_vector_subvector_with_stride
_gsl_vector_view gsl_vector_subvector_with_stride(gsl_vector* v, size_t i, 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_vector_swap
int gsl_vector_swap(gsl_vector* v, gsl_vector* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_swap_elements
int gsl_vector_swap_elements(gsl_vector* v, 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_vector_uchar_add
int gsl_vector_uchar_add(gsl_vector_uchar* a, const(gsl_vector_uchar)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_add_constant
int gsl_vector_uchar_add_constant(gsl_vector_uchar* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_alloc
gsl_vector_uchar* gsl_vector_uchar_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_vector_uchar_alloc_from_block
gsl_vector_uchar* gsl_vector_uchar_alloc_from_block(gsl_block_uchar* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_alloc_from_vector
gsl_vector_uchar* gsl_vector_uchar_alloc_from_vector(gsl_vector_uchar* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_calloc
gsl_vector_uchar* gsl_vector_uchar_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_vector_uchar_const_ptr
const(ubyte)* gsl_vector_uchar_const_ptr(const(gsl_vector_uchar)* v, 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_vector_uchar_const_subvector
_gsl_vector_uchar_const_view gsl_vector_uchar_const_subvector(const(gsl_vector_uchar)* v, size_t i, 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_vector_uchar_const_subvector_with_stride
_gsl_vector_uchar_const_view gsl_vector_uchar_const_subvector_with_stride(const(gsl_vector_uchar)* v, size_t i, 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_vector_uchar_const_view_array
_gsl_vector_uchar_const_view gsl_vector_uchar_const_view_array(const(ubyte)* v, 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_vector_uchar_const_view_array_with_stride
_gsl_vector_uchar_const_view gsl_vector_uchar_const_view_array_with_stride(const(ubyte)* base, 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_vector_uchar_div
int gsl_vector_uchar_div(gsl_vector_uchar* a, const(gsl_vector_uchar)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_equal
int gsl_vector_uchar_equal(const(gsl_vector_uchar)* u, const(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_vector_uchar_fprintf
int gsl_vector_uchar_fprintf(FILE* stream, const(gsl_vector_uchar)* v, 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_vector_uchar_fread
int gsl_vector_uchar_fread(FILE* stream, 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_vector_uchar_free
void gsl_vector_uchar_free(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_vector_uchar_fscanf
int gsl_vector_uchar_fscanf(FILE* stream, 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_vector_uchar_fwrite
int gsl_vector_uchar_fwrite(FILE* stream, const(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_vector_uchar_get
ubyte gsl_vector_uchar_get(const(gsl_vector_uchar)* v, 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_vector_uchar_isneg
int gsl_vector_uchar_isneg(const(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_vector_uchar_isnonneg
int gsl_vector_uchar_isnonneg(const(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_vector_uchar_isnull
int gsl_vector_uchar_isnull(const(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_vector_uchar_ispos
int gsl_vector_uchar_ispos(const(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_vector_uchar_max
ubyte gsl_vector_uchar_max(const(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_vector_uchar_max_index
size_t gsl_vector_uchar_max_index(const(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_vector_uchar_memcpy
int gsl_vector_uchar_memcpy(gsl_vector_uchar* dest, const(gsl_vector_uchar)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_min
ubyte gsl_vector_uchar_min(const(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_vector_uchar_min_index
size_t gsl_vector_uchar_min_index(const(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_vector_uchar_minmax
void gsl_vector_uchar_minmax(const(gsl_vector_uchar)* v, ubyte* min_out, ubyte* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_minmax_index
void gsl_vector_uchar_minmax_index(const(gsl_vector_uchar)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_mul
int gsl_vector_uchar_mul(gsl_vector_uchar* a, const(gsl_vector_uchar)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_ptr
ubyte* gsl_vector_uchar_ptr(gsl_vector_uchar* v, 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_vector_uchar_reverse
int gsl_vector_uchar_reverse(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_vector_uchar_scale
int gsl_vector_uchar_scale(gsl_vector_uchar* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_set
void gsl_vector_uchar_set(gsl_vector_uchar* v, size_t i, ubyte x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_set_all
void gsl_vector_uchar_set_all(gsl_vector_uchar* v, ubyte x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_set_basis
int gsl_vector_uchar_set_basis(gsl_vector_uchar* v, 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_vector_uchar_set_zero
void gsl_vector_uchar_set_zero(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_vector_uchar_sub
int gsl_vector_uchar_sub(gsl_vector_uchar* a, const(gsl_vector_uchar)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_subvector
_gsl_vector_uchar_view gsl_vector_uchar_subvector(gsl_vector_uchar* v, size_t i, 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_vector_uchar_subvector_with_stride
_gsl_vector_uchar_view gsl_vector_uchar_subvector_with_stride(gsl_vector_uchar* v, size_t i, 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_vector_uchar_swap
int gsl_vector_uchar_swap(gsl_vector_uchar* v, gsl_vector_uchar* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar_swap_elements
int gsl_vector_uchar_swap_elements(gsl_vector_uchar* v, 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_vector_uchar_view_array
_gsl_vector_uchar_view gsl_vector_uchar_view_array(ubyte* v, 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_vector_uchar_view_array_with_stride
_gsl_vector_uchar_view gsl_vector_uchar_view_array_with_stride(ubyte* base, 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_vector_uint_add
int gsl_vector_uint_add(gsl_vector_uint* a, const(gsl_vector_uint)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_add_constant
int gsl_vector_uint_add_constant(gsl_vector_uint* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_alloc
gsl_vector_uint* gsl_vector_uint_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_vector_uint_alloc_from_block
gsl_vector_uint* gsl_vector_uint_alloc_from_block(gsl_block_uint* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_alloc_from_vector
gsl_vector_uint* gsl_vector_uint_alloc_from_vector(gsl_vector_uint* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_calloc
gsl_vector_uint* gsl_vector_uint_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_vector_uint_const_ptr
const(uint)* gsl_vector_uint_const_ptr(const(gsl_vector_uint)* v, 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_vector_uint_const_subvector
_gsl_vector_uint_const_view gsl_vector_uint_const_subvector(const(gsl_vector_uint)* v, size_t i, 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_vector_uint_const_subvector_with_stride
_gsl_vector_uint_const_view gsl_vector_uint_const_subvector_with_stride(const(gsl_vector_uint)* v, size_t i, 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_vector_uint_const_view_array
_gsl_vector_uint_const_view gsl_vector_uint_const_view_array(const(uint)* v, 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_vector_uint_const_view_array_with_stride
_gsl_vector_uint_const_view gsl_vector_uint_const_view_array_with_stride(const(uint)* base, 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_vector_uint_div
int gsl_vector_uint_div(gsl_vector_uint* a, const(gsl_vector_uint)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_equal
int gsl_vector_uint_equal(const(gsl_vector_uint)* u, const(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_vector_uint_fprintf
int gsl_vector_uint_fprintf(FILE* stream, const(gsl_vector_uint)* v, 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_vector_uint_fread
int gsl_vector_uint_fread(FILE* stream, 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_vector_uint_free
void gsl_vector_uint_free(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_vector_uint_fscanf
int gsl_vector_uint_fscanf(FILE* stream, 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_vector_uint_fwrite
int gsl_vector_uint_fwrite(FILE* stream, const(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_vector_uint_get
uint gsl_vector_uint_get(const(gsl_vector_uint)* v, 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_vector_uint_isneg
int gsl_vector_uint_isneg(const(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_vector_uint_isnonneg
int gsl_vector_uint_isnonneg(const(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_vector_uint_isnull
int gsl_vector_uint_isnull(const(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_vector_uint_ispos
int gsl_vector_uint_ispos(const(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_vector_uint_max
uint gsl_vector_uint_max(const(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_vector_uint_max_index
size_t gsl_vector_uint_max_index(const(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_vector_uint_memcpy
int gsl_vector_uint_memcpy(gsl_vector_uint* dest, const(gsl_vector_uint)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_min
uint gsl_vector_uint_min(const(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_vector_uint_min_index
size_t gsl_vector_uint_min_index(const(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_vector_uint_minmax
void gsl_vector_uint_minmax(const(gsl_vector_uint)* v, uint* min_out, uint* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_minmax_index
void gsl_vector_uint_minmax_index(const(gsl_vector_uint)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_mul
int gsl_vector_uint_mul(gsl_vector_uint* a, const(gsl_vector_uint)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_ptr
uint* gsl_vector_uint_ptr(gsl_vector_uint* v, 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_vector_uint_reverse
int gsl_vector_uint_reverse(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_vector_uint_scale
int gsl_vector_uint_scale(gsl_vector_uint* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_set
void gsl_vector_uint_set(gsl_vector_uint* v, size_t i, uint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_set_all
void gsl_vector_uint_set_all(gsl_vector_uint* v, uint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_set_basis
int gsl_vector_uint_set_basis(gsl_vector_uint* v, 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_vector_uint_set_zero
void gsl_vector_uint_set_zero(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_vector_uint_sub
int gsl_vector_uint_sub(gsl_vector_uint* a, const(gsl_vector_uint)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_subvector
_gsl_vector_uint_view gsl_vector_uint_subvector(gsl_vector_uint* v, size_t i, 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_vector_uint_subvector_with_stride
_gsl_vector_uint_view gsl_vector_uint_subvector_with_stride(gsl_vector_uint* v, size_t i, 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_vector_uint_swap
int gsl_vector_uint_swap(gsl_vector_uint* v, gsl_vector_uint* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint_swap_elements
int gsl_vector_uint_swap_elements(gsl_vector_uint* v, 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_vector_uint_view_array
_gsl_vector_uint_view gsl_vector_uint_view_array(uint* v, 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_vector_uint_view_array_with_stride
_gsl_vector_uint_view gsl_vector_uint_view_array_with_stride(uint* base, 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_vector_ulong_add
int gsl_vector_ulong_add(gsl_vector_ulong* a, const(gsl_vector_ulong)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_add_constant
int gsl_vector_ulong_add_constant(gsl_vector_ulong* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_alloc
gsl_vector_ulong* gsl_vector_ulong_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_vector_ulong_alloc_from_block
gsl_vector_ulong* gsl_vector_ulong_alloc_from_block(gsl_block_ulong* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_alloc_from_vector
gsl_vector_ulong* gsl_vector_ulong_alloc_from_vector(gsl_vector_ulong* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_calloc
gsl_vector_ulong* gsl_vector_ulong_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_vector_ulong_const_ptr
const(c_ulong)* gsl_vector_ulong_const_ptr(const(gsl_vector_ulong)* v, 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_vector_ulong_const_subvector
_gsl_vector_ulong_const_view gsl_vector_ulong_const_subvector(const(gsl_vector_ulong)* v, size_t i, 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_vector_ulong_const_subvector_with_stride
_gsl_vector_ulong_const_view gsl_vector_ulong_const_subvector_with_stride(const(gsl_vector_ulong)* v, size_t i, 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_vector_ulong_const_view_array
_gsl_vector_ulong_const_view gsl_vector_ulong_const_view_array(const(c_ulong)* v, 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_vector_ulong_const_view_array_with_stride
_gsl_vector_ulong_const_view gsl_vector_ulong_const_view_array_with_stride(const(c_ulong)* base, 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_vector_ulong_div
int gsl_vector_ulong_div(gsl_vector_ulong* a, const(gsl_vector_ulong)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_equal
int gsl_vector_ulong_equal(const(gsl_vector_ulong)* u, const(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_vector_ulong_fprintf
int gsl_vector_ulong_fprintf(FILE* stream, const(gsl_vector_ulong)* v, 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_vector_ulong_fread
int gsl_vector_ulong_fread(FILE* stream, 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_vector_ulong_free
void gsl_vector_ulong_free(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_vector_ulong_fscanf
int gsl_vector_ulong_fscanf(FILE* stream, 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_vector_ulong_fwrite
int gsl_vector_ulong_fwrite(FILE* stream, const(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_vector_ulong_get
c_ulong gsl_vector_ulong_get(const(gsl_vector_ulong)* v, 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_vector_ulong_isneg
int gsl_vector_ulong_isneg(const(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_vector_ulong_isnonneg
int gsl_vector_ulong_isnonneg(const(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_vector_ulong_isnull
int gsl_vector_ulong_isnull(const(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_vector_ulong_ispos
int gsl_vector_ulong_ispos(const(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_vector_ulong_max
c_ulong gsl_vector_ulong_max(const(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_vector_ulong_max_index
size_t gsl_vector_ulong_max_index(const(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_vector_ulong_memcpy
int gsl_vector_ulong_memcpy(gsl_vector_ulong* dest, const(gsl_vector_ulong)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_min
c_ulong gsl_vector_ulong_min(const(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_vector_ulong_min_index
size_t gsl_vector_ulong_min_index(const(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_vector_ulong_minmax
void gsl_vector_ulong_minmax(const(gsl_vector_ulong)* v, c_ulong* min_out, c_ulong* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_minmax_index
void gsl_vector_ulong_minmax_index(const(gsl_vector_ulong)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_mul
int gsl_vector_ulong_mul(gsl_vector_ulong* a, const(gsl_vector_ulong)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_ptr
c_ulong* gsl_vector_ulong_ptr(gsl_vector_ulong* v, 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_vector_ulong_reverse
int gsl_vector_ulong_reverse(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_vector_ulong_scale
int gsl_vector_ulong_scale(gsl_vector_ulong* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_set
void gsl_vector_ulong_set(gsl_vector_ulong* v, size_t i, c_ulong x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_set_all
void gsl_vector_ulong_set_all(gsl_vector_ulong* v, c_ulong x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_set_basis
int gsl_vector_ulong_set_basis(gsl_vector_ulong* v, 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_vector_ulong_set_zero
void gsl_vector_ulong_set_zero(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_vector_ulong_sub
int gsl_vector_ulong_sub(gsl_vector_ulong* a, const(gsl_vector_ulong)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_subvector
_gsl_vector_ulong_view gsl_vector_ulong_subvector(gsl_vector_ulong* v, size_t i, 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_vector_ulong_subvector_with_stride
_gsl_vector_ulong_view gsl_vector_ulong_subvector_with_stride(gsl_vector_ulong* v, size_t i, 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_vector_ulong_swap
int gsl_vector_ulong_swap(gsl_vector_ulong* v, gsl_vector_ulong* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong_swap_elements
int gsl_vector_ulong_swap_elements(gsl_vector_ulong* v, 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_vector_ulong_view_array
_gsl_vector_ulong_view gsl_vector_ulong_view_array(c_ulong* v, 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_vector_ulong_view_array_with_stride
_gsl_vector_ulong_view gsl_vector_ulong_view_array_with_stride(c_ulong* base, 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_vector_ushort_add
int gsl_vector_ushort_add(gsl_vector_ushort* a, const(gsl_vector_ushort)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_add_constant
int gsl_vector_ushort_add_constant(gsl_vector_ushort* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_alloc
gsl_vector_ushort* gsl_vector_ushort_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_vector_ushort_alloc_from_block
gsl_vector_ushort* gsl_vector_ushort_alloc_from_block(gsl_block_ushort* b, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_alloc_from_vector
gsl_vector_ushort* gsl_vector_ushort_alloc_from_vector(gsl_vector_ushort* v, size_t offset, size_t n, size_t stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_calloc
gsl_vector_ushort* gsl_vector_ushort_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_vector_ushort_const_ptr
const(ushort)* gsl_vector_ushort_const_ptr(const(gsl_vector_ushort)* v, 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_vector_ushort_const_subvector
_gsl_vector_ushort_const_view gsl_vector_ushort_const_subvector(const(gsl_vector_ushort)* v, size_t i, 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_vector_ushort_const_subvector_with_stride
_gsl_vector_ushort_const_view gsl_vector_ushort_const_subvector_with_stride(const(gsl_vector_ushort)* v, size_t i, 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_vector_ushort_const_view_array
_gsl_vector_ushort_const_view gsl_vector_ushort_const_view_array(const(ushort)* v, 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_vector_ushort_const_view_array_with_stride
_gsl_vector_ushort_const_view gsl_vector_ushort_const_view_array_with_stride(const(ushort)* base, 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_vector_ushort_div
int gsl_vector_ushort_div(gsl_vector_ushort* a, const(gsl_vector_ushort)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_equal
int gsl_vector_ushort_equal(const(gsl_vector_ushort)* u, const(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_vector_ushort_fprintf
int gsl_vector_ushort_fprintf(FILE* stream, const(gsl_vector_ushort)* v, 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_vector_ushort_fread
int gsl_vector_ushort_fread(FILE* stream, 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_vector_ushort_free
void gsl_vector_ushort_free(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_vector_ushort_fscanf
int gsl_vector_ushort_fscanf(FILE* stream, 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_vector_ushort_fwrite
int gsl_vector_ushort_fwrite(FILE* stream, const(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_vector_ushort_get
ushort gsl_vector_ushort_get(const(gsl_vector_ushort)* v, 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_vector_ushort_isneg
int gsl_vector_ushort_isneg(const(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_vector_ushort_isnonneg
int gsl_vector_ushort_isnonneg(const(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_vector_ushort_isnull
int gsl_vector_ushort_isnull(const(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_vector_ushort_ispos
int gsl_vector_ushort_ispos(const(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_vector_ushort_max
ushort gsl_vector_ushort_max(const(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_vector_ushort_max_index
size_t gsl_vector_ushort_max_index(const(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_vector_ushort_memcpy
int gsl_vector_ushort_memcpy(gsl_vector_ushort* dest, const(gsl_vector_ushort)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_min
ushort gsl_vector_ushort_min(const(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_vector_ushort_min_index
size_t gsl_vector_ushort_min_index(const(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_vector_ushort_minmax
void gsl_vector_ushort_minmax(const(gsl_vector_ushort)* v, ushort* min_out, ushort* max_out)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_minmax_index
void gsl_vector_ushort_minmax_index(const(gsl_vector_ushort)* v, size_t* imin, size_t* imax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_mul
int gsl_vector_ushort_mul(gsl_vector_ushort* a, const(gsl_vector_ushort)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_ptr
ushort* gsl_vector_ushort_ptr(gsl_vector_ushort* v, 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_vector_ushort_reverse
int gsl_vector_ushort_reverse(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_vector_ushort_scale
int gsl_vector_ushort_scale(gsl_vector_ushort* a, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_set
void gsl_vector_ushort_set(gsl_vector_ushort* v, size_t i, ushort x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_set_all
void gsl_vector_ushort_set_all(gsl_vector_ushort* v, ushort x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_set_basis
int gsl_vector_ushort_set_basis(gsl_vector_ushort* v, 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_vector_ushort_set_zero
void gsl_vector_ushort_set_zero(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_vector_ushort_sub
int gsl_vector_ushort_sub(gsl_vector_ushort* a, const(gsl_vector_ushort)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_subvector
_gsl_vector_ushort_view gsl_vector_ushort_subvector(gsl_vector_ushort* v, size_t i, 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_vector_ushort_subvector_with_stride
_gsl_vector_ushort_view gsl_vector_ushort_subvector_with_stride(gsl_vector_ushort* v, size_t i, 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_vector_ushort_swap
int gsl_vector_ushort_swap(gsl_vector_ushort* v, gsl_vector_ushort* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort_swap_elements
int gsl_vector_ushort_swap_elements(gsl_vector_ushort* v, 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_vector_ushort_view_array
_gsl_vector_ushort_view gsl_vector_ushort_view_array(ushort* v, 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_vector_ushort_view_array_with_stride
_gsl_vector_ushort_view gsl_vector_ushort_view_array_with_stride(ushort* base, 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_vector_view_array
_gsl_vector_view gsl_vector_view_array(double* v, 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_vector_view_array_with_stride
_gsl_vector_view gsl_vector_view_array_with_stride(double* base, 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.

Structs

_gsl_vector_char_const_view
struct _gsl_vector_char_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_char_view
struct _gsl_vector_char_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_complex_const_view
struct _gsl_vector_complex_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_complex_float_const_view
struct _gsl_vector_complex_float_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_complex_float_view
struct _gsl_vector_complex_float_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_complex_long_double_const_view
struct _gsl_vector_complex_long_double_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_complex_long_double_view
struct _gsl_vector_complex_long_double_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_complex_view
struct _gsl_vector_complex_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_const_view
struct _gsl_vector_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_float_const_view
struct _gsl_vector_float_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_float_view
struct _gsl_vector_float_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_int_const_view
struct _gsl_vector_int_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_int_view
struct _gsl_vector_int_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_long_const_view
struct _gsl_vector_long_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_long_double_const_view
struct _gsl_vector_long_double_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_long_double_view
struct _gsl_vector_long_double_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_long_view
struct _gsl_vector_long_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_short_const_view
struct _gsl_vector_short_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_short_view
struct _gsl_vector_short_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_uchar_const_view
struct _gsl_vector_uchar_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_uchar_view
struct _gsl_vector_uchar_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_uint_const_view
struct _gsl_vector_uint_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_uint_view
struct _gsl_vector_uint_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_ulong_const_view
struct _gsl_vector_ulong_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_ulong_view
struct _gsl_vector_ulong_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_ushort_const_view
struct _gsl_vector_ushort_const_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_ushort_view
struct _gsl_vector_ushort_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_gsl_vector_view
struct _gsl_vector_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector
struct gsl_vector
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_char
struct gsl_vector_char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex
struct gsl_vector_complex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_float
struct gsl_vector_complex_float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_complex_long_double
struct gsl_vector_complex_long_double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_float
struct gsl_vector_float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_int
struct gsl_vector_int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long
struct gsl_vector_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_long_double
struct gsl_vector_long_double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_short
struct gsl_vector_short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uchar
struct gsl_vector_uchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_uint
struct gsl_vector_uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ulong
struct gsl_vector_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_vector_ushort
struct gsl_vector_ushort
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