gsl.matrix

D bindings for GSL.

Members

Aliases

gsl_matrix_char_const_view
alias gsl_matrix_char_const_view = _gsl_matrix_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_matrix_char_view
alias gsl_matrix_char_view = _gsl_matrix_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_matrix_complex_const_view
alias gsl_matrix_complex_const_view = _gsl_matrix_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_matrix_complex_float_const_view
alias gsl_matrix_complex_float_const_view = _gsl_matrix_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_matrix_complex_float_view
alias gsl_matrix_complex_float_view = _gsl_matrix_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_matrix_complex_long_double_const_view
alias gsl_matrix_complex_long_double_const_view = _gsl_matrix_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_matrix_complex_long_double_view
alias gsl_matrix_complex_long_double_view = _gsl_matrix_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_matrix_complex_view
alias gsl_matrix_complex_view = _gsl_matrix_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_matrix_const_view
alias gsl_matrix_const_view = _gsl_matrix_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_matrix_float_const_view
alias gsl_matrix_float_const_view = _gsl_matrix_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_matrix_float_view
alias gsl_matrix_float_view = _gsl_matrix_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_matrix_int_const_view
alias gsl_matrix_int_const_view = _gsl_matrix_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_matrix_int_view
alias gsl_matrix_int_view = _gsl_matrix_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_matrix_long_const_view
alias gsl_matrix_long_const_view = _gsl_matrix_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_matrix_long_double_const_view
alias gsl_matrix_long_double_const_view = _gsl_matrix_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_matrix_long_double_view
alias gsl_matrix_long_double_view = _gsl_matrix_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_matrix_long_view
alias gsl_matrix_long_view = _gsl_matrix_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_matrix_short_const_view
alias gsl_matrix_short_const_view = _gsl_matrix_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_matrix_short_view
alias gsl_matrix_short_view = _gsl_matrix_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_matrix_uchar_const_view
alias gsl_matrix_uchar_const_view = _gsl_matrix_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_matrix_uchar_view
alias gsl_matrix_uchar_view = _gsl_matrix_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_matrix_uint_const_view
alias gsl_matrix_uint_const_view = _gsl_matrix_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_matrix_uint_view
alias gsl_matrix_uint_view = _gsl_matrix_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_matrix_ulong_const_view
alias gsl_matrix_ulong_const_view = _gsl_matrix_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_matrix_ulong_view
alias gsl_matrix_ulong_view = _gsl_matrix_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_matrix_ushort_const_view
alias gsl_matrix_ushort_const_view = _gsl_matrix_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_matrix_ushort_view
alias gsl_matrix_ushort_view = _gsl_matrix_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_matrix_view
alias gsl_matrix_view = _gsl_matrix_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_matrix_add
int gsl_matrix_add(gsl_matrix* a, const(gsl_matrix)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_add_constant
int gsl_matrix_add_constant(gsl_matrix* 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_matrix_add_diagonal
int gsl_matrix_add_diagonal(gsl_matrix* 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_matrix_alloc
gsl_matrix* gsl_matrix_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_alloc_from_block
gsl_matrix* gsl_matrix_alloc_from_block(gsl_block* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_alloc_from_matrix
gsl_matrix* gsl_matrix_alloc_from_matrix(gsl_matrix* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_calloc
gsl_matrix* gsl_matrix_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_add
int gsl_matrix_char_add(gsl_matrix_char* a, const(gsl_matrix_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_matrix_char_add_constant
int gsl_matrix_char_add_constant(gsl_matrix_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_matrix_char_add_diagonal
int gsl_matrix_char_add_diagonal(gsl_matrix_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_matrix_char_alloc
gsl_matrix_char* gsl_matrix_char_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_alloc_from_block
gsl_matrix_char* gsl_matrix_char_alloc_from_block(gsl_block_char* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_alloc_from_matrix
gsl_matrix_char* gsl_matrix_char_alloc_from_matrix(gsl_matrix_char* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_calloc
gsl_matrix_char* gsl_matrix_char_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_column
_gsl_vector_char_view gsl_matrix_char_column(gsl_matrix_char* m, 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_matrix_char_const_column
_gsl_vector_char_const_view gsl_matrix_char_const_column(const(gsl_matrix_char)* m, 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_matrix_char_const_diagonal
_gsl_vector_char_const_view gsl_matrix_char_const_diagonal(const(gsl_matrix_char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_const_ptr
const(char)* gsl_matrix_char_const_ptr(const(gsl_matrix_char)* m, 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_matrix_char_const_row
_gsl_vector_char_const_view gsl_matrix_char_const_row(const(gsl_matrix_char)* m, 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_matrix_char_const_subcolumn
_gsl_vector_char_const_view gsl_matrix_char_const_subcolumn(const(gsl_matrix_char)* m, size_t j, size_t offset, 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_matrix_char_const_subdiagonal
_gsl_vector_char_const_view gsl_matrix_char_const_subdiagonal(const(gsl_matrix_char)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_const_submatrix
_gsl_matrix_char_const_view gsl_matrix_char_const_submatrix(const(gsl_matrix_char)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_const_subrow
_gsl_vector_char_const_view gsl_matrix_char_const_subrow(const(gsl_matrix_char)* m, size_t i, size_t offset, 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_matrix_char_const_superdiagonal
_gsl_vector_char_const_view gsl_matrix_char_const_superdiagonal(const(gsl_matrix_char)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_const_view_array
_gsl_matrix_char_const_view gsl_matrix_char_const_view_array(const(char)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_const_view_array_with_tda
_gsl_matrix_char_const_view gsl_matrix_char_const_view_array_with_tda(const(char)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_const_view_vector
_gsl_matrix_char_const_view gsl_matrix_char_const_view_vector(const(gsl_vector_char)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_const_view_vector_with_tda
_gsl_matrix_char_const_view gsl_matrix_char_const_view_vector_with_tda(const(gsl_vector_char)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_diagonal
_gsl_vector_char_view gsl_matrix_char_diagonal(gsl_matrix_char* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_div_elements
int gsl_matrix_char_div_elements(gsl_matrix_char* a, const(gsl_matrix_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_matrix_char_equal
int gsl_matrix_char_equal(const(gsl_matrix_char)* a, const(gsl_matrix_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_matrix_char_fprintf
int gsl_matrix_char_fprintf(FILE* stream, const(gsl_matrix_char)* m, 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_matrix_char_fread
int gsl_matrix_char_fread(FILE* stream, gsl_matrix_char* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_free
void gsl_matrix_char_free(gsl_matrix_char* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_fscanf
int gsl_matrix_char_fscanf(FILE* stream, gsl_matrix_char* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_fwrite
int gsl_matrix_char_fwrite(FILE* stream, const(gsl_matrix_char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_get
char gsl_matrix_char_get(const(gsl_matrix_char)* m, 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_matrix_char_get_col
int gsl_matrix_char_get_col(gsl_vector_char* v, const(gsl_matrix_char)* m, 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_matrix_char_get_row
int gsl_matrix_char_get_row(gsl_vector_char* v, const(gsl_matrix_char)* m, 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_matrix_char_isneg
int gsl_matrix_char_isneg(const(gsl_matrix_char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_isnonneg
int gsl_matrix_char_isnonneg(const(gsl_matrix_char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_isnull
int gsl_matrix_char_isnull(const(gsl_matrix_char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_ispos
int gsl_matrix_char_ispos(const(gsl_matrix_char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_max
char gsl_matrix_char_max(const(gsl_matrix_char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_max_index
void gsl_matrix_char_max_index(const(gsl_matrix_char)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_memcpy
int gsl_matrix_char_memcpy(gsl_matrix_char* dest, const(gsl_matrix_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_matrix_char_min
char gsl_matrix_char_min(const(gsl_matrix_char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_min_index
void gsl_matrix_char_min_index(const(gsl_matrix_char)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_minmax
void gsl_matrix_char_minmax(const(gsl_matrix_char)* m, 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_matrix_char_minmax_index
void gsl_matrix_char_minmax_index(const(gsl_matrix_char)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_mul_elements
int gsl_matrix_char_mul_elements(gsl_matrix_char* a, const(gsl_matrix_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_matrix_char_ptr
char* gsl_matrix_char_ptr(gsl_matrix_char* m, 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_matrix_char_row
_gsl_vector_char_view gsl_matrix_char_row(gsl_matrix_char* m, 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_matrix_char_scale
int gsl_matrix_char_scale(gsl_matrix_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_matrix_char_set
void gsl_matrix_char_set(gsl_matrix_char* m, size_t i, size_t j, 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_matrix_char_set_all
void gsl_matrix_char_set_all(gsl_matrix_char* m, 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_matrix_char_set_col
int gsl_matrix_char_set_col(gsl_matrix_char* m, size_t j, 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_matrix_char_set_identity
void gsl_matrix_char_set_identity(gsl_matrix_char* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_set_row
int gsl_matrix_char_set_row(gsl_matrix_char* m, size_t i, 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_matrix_char_set_zero
void gsl_matrix_char_set_zero(gsl_matrix_char* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_sub
int gsl_matrix_char_sub(gsl_matrix_char* a, const(gsl_matrix_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_matrix_char_subcolumn
_gsl_vector_char_view gsl_matrix_char_subcolumn(gsl_matrix_char* m, size_t j, size_t offset, 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_matrix_char_subdiagonal
_gsl_vector_char_view gsl_matrix_char_subdiagonal(gsl_matrix_char* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_submatrix
_gsl_matrix_char_view gsl_matrix_char_submatrix(gsl_matrix_char* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_subrow
_gsl_vector_char_view gsl_matrix_char_subrow(gsl_matrix_char* m, size_t i, size_t offset, 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_matrix_char_superdiagonal
_gsl_vector_char_view gsl_matrix_char_superdiagonal(gsl_matrix_char* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_swap
int gsl_matrix_char_swap(gsl_matrix_char* m1, gsl_matrix_char* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_swap_columns
int gsl_matrix_char_swap_columns(gsl_matrix_char* m, 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_matrix_char_swap_rowcol
int gsl_matrix_char_swap_rowcol(gsl_matrix_char* m, 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_matrix_char_swap_rows
int gsl_matrix_char_swap_rows(gsl_matrix_char* m, 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_matrix_char_transpose
int gsl_matrix_char_transpose(gsl_matrix_char* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_transpose_memcpy
int gsl_matrix_char_transpose_memcpy(gsl_matrix_char* dest, const(gsl_matrix_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_matrix_char_view_array
_gsl_matrix_char_view gsl_matrix_char_view_array(char* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_view_array_with_tda
_gsl_matrix_char_view gsl_matrix_char_view_array_with_tda(char* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_view_vector
_gsl_matrix_char_view gsl_matrix_char_view_vector(gsl_vector_char* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char_view_vector_with_tda
_gsl_matrix_char_view gsl_matrix_char_view_vector_with_tda(gsl_vector_char* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_column
_gsl_vector_view gsl_matrix_column(gsl_matrix* m, 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_matrix_complex_add
int gsl_matrix_complex_add(gsl_matrix_complex* a, const(gsl_matrix_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_matrix_complex_add_constant
int gsl_matrix_complex_add_constant(gsl_matrix_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_matrix_complex_add_diagonal
int gsl_matrix_complex_add_diagonal(gsl_matrix_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_matrix_complex_alloc
gsl_matrix_complex* gsl_matrix_complex_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_alloc_from_block
gsl_matrix_complex* gsl_matrix_complex_alloc_from_block(gsl_block_complex* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_alloc_from_matrix
gsl_matrix_complex* gsl_matrix_complex_alloc_from_matrix(gsl_matrix_complex* b, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_calloc
gsl_matrix_complex* gsl_matrix_complex_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_column
_gsl_vector_complex_view gsl_matrix_complex_column(gsl_matrix_complex* m, 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_matrix_complex_const_column
_gsl_vector_complex_const_view gsl_matrix_complex_const_column(const(gsl_matrix_complex)* m, 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_matrix_complex_const_diagonal
_gsl_vector_complex_const_view gsl_matrix_complex_const_diagonal(const(gsl_matrix_complex)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_const_ptr
const(gsl_complex)* gsl_matrix_complex_const_ptr(const(gsl_matrix_complex)* m, 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_matrix_complex_const_row
_gsl_vector_complex_const_view gsl_matrix_complex_const_row(const(gsl_matrix_complex)* m, 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_matrix_complex_const_subcolumn
_gsl_vector_complex_const_view gsl_matrix_complex_const_subcolumn(const(gsl_matrix_complex)* m, size_t j, size_t offset, 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_matrix_complex_const_subdiagonal
_gsl_vector_complex_const_view gsl_matrix_complex_const_subdiagonal(const(gsl_matrix_complex)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_const_submatrix
_gsl_matrix_complex_const_view gsl_matrix_complex_const_submatrix(const(gsl_matrix_complex)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_const_subrow
_gsl_vector_complex_const_view gsl_matrix_complex_const_subrow(const(gsl_matrix_complex)* m, size_t i, size_t offset, 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_matrix_complex_const_superdiagonal
_gsl_vector_complex_const_view gsl_matrix_complex_const_superdiagonal(const(gsl_matrix_complex)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_const_view_array
_gsl_matrix_complex_const_view gsl_matrix_complex_const_view_array(const(double)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_const_view_array_with_tda
_gsl_matrix_complex_const_view gsl_matrix_complex_const_view_array_with_tda(const(double)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_const_view_vector
_gsl_matrix_complex_const_view gsl_matrix_complex_const_view_vector(const(gsl_vector_complex)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_const_view_vector_with_tda
_gsl_matrix_complex_const_view gsl_matrix_complex_const_view_vector_with_tda(const(gsl_vector_complex)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_diagonal
_gsl_vector_complex_view gsl_matrix_complex_diagonal(gsl_matrix_complex* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_div_elements
int gsl_matrix_complex_div_elements(gsl_matrix_complex* a, const(gsl_matrix_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_matrix_complex_equal
int gsl_matrix_complex_equal(const(gsl_matrix_complex)* a, const(gsl_matrix_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_matrix_complex_float_add
int gsl_matrix_complex_float_add(gsl_matrix_complex_float* a, const(gsl_matrix_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_matrix_complex_float_add_constant
int gsl_matrix_complex_float_add_constant(gsl_matrix_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_matrix_complex_float_add_diagonal
int gsl_matrix_complex_float_add_diagonal(gsl_matrix_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_matrix_complex_float_alloc
gsl_matrix_complex_float* gsl_matrix_complex_float_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_alloc_from_block
gsl_matrix_complex_float* gsl_matrix_complex_float_alloc_from_block(gsl_block_complex_float* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_alloc_from_matrix
gsl_matrix_complex_float* gsl_matrix_complex_float_alloc_from_matrix(gsl_matrix_complex_float* b, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_calloc
gsl_matrix_complex_float* gsl_matrix_complex_float_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_column
_gsl_vector_complex_float_view gsl_matrix_complex_float_column(gsl_matrix_complex_float* m, 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_matrix_complex_float_const_column
_gsl_vector_complex_float_const_view gsl_matrix_complex_float_const_column(const(gsl_matrix_complex_float)* m, 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_matrix_complex_float_const_diagonal
_gsl_vector_complex_float_const_view gsl_matrix_complex_float_const_diagonal(const(gsl_matrix_complex_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_const_ptr
const(gsl_complex_float)* gsl_matrix_complex_float_const_ptr(const(gsl_matrix_complex_float)* m, 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_matrix_complex_float_const_row
_gsl_vector_complex_float_const_view gsl_matrix_complex_float_const_row(const(gsl_matrix_complex_float)* m, 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_matrix_complex_float_const_subcolumn
_gsl_vector_complex_float_const_view gsl_matrix_complex_float_const_subcolumn(const(gsl_matrix_complex_float)* m, size_t j, size_t offset, 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_matrix_complex_float_const_subdiagonal
_gsl_vector_complex_float_const_view gsl_matrix_complex_float_const_subdiagonal(const(gsl_matrix_complex_float)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_const_submatrix
_gsl_matrix_complex_float_const_view gsl_matrix_complex_float_const_submatrix(const(gsl_matrix_complex_float)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_const_subrow
_gsl_vector_complex_float_const_view gsl_matrix_complex_float_const_subrow(const(gsl_matrix_complex_float)* m, size_t i, size_t offset, 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_matrix_complex_float_const_superdiagonal
_gsl_vector_complex_float_const_view gsl_matrix_complex_float_const_superdiagonal(const(gsl_matrix_complex_float)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_const_view_array
_gsl_matrix_complex_float_const_view gsl_matrix_complex_float_const_view_array(const(float)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_const_view_array_with_tda
_gsl_matrix_complex_float_const_view gsl_matrix_complex_float_const_view_array_with_tda(const(float)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_const_view_vector
_gsl_matrix_complex_float_const_view gsl_matrix_complex_float_const_view_vector(const(gsl_vector_complex_float)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_const_view_vector_with_tda
_gsl_matrix_complex_float_const_view gsl_matrix_complex_float_const_view_vector_with_tda(const(gsl_vector_complex_float)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_diagonal
_gsl_vector_complex_float_view gsl_matrix_complex_float_diagonal(gsl_matrix_complex_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_div_elements
int gsl_matrix_complex_float_div_elements(gsl_matrix_complex_float* a, const(gsl_matrix_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_matrix_complex_float_equal
int gsl_matrix_complex_float_equal(const(gsl_matrix_complex_float)* a, const(gsl_matrix_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_matrix_complex_float_fprintf
int gsl_matrix_complex_float_fprintf(FILE* stream, const(gsl_matrix_complex_float)* m, 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_matrix_complex_float_fread
int gsl_matrix_complex_float_fread(FILE* stream, gsl_matrix_complex_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_free
void gsl_matrix_complex_float_free(gsl_matrix_complex_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_fscanf
int gsl_matrix_complex_float_fscanf(FILE* stream, gsl_matrix_complex_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_fwrite
int gsl_matrix_complex_float_fwrite(FILE* stream, const(gsl_matrix_complex_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_get
gsl_complex_float gsl_matrix_complex_float_get(const(gsl_matrix_complex_float)* m, 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_matrix_complex_float_get_col
int gsl_matrix_complex_float_get_col(gsl_vector_complex_float* v, const(gsl_matrix_complex_float)* m, 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_matrix_complex_float_get_row
int gsl_matrix_complex_float_get_row(gsl_vector_complex_float* v, const(gsl_matrix_complex_float)* m, 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_matrix_complex_float_isneg
int gsl_matrix_complex_float_isneg(const(gsl_matrix_complex_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_isnonneg
int gsl_matrix_complex_float_isnonneg(const(gsl_matrix_complex_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_isnull
int gsl_matrix_complex_float_isnull(const(gsl_matrix_complex_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_ispos
int gsl_matrix_complex_float_ispos(const(gsl_matrix_complex_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_memcpy
int gsl_matrix_complex_float_memcpy(gsl_matrix_complex_float* dest, const(gsl_matrix_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_matrix_complex_float_mul_elements
int gsl_matrix_complex_float_mul_elements(gsl_matrix_complex_float* a, const(gsl_matrix_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_matrix_complex_float_ptr
gsl_complex_float* gsl_matrix_complex_float_ptr(gsl_matrix_complex_float* m, 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_matrix_complex_float_row
_gsl_vector_complex_float_view gsl_matrix_complex_float_row(gsl_matrix_complex_float* m, 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_matrix_complex_float_scale
int gsl_matrix_complex_float_scale(gsl_matrix_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_matrix_complex_float_set
void gsl_matrix_complex_float_set(gsl_matrix_complex_float* m, size_t i, size_t j, 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_matrix_complex_float_set_all
void gsl_matrix_complex_float_set_all(gsl_matrix_complex_float* m, 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_matrix_complex_float_set_col
int gsl_matrix_complex_float_set_col(gsl_matrix_complex_float* m, size_t j, 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_matrix_complex_float_set_identity
void gsl_matrix_complex_float_set_identity(gsl_matrix_complex_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_set_row
int gsl_matrix_complex_float_set_row(gsl_matrix_complex_float* m, size_t i, 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_matrix_complex_float_set_zero
void gsl_matrix_complex_float_set_zero(gsl_matrix_complex_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_sub
int gsl_matrix_complex_float_sub(gsl_matrix_complex_float* a, const(gsl_matrix_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_matrix_complex_float_subcolumn
_gsl_vector_complex_float_view gsl_matrix_complex_float_subcolumn(gsl_matrix_complex_float* m, size_t j, size_t offset, 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_matrix_complex_float_subdiagonal
_gsl_vector_complex_float_view gsl_matrix_complex_float_subdiagonal(gsl_matrix_complex_float* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_submatrix
_gsl_matrix_complex_float_view gsl_matrix_complex_float_submatrix(gsl_matrix_complex_float* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_subrow
_gsl_vector_complex_float_view gsl_matrix_complex_float_subrow(gsl_matrix_complex_float* m, size_t i, size_t offset, 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_matrix_complex_float_superdiagonal
_gsl_vector_complex_float_view gsl_matrix_complex_float_superdiagonal(gsl_matrix_complex_float* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_swap
int gsl_matrix_complex_float_swap(gsl_matrix_complex_float* m1, gsl_matrix_complex_float* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_swap_columns
int gsl_matrix_complex_float_swap_columns(gsl_matrix_complex_float* m, 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_matrix_complex_float_swap_rowcol
int gsl_matrix_complex_float_swap_rowcol(gsl_matrix_complex_float* m, 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_matrix_complex_float_swap_rows
int gsl_matrix_complex_float_swap_rows(gsl_matrix_complex_float* m, 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_matrix_complex_float_transpose
int gsl_matrix_complex_float_transpose(gsl_matrix_complex_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_transpose_memcpy
int gsl_matrix_complex_float_transpose_memcpy(gsl_matrix_complex_float* dest, const(gsl_matrix_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_matrix_complex_float_view_array
_gsl_matrix_complex_float_view gsl_matrix_complex_float_view_array(float* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_view_array_with_tda
_gsl_matrix_complex_float_view gsl_matrix_complex_float_view_array_with_tda(float* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_view_vector
_gsl_matrix_complex_float_view gsl_matrix_complex_float_view_vector(gsl_vector_complex_float* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float_view_vector_with_tda
_gsl_matrix_complex_float_view gsl_matrix_complex_float_view_vector_with_tda(gsl_vector_complex_float* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_fprintf
int gsl_matrix_complex_fprintf(FILE* stream, const(gsl_matrix_complex)* m, 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_matrix_complex_fread
int gsl_matrix_complex_fread(FILE* stream, gsl_matrix_complex* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_free
void gsl_matrix_complex_free(gsl_matrix_complex* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_fscanf
int gsl_matrix_complex_fscanf(FILE* stream, gsl_matrix_complex* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_fwrite
int gsl_matrix_complex_fwrite(FILE* stream, const(gsl_matrix_complex)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_get
gsl_complex gsl_matrix_complex_get(const(gsl_matrix_complex)* m, 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_matrix_complex_get_col
int gsl_matrix_complex_get_col(gsl_vector_complex* v, const(gsl_matrix_complex)* m, 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_matrix_complex_get_row
int gsl_matrix_complex_get_row(gsl_vector_complex* v, const(gsl_matrix_complex)* m, 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_matrix_complex_isneg
int gsl_matrix_complex_isneg(const(gsl_matrix_complex)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_isnonneg
int gsl_matrix_complex_isnonneg(const(gsl_matrix_complex)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_isnull
int gsl_matrix_complex_isnull(const(gsl_matrix_complex)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_ispos
int gsl_matrix_complex_ispos(const(gsl_matrix_complex)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_add
int gsl_matrix_complex_long_double_add(gsl_matrix_complex_long_double* a, const(gsl_matrix_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_matrix_complex_long_double_add_constant
int gsl_matrix_complex_long_double_add_constant(gsl_matrix_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_matrix_complex_long_double_add_diagonal
int gsl_matrix_complex_long_double_add_diagonal(gsl_matrix_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_matrix_complex_long_double_alloc
gsl_matrix_complex_long_double* gsl_matrix_complex_long_double_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_alloc_from_block
gsl_matrix_complex_long_double* gsl_matrix_complex_long_double_alloc_from_block(gsl_block_complex_long_double* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_alloc_from_matrix
gsl_matrix_complex_long_double* gsl_matrix_complex_long_double_alloc_from_matrix(gsl_matrix_complex_long_double* b, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_calloc
gsl_matrix_complex_long_double* gsl_matrix_complex_long_double_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_column
_gsl_vector_complex_long_double_view gsl_matrix_complex_long_double_column(gsl_matrix_complex_long_double* m, 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_matrix_complex_long_double_const_column
_gsl_vector_complex_long_double_const_view gsl_matrix_complex_long_double_const_column(const(gsl_matrix_complex_long_double)* m, 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_matrix_complex_long_double_const_diagonal
_gsl_vector_complex_long_double_const_view gsl_matrix_complex_long_double_const_diagonal(const(gsl_matrix_complex_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_const_ptr
const(gsl_complex_long_double)* gsl_matrix_complex_long_double_const_ptr(const(gsl_matrix_complex_long_double)* m, 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_matrix_complex_long_double_const_row
_gsl_vector_complex_long_double_const_view gsl_matrix_complex_long_double_const_row(const(gsl_matrix_complex_long_double)* m, 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_matrix_complex_long_double_const_subcolumn
_gsl_vector_complex_long_double_const_view gsl_matrix_complex_long_double_const_subcolumn(const(gsl_matrix_complex_long_double)* m, size_t j, size_t offset, 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_matrix_complex_long_double_const_subdiagonal
_gsl_vector_complex_long_double_const_view gsl_matrix_complex_long_double_const_subdiagonal(const(gsl_matrix_complex_long_double)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_const_submatrix
_gsl_matrix_complex_long_double_const_view gsl_matrix_complex_long_double_const_submatrix(const(gsl_matrix_complex_long_double)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_const_subrow
_gsl_vector_complex_long_double_const_view gsl_matrix_complex_long_double_const_subrow(const(gsl_matrix_complex_long_double)* m, size_t i, size_t offset, 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_matrix_complex_long_double_const_superdiagonal
_gsl_vector_complex_long_double_const_view gsl_matrix_complex_long_double_const_superdiagonal(const(gsl_matrix_complex_long_double)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_const_view_array
_gsl_matrix_complex_long_double_const_view gsl_matrix_complex_long_double_const_view_array(const(real)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_const_view_array_with_tda
_gsl_matrix_complex_long_double_const_view gsl_matrix_complex_long_double_const_view_array_with_tda(const(real)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_const_view_vector
_gsl_matrix_complex_long_double_const_view gsl_matrix_complex_long_double_const_view_vector(const(gsl_vector_complex_long_double)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_const_view_vector_with_tda
_gsl_matrix_complex_long_double_const_view gsl_matrix_complex_long_double_const_view_vector_with_tda(const(gsl_vector_complex_long_double)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_diagonal
_gsl_vector_complex_long_double_view gsl_matrix_complex_long_double_diagonal(gsl_matrix_complex_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_div_elements
int gsl_matrix_complex_long_double_div_elements(gsl_matrix_complex_long_double* a, const(gsl_matrix_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_matrix_complex_long_double_equal
int gsl_matrix_complex_long_double_equal(const(gsl_matrix_complex_long_double)* a, const(gsl_matrix_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_matrix_complex_long_double_fprintf
int gsl_matrix_complex_long_double_fprintf(FILE* stream, const(gsl_matrix_complex_long_double)* m, 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_matrix_complex_long_double_fread
int gsl_matrix_complex_long_double_fread(FILE* stream, gsl_matrix_complex_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_free
void gsl_matrix_complex_long_double_free(gsl_matrix_complex_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_fscanf
int gsl_matrix_complex_long_double_fscanf(FILE* stream, gsl_matrix_complex_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_fwrite
int gsl_matrix_complex_long_double_fwrite(FILE* stream, const(gsl_matrix_complex_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_get
gsl_complex_long_double gsl_matrix_complex_long_double_get(const(gsl_matrix_complex_long_double)* m, 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_matrix_complex_long_double_get_col
int gsl_matrix_complex_long_double_get_col(gsl_vector_complex_long_double* v, const(gsl_matrix_complex_long_double)* m, 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_matrix_complex_long_double_get_row
int gsl_matrix_complex_long_double_get_row(gsl_vector_complex_long_double* v, const(gsl_matrix_complex_long_double)* m, 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_matrix_complex_long_double_isneg
int gsl_matrix_complex_long_double_isneg(const(gsl_matrix_complex_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_isnonneg
int gsl_matrix_complex_long_double_isnonneg(const(gsl_matrix_complex_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_isnull
int gsl_matrix_complex_long_double_isnull(const(gsl_matrix_complex_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_ispos
int gsl_matrix_complex_long_double_ispos(const(gsl_matrix_complex_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_memcpy
int gsl_matrix_complex_long_double_memcpy(gsl_matrix_complex_long_double* dest, const(gsl_matrix_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_matrix_complex_long_double_mul_elements
int gsl_matrix_complex_long_double_mul_elements(gsl_matrix_complex_long_double* a, const(gsl_matrix_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_matrix_complex_long_double_ptr
gsl_complex_long_double* gsl_matrix_complex_long_double_ptr(gsl_matrix_complex_long_double* m, 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_matrix_complex_long_double_row
_gsl_vector_complex_long_double_view gsl_matrix_complex_long_double_row(gsl_matrix_complex_long_double* m, 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_matrix_complex_long_double_scale
int gsl_matrix_complex_long_double_scale(gsl_matrix_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_matrix_complex_long_double_set
void gsl_matrix_complex_long_double_set(gsl_matrix_complex_long_double* m, size_t i, size_t j, 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_matrix_complex_long_double_set_all
void gsl_matrix_complex_long_double_set_all(gsl_matrix_complex_long_double* m, 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_matrix_complex_long_double_set_col
int gsl_matrix_complex_long_double_set_col(gsl_matrix_complex_long_double* m, size_t j, 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_matrix_complex_long_double_set_identity
void gsl_matrix_complex_long_double_set_identity(gsl_matrix_complex_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_set_row
int gsl_matrix_complex_long_double_set_row(gsl_matrix_complex_long_double* m, size_t i, 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_matrix_complex_long_double_set_zero
void gsl_matrix_complex_long_double_set_zero(gsl_matrix_complex_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_sub
int gsl_matrix_complex_long_double_sub(gsl_matrix_complex_long_double* a, const(gsl_matrix_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_matrix_complex_long_double_subcolumn
_gsl_vector_complex_long_double_view gsl_matrix_complex_long_double_subcolumn(gsl_matrix_complex_long_double* m, size_t j, size_t offset, 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_matrix_complex_long_double_subdiagonal
_gsl_vector_complex_long_double_view gsl_matrix_complex_long_double_subdiagonal(gsl_matrix_complex_long_double* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_submatrix
_gsl_matrix_complex_long_double_view gsl_matrix_complex_long_double_submatrix(gsl_matrix_complex_long_double* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_subrow
_gsl_vector_complex_long_double_view gsl_matrix_complex_long_double_subrow(gsl_matrix_complex_long_double* m, size_t i, size_t offset, 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_matrix_complex_long_double_superdiagonal
_gsl_vector_complex_long_double_view gsl_matrix_complex_long_double_superdiagonal(gsl_matrix_complex_long_double* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_swap
int gsl_matrix_complex_long_double_swap(gsl_matrix_complex_long_double* m1, gsl_matrix_complex_long_double* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_swap_columns
int gsl_matrix_complex_long_double_swap_columns(gsl_matrix_complex_long_double* m, 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_matrix_complex_long_double_swap_rowcol
int gsl_matrix_complex_long_double_swap_rowcol(gsl_matrix_complex_long_double* m, 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_matrix_complex_long_double_swap_rows
int gsl_matrix_complex_long_double_swap_rows(gsl_matrix_complex_long_double* m, 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_matrix_complex_long_double_transpose
int gsl_matrix_complex_long_double_transpose(gsl_matrix_complex_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_transpose_memcpy
int gsl_matrix_complex_long_double_transpose_memcpy(gsl_matrix_complex_long_double* dest, const(gsl_matrix_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_matrix_complex_long_double_view_array
_gsl_matrix_complex_long_double_view gsl_matrix_complex_long_double_view_array(real* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_view_array_with_tda
_gsl_matrix_complex_long_double_view gsl_matrix_complex_long_double_view_array_with_tda(real* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_view_vector
_gsl_matrix_complex_long_double_view gsl_matrix_complex_long_double_view_vector(gsl_vector_complex_long_double* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_long_double_view_vector_with_tda
_gsl_matrix_complex_long_double_view gsl_matrix_complex_long_double_view_vector_with_tda(gsl_vector_complex_long_double* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_memcpy
int gsl_matrix_complex_memcpy(gsl_matrix_complex* dest, const(gsl_matrix_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_matrix_complex_mul_elements
int gsl_matrix_complex_mul_elements(gsl_matrix_complex* a, const(gsl_matrix_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_matrix_complex_ptr
gsl_complex* gsl_matrix_complex_ptr(gsl_matrix_complex* m, 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_matrix_complex_row
_gsl_vector_complex_view gsl_matrix_complex_row(gsl_matrix_complex* m, 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_matrix_complex_scale
int gsl_matrix_complex_scale(gsl_matrix_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_matrix_complex_set
void gsl_matrix_complex_set(gsl_matrix_complex* m, size_t i, size_t j, 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_matrix_complex_set_all
void gsl_matrix_complex_set_all(gsl_matrix_complex* m, 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_matrix_complex_set_col
int gsl_matrix_complex_set_col(gsl_matrix_complex* m, size_t j, 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_matrix_complex_set_identity
void gsl_matrix_complex_set_identity(gsl_matrix_complex* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_set_row
int gsl_matrix_complex_set_row(gsl_matrix_complex* m, size_t i, 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_matrix_complex_set_zero
void gsl_matrix_complex_set_zero(gsl_matrix_complex* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_sub
int gsl_matrix_complex_sub(gsl_matrix_complex* a, const(gsl_matrix_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_matrix_complex_subcolumn
_gsl_vector_complex_view gsl_matrix_complex_subcolumn(gsl_matrix_complex* m, size_t j, size_t offset, 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_matrix_complex_subdiagonal
_gsl_vector_complex_view gsl_matrix_complex_subdiagonal(gsl_matrix_complex* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_submatrix
_gsl_matrix_complex_view gsl_matrix_complex_submatrix(gsl_matrix_complex* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_subrow
_gsl_vector_complex_view gsl_matrix_complex_subrow(gsl_matrix_complex* m, size_t i, size_t offset, 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_matrix_complex_superdiagonal
_gsl_vector_complex_view gsl_matrix_complex_superdiagonal(gsl_matrix_complex* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_swap
int gsl_matrix_complex_swap(gsl_matrix_complex* m1, gsl_matrix_complex* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_swap_columns
int gsl_matrix_complex_swap_columns(gsl_matrix_complex* m, 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_matrix_complex_swap_rowcol
int gsl_matrix_complex_swap_rowcol(gsl_matrix_complex* m, 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_matrix_complex_swap_rows
int gsl_matrix_complex_swap_rows(gsl_matrix_complex* m, 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_matrix_complex_transpose
int gsl_matrix_complex_transpose(gsl_matrix_complex* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_transpose_memcpy
int gsl_matrix_complex_transpose_memcpy(gsl_matrix_complex* dest, const(gsl_matrix_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_matrix_complex_view_array
_gsl_matrix_complex_view gsl_matrix_complex_view_array(double* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_view_array_with_tda
_gsl_matrix_complex_view gsl_matrix_complex_view_array_with_tda(double* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_view_vector
_gsl_matrix_complex_view gsl_matrix_complex_view_vector(gsl_vector_complex* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_view_vector_with_tda
_gsl_matrix_complex_view gsl_matrix_complex_view_vector_with_tda(gsl_vector_complex* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_const_column
_gsl_vector_const_view gsl_matrix_const_column(const(gsl_matrix)* m, 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_matrix_const_diagonal
_gsl_vector_const_view gsl_matrix_const_diagonal(const(gsl_matrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_const_ptr
const(double)* gsl_matrix_const_ptr(const(gsl_matrix)* m, 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_matrix_const_row
_gsl_vector_const_view gsl_matrix_const_row(const(gsl_matrix)* m, 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_matrix_const_subcolumn
_gsl_vector_const_view gsl_matrix_const_subcolumn(const(gsl_matrix)* m, size_t j, size_t offset, 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_matrix_const_subdiagonal
_gsl_vector_const_view gsl_matrix_const_subdiagonal(const(gsl_matrix)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_const_submatrix
_gsl_matrix_const_view gsl_matrix_const_submatrix(const(gsl_matrix)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_const_subrow
_gsl_vector_const_view gsl_matrix_const_subrow(const(gsl_matrix)* m, size_t i, size_t offset, 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_matrix_const_superdiagonal
_gsl_vector_const_view gsl_matrix_const_superdiagonal(const(gsl_matrix)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_const_view_array
_gsl_matrix_const_view gsl_matrix_const_view_array(const(double)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_const_view_array_with_tda
_gsl_matrix_const_view gsl_matrix_const_view_array_with_tda(const(double)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_const_view_vector
_gsl_matrix_const_view gsl_matrix_const_view_vector(const(gsl_vector)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_const_view_vector_with_tda
_gsl_matrix_const_view gsl_matrix_const_view_vector_with_tda(const(gsl_vector)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_diagonal
_gsl_vector_view gsl_matrix_diagonal(gsl_matrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_div_elements
int gsl_matrix_div_elements(gsl_matrix* a, const(gsl_matrix)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_equal
int gsl_matrix_equal(const(gsl_matrix)* a, const(gsl_matrix)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_add
int gsl_matrix_float_add(gsl_matrix_float* a, const(gsl_matrix_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_matrix_float_add_constant
int gsl_matrix_float_add_constant(gsl_matrix_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_matrix_float_add_diagonal
int gsl_matrix_float_add_diagonal(gsl_matrix_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_matrix_float_alloc
gsl_matrix_float* gsl_matrix_float_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_alloc_from_block
gsl_matrix_float* gsl_matrix_float_alloc_from_block(gsl_block_float* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_alloc_from_matrix
gsl_matrix_float* gsl_matrix_float_alloc_from_matrix(gsl_matrix_float* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_calloc
gsl_matrix_float* gsl_matrix_float_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_column
_gsl_vector_float_view gsl_matrix_float_column(gsl_matrix_float* m, 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_matrix_float_const_column
_gsl_vector_float_const_view gsl_matrix_float_const_column(const(gsl_matrix_float)* m, 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_matrix_float_const_diagonal
_gsl_vector_float_const_view gsl_matrix_float_const_diagonal(const(gsl_matrix_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_const_ptr
const(float)* gsl_matrix_float_const_ptr(const(gsl_matrix_float)* m, 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_matrix_float_const_row
_gsl_vector_float_const_view gsl_matrix_float_const_row(const(gsl_matrix_float)* m, 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_matrix_float_const_subcolumn
_gsl_vector_float_const_view gsl_matrix_float_const_subcolumn(const(gsl_matrix_float)* m, size_t j, size_t offset, 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_matrix_float_const_subdiagonal
_gsl_vector_float_const_view gsl_matrix_float_const_subdiagonal(const(gsl_matrix_float)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_const_submatrix
_gsl_matrix_float_const_view gsl_matrix_float_const_submatrix(const(gsl_matrix_float)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_const_subrow
_gsl_vector_float_const_view gsl_matrix_float_const_subrow(const(gsl_matrix_float)* m, size_t i, size_t offset, 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_matrix_float_const_superdiagonal
_gsl_vector_float_const_view gsl_matrix_float_const_superdiagonal(const(gsl_matrix_float)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_const_view_array
_gsl_matrix_float_const_view gsl_matrix_float_const_view_array(const(float)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_const_view_array_with_tda
_gsl_matrix_float_const_view gsl_matrix_float_const_view_array_with_tda(const(float)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_const_view_vector
_gsl_matrix_float_const_view gsl_matrix_float_const_view_vector(const(gsl_vector_float)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_const_view_vector_with_tda
_gsl_matrix_float_const_view gsl_matrix_float_const_view_vector_with_tda(const(gsl_vector_float)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_diagonal
_gsl_vector_float_view gsl_matrix_float_diagonal(gsl_matrix_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_div_elements
int gsl_matrix_float_div_elements(gsl_matrix_float* a, const(gsl_matrix_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_matrix_float_equal
int gsl_matrix_float_equal(const(gsl_matrix_float)* a, const(gsl_matrix_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_matrix_float_fprintf
int gsl_matrix_float_fprintf(FILE* stream, const(gsl_matrix_float)* m, 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_matrix_float_fread
int gsl_matrix_float_fread(FILE* stream, gsl_matrix_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_free
void gsl_matrix_float_free(gsl_matrix_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_fscanf
int gsl_matrix_float_fscanf(FILE* stream, gsl_matrix_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_fwrite
int gsl_matrix_float_fwrite(FILE* stream, const(gsl_matrix_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_get
float gsl_matrix_float_get(const(gsl_matrix_float)* m, 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_matrix_float_get_col
int gsl_matrix_float_get_col(gsl_vector_float* v, const(gsl_matrix_float)* m, 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_matrix_float_get_row
int gsl_matrix_float_get_row(gsl_vector_float* v, const(gsl_matrix_float)* m, 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_matrix_float_isneg
int gsl_matrix_float_isneg(const(gsl_matrix_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_isnonneg
int gsl_matrix_float_isnonneg(const(gsl_matrix_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_isnull
int gsl_matrix_float_isnull(const(gsl_matrix_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_ispos
int gsl_matrix_float_ispos(const(gsl_matrix_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_max
float gsl_matrix_float_max(const(gsl_matrix_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_max_index
void gsl_matrix_float_max_index(const(gsl_matrix_float)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_memcpy
int gsl_matrix_float_memcpy(gsl_matrix_float* dest, const(gsl_matrix_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_matrix_float_min
float gsl_matrix_float_min(const(gsl_matrix_float)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_min_index
void gsl_matrix_float_min_index(const(gsl_matrix_float)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_minmax
void gsl_matrix_float_minmax(const(gsl_matrix_float)* m, 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_matrix_float_minmax_index
void gsl_matrix_float_minmax_index(const(gsl_matrix_float)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_mul_elements
int gsl_matrix_float_mul_elements(gsl_matrix_float* a, const(gsl_matrix_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_matrix_float_ptr
float* gsl_matrix_float_ptr(gsl_matrix_float* m, 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_matrix_float_row
_gsl_vector_float_view gsl_matrix_float_row(gsl_matrix_float* m, 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_matrix_float_scale
int gsl_matrix_float_scale(gsl_matrix_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_matrix_float_set
void gsl_matrix_float_set(gsl_matrix_float* m, size_t i, size_t j, 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_matrix_float_set_all
void gsl_matrix_float_set_all(gsl_matrix_float* m, 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_matrix_float_set_col
int gsl_matrix_float_set_col(gsl_matrix_float* m, size_t j, 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_matrix_float_set_identity
void gsl_matrix_float_set_identity(gsl_matrix_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_set_row
int gsl_matrix_float_set_row(gsl_matrix_float* m, size_t i, 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_matrix_float_set_zero
void gsl_matrix_float_set_zero(gsl_matrix_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_sub
int gsl_matrix_float_sub(gsl_matrix_float* a, const(gsl_matrix_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_matrix_float_subcolumn
_gsl_vector_float_view gsl_matrix_float_subcolumn(gsl_matrix_float* m, size_t j, size_t offset, 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_matrix_float_subdiagonal
_gsl_vector_float_view gsl_matrix_float_subdiagonal(gsl_matrix_float* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_submatrix
_gsl_matrix_float_view gsl_matrix_float_submatrix(gsl_matrix_float* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_subrow
_gsl_vector_float_view gsl_matrix_float_subrow(gsl_matrix_float* m, size_t i, size_t offset, 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_matrix_float_superdiagonal
_gsl_vector_float_view gsl_matrix_float_superdiagonal(gsl_matrix_float* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_swap
int gsl_matrix_float_swap(gsl_matrix_float* m1, gsl_matrix_float* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_swap_columns
int gsl_matrix_float_swap_columns(gsl_matrix_float* m, 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_matrix_float_swap_rowcol
int gsl_matrix_float_swap_rowcol(gsl_matrix_float* m, 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_matrix_float_swap_rows
int gsl_matrix_float_swap_rows(gsl_matrix_float* m, 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_matrix_float_transpose
int gsl_matrix_float_transpose(gsl_matrix_float* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_transpose_memcpy
int gsl_matrix_float_transpose_memcpy(gsl_matrix_float* dest, const(gsl_matrix_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_matrix_float_view_array
_gsl_matrix_float_view gsl_matrix_float_view_array(float* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_view_array_with_tda
_gsl_matrix_float_view gsl_matrix_float_view_array_with_tda(float* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_view_vector
_gsl_matrix_float_view gsl_matrix_float_view_vector(gsl_vector_float* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_float_view_vector_with_tda
_gsl_matrix_float_view gsl_matrix_float_view_vector_with_tda(gsl_vector_float* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_fprintf
int gsl_matrix_fprintf(FILE* stream, const(gsl_matrix)* m, 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_matrix_fread
int gsl_matrix_fread(FILE* stream, gsl_matrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_free
void gsl_matrix_free(gsl_matrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_fscanf
int gsl_matrix_fscanf(FILE* stream, gsl_matrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_fwrite
int gsl_matrix_fwrite(FILE* stream, const(gsl_matrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_get
double gsl_matrix_get(const(gsl_matrix)* m, 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_matrix_get_col
int gsl_matrix_get_col(gsl_vector* v, const(gsl_matrix)* m, 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_matrix_get_row
int gsl_matrix_get_row(gsl_vector* v, const(gsl_matrix)* m, 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_matrix_int_add
int gsl_matrix_int_add(gsl_matrix_int* a, const(gsl_matrix_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_matrix_int_add_constant
int gsl_matrix_int_add_constant(gsl_matrix_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_matrix_int_add_diagonal
int gsl_matrix_int_add_diagonal(gsl_matrix_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_matrix_int_alloc
gsl_matrix_int* gsl_matrix_int_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_alloc_from_block
gsl_matrix_int* gsl_matrix_int_alloc_from_block(gsl_block_int* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_alloc_from_matrix
gsl_matrix_int* gsl_matrix_int_alloc_from_matrix(gsl_matrix_int* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_calloc
gsl_matrix_int* gsl_matrix_int_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_column
_gsl_vector_int_view gsl_matrix_int_column(gsl_matrix_int* m, 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_matrix_int_const_column
_gsl_vector_int_const_view gsl_matrix_int_const_column(const(gsl_matrix_int)* m, 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_matrix_int_const_diagonal
_gsl_vector_int_const_view gsl_matrix_int_const_diagonal(const(gsl_matrix_int)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_const_ptr
const(int)* gsl_matrix_int_const_ptr(const(gsl_matrix_int)* m, 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_matrix_int_const_row
_gsl_vector_int_const_view gsl_matrix_int_const_row(const(gsl_matrix_int)* m, 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_matrix_int_const_subcolumn
_gsl_vector_int_const_view gsl_matrix_int_const_subcolumn(const(gsl_matrix_int)* m, size_t j, size_t offset, 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_matrix_int_const_subdiagonal
_gsl_vector_int_const_view gsl_matrix_int_const_subdiagonal(const(gsl_matrix_int)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_const_submatrix
_gsl_matrix_int_const_view gsl_matrix_int_const_submatrix(const(gsl_matrix_int)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_const_subrow
_gsl_vector_int_const_view gsl_matrix_int_const_subrow(const(gsl_matrix_int)* m, size_t i, size_t offset, 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_matrix_int_const_superdiagonal
_gsl_vector_int_const_view gsl_matrix_int_const_superdiagonal(const(gsl_matrix_int)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_const_view_array
_gsl_matrix_int_const_view gsl_matrix_int_const_view_array(const(int)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_const_view_array_with_tda
_gsl_matrix_int_const_view gsl_matrix_int_const_view_array_with_tda(const(int)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_const_view_vector
_gsl_matrix_int_const_view gsl_matrix_int_const_view_vector(const(gsl_vector_int)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_const_view_vector_with_tda
_gsl_matrix_int_const_view gsl_matrix_int_const_view_vector_with_tda(const(gsl_vector_int)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_diagonal
_gsl_vector_int_view gsl_matrix_int_diagonal(gsl_matrix_int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_div_elements
int gsl_matrix_int_div_elements(gsl_matrix_int* a, const(gsl_matrix_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_matrix_int_equal
int gsl_matrix_int_equal(const(gsl_matrix_int)* a, const(gsl_matrix_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_matrix_int_fprintf
int gsl_matrix_int_fprintf(FILE* stream, const(gsl_matrix_int)* m, 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_matrix_int_fread
int gsl_matrix_int_fread(FILE* stream, gsl_matrix_int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_free
void gsl_matrix_int_free(gsl_matrix_int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_fscanf
int gsl_matrix_int_fscanf(FILE* stream, gsl_matrix_int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_fwrite
int gsl_matrix_int_fwrite(FILE* stream, const(gsl_matrix_int)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_get
int gsl_matrix_int_get(const(gsl_matrix_int)* m, 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_matrix_int_get_col
int gsl_matrix_int_get_col(gsl_vector_int* v, const(gsl_matrix_int)* m, 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_matrix_int_get_row
int gsl_matrix_int_get_row(gsl_vector_int* v, const(gsl_matrix_int)* m, 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_matrix_int_isneg
int gsl_matrix_int_isneg(const(gsl_matrix_int)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_isnonneg
int gsl_matrix_int_isnonneg(const(gsl_matrix_int)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_isnull
int gsl_matrix_int_isnull(const(gsl_matrix_int)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_ispos
int gsl_matrix_int_ispos(const(gsl_matrix_int)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_max
int gsl_matrix_int_max(const(gsl_matrix_int)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_max_index
void gsl_matrix_int_max_index(const(gsl_matrix_int)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_memcpy
int gsl_matrix_int_memcpy(gsl_matrix_int* dest, const(gsl_matrix_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_matrix_int_min
int gsl_matrix_int_min(const(gsl_matrix_int)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_min_index
void gsl_matrix_int_min_index(const(gsl_matrix_int)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_minmax
void gsl_matrix_int_minmax(const(gsl_matrix_int)* m, 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_matrix_int_minmax_index
void gsl_matrix_int_minmax_index(const(gsl_matrix_int)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_mul_elements
int gsl_matrix_int_mul_elements(gsl_matrix_int* a, const(gsl_matrix_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_matrix_int_ptr
int* gsl_matrix_int_ptr(gsl_matrix_int* m, 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_matrix_int_row
_gsl_vector_int_view gsl_matrix_int_row(gsl_matrix_int* m, 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_matrix_int_scale
int gsl_matrix_int_scale(gsl_matrix_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_matrix_int_set
void gsl_matrix_int_set(gsl_matrix_int* m, size_t i, size_t j, 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_matrix_int_set_all
void gsl_matrix_int_set_all(gsl_matrix_int* m, 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_matrix_int_set_col
int gsl_matrix_int_set_col(gsl_matrix_int* m, size_t j, 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_matrix_int_set_identity
void gsl_matrix_int_set_identity(gsl_matrix_int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_set_row
int gsl_matrix_int_set_row(gsl_matrix_int* m, size_t i, 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_matrix_int_set_zero
void gsl_matrix_int_set_zero(gsl_matrix_int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_sub
int gsl_matrix_int_sub(gsl_matrix_int* a, const(gsl_matrix_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_matrix_int_subcolumn
_gsl_vector_int_view gsl_matrix_int_subcolumn(gsl_matrix_int* m, size_t j, size_t offset, 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_matrix_int_subdiagonal
_gsl_vector_int_view gsl_matrix_int_subdiagonal(gsl_matrix_int* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_submatrix
_gsl_matrix_int_view gsl_matrix_int_submatrix(gsl_matrix_int* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_subrow
_gsl_vector_int_view gsl_matrix_int_subrow(gsl_matrix_int* m, size_t i, size_t offset, 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_matrix_int_superdiagonal
_gsl_vector_int_view gsl_matrix_int_superdiagonal(gsl_matrix_int* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_swap
int gsl_matrix_int_swap(gsl_matrix_int* m1, gsl_matrix_int* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_swap_columns
int gsl_matrix_int_swap_columns(gsl_matrix_int* m, 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_matrix_int_swap_rowcol
int gsl_matrix_int_swap_rowcol(gsl_matrix_int* m, 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_matrix_int_swap_rows
int gsl_matrix_int_swap_rows(gsl_matrix_int* m, 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_matrix_int_transpose
int gsl_matrix_int_transpose(gsl_matrix_int* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_transpose_memcpy
int gsl_matrix_int_transpose_memcpy(gsl_matrix_int* dest, const(gsl_matrix_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_matrix_int_view_array
_gsl_matrix_int_view gsl_matrix_int_view_array(int* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_view_array_with_tda
_gsl_matrix_int_view gsl_matrix_int_view_array_with_tda(int* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_view_vector
_gsl_matrix_int_view gsl_matrix_int_view_vector(gsl_vector_int* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int_view_vector_with_tda
_gsl_matrix_int_view gsl_matrix_int_view_vector_with_tda(gsl_vector_int* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_isneg
int gsl_matrix_isneg(const(gsl_matrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_isnonneg
int gsl_matrix_isnonneg(const(gsl_matrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_isnull
int gsl_matrix_isnull(const(gsl_matrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ispos
int gsl_matrix_ispos(const(gsl_matrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_add
int gsl_matrix_long_add(gsl_matrix_long* a, const(gsl_matrix_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_matrix_long_add_constant
int gsl_matrix_long_add_constant(gsl_matrix_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_matrix_long_add_diagonal
int gsl_matrix_long_add_diagonal(gsl_matrix_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_matrix_long_alloc
gsl_matrix_long* gsl_matrix_long_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_alloc_from_block
gsl_matrix_long* gsl_matrix_long_alloc_from_block(gsl_block_long* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_alloc_from_matrix
gsl_matrix_long* gsl_matrix_long_alloc_from_matrix(gsl_matrix_long* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_calloc
gsl_matrix_long* gsl_matrix_long_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_column
_gsl_vector_long_view gsl_matrix_long_column(gsl_matrix_long* m, 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_matrix_long_const_column
_gsl_vector_long_const_view gsl_matrix_long_const_column(const(gsl_matrix_long)* m, 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_matrix_long_const_diagonal
_gsl_vector_long_const_view gsl_matrix_long_const_diagonal(const(gsl_matrix_long)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_const_ptr
const(c_long)* gsl_matrix_long_const_ptr(const(gsl_matrix_long)* m, 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_matrix_long_const_row
_gsl_vector_long_const_view gsl_matrix_long_const_row(const(gsl_matrix_long)* m, 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_matrix_long_const_subcolumn
_gsl_vector_long_const_view gsl_matrix_long_const_subcolumn(const(gsl_matrix_long)* m, size_t j, size_t offset, 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_matrix_long_const_subdiagonal
_gsl_vector_long_const_view gsl_matrix_long_const_subdiagonal(const(gsl_matrix_long)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_const_submatrix
_gsl_matrix_long_const_view gsl_matrix_long_const_submatrix(const(gsl_matrix_long)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_const_subrow
_gsl_vector_long_const_view gsl_matrix_long_const_subrow(const(gsl_matrix_long)* m, size_t i, size_t offset, 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_matrix_long_const_superdiagonal
_gsl_vector_long_const_view gsl_matrix_long_const_superdiagonal(const(gsl_matrix_long)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_const_view_array
_gsl_matrix_long_const_view gsl_matrix_long_const_view_array(const(c_long)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_const_view_array_with_tda
_gsl_matrix_long_const_view gsl_matrix_long_const_view_array_with_tda(const(c_long)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_const_view_vector
_gsl_matrix_long_const_view gsl_matrix_long_const_view_vector(const(gsl_vector_long)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_const_view_vector_with_tda
_gsl_matrix_long_const_view gsl_matrix_long_const_view_vector_with_tda(const(gsl_vector_long)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_diagonal
_gsl_vector_long_view gsl_matrix_long_diagonal(gsl_matrix_long* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_div_elements
int gsl_matrix_long_div_elements(gsl_matrix_long* a, const(gsl_matrix_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_matrix_long_double_add
int gsl_matrix_long_double_add(gsl_matrix_long_double* a, const(gsl_matrix_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_matrix_long_double_add_constant
int gsl_matrix_long_double_add_constant(gsl_matrix_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_matrix_long_double_add_diagonal
int gsl_matrix_long_double_add_diagonal(gsl_matrix_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_matrix_long_double_alloc
gsl_matrix_long_double* gsl_matrix_long_double_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_alloc_from_block
gsl_matrix_long_double* gsl_matrix_long_double_alloc_from_block(gsl_block_long_double* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_alloc_from_matrix
gsl_matrix_long_double* gsl_matrix_long_double_alloc_from_matrix(gsl_matrix_long_double* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_calloc
gsl_matrix_long_double* gsl_matrix_long_double_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_column
_gsl_vector_long_double_view gsl_matrix_long_double_column(gsl_matrix_long_double* m, 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_matrix_long_double_const_column
_gsl_vector_long_double_const_view gsl_matrix_long_double_const_column(const(gsl_matrix_long_double)* m, 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_matrix_long_double_const_diagonal
_gsl_vector_long_double_const_view gsl_matrix_long_double_const_diagonal(const(gsl_matrix_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_const_ptr
const(real)* gsl_matrix_long_double_const_ptr(const(gsl_matrix_long_double)* m, 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_matrix_long_double_const_row
_gsl_vector_long_double_const_view gsl_matrix_long_double_const_row(const(gsl_matrix_long_double)* m, 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_matrix_long_double_const_subcolumn
_gsl_vector_long_double_const_view gsl_matrix_long_double_const_subcolumn(const(gsl_matrix_long_double)* m, size_t j, size_t offset, 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_matrix_long_double_const_subdiagonal
_gsl_vector_long_double_const_view gsl_matrix_long_double_const_subdiagonal(const(gsl_matrix_long_double)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_const_submatrix
_gsl_matrix_long_double_const_view gsl_matrix_long_double_const_submatrix(const(gsl_matrix_long_double)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_const_subrow
_gsl_vector_long_double_const_view gsl_matrix_long_double_const_subrow(const(gsl_matrix_long_double)* m, size_t i, size_t offset, 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_matrix_long_double_const_superdiagonal
_gsl_vector_long_double_const_view gsl_matrix_long_double_const_superdiagonal(const(gsl_matrix_long_double)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_const_view_array
_gsl_matrix_long_double_const_view gsl_matrix_long_double_const_view_array(const(real)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_const_view_array_with_tda
_gsl_matrix_long_double_const_view gsl_matrix_long_double_const_view_array_with_tda(const(real)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_const_view_vector
_gsl_matrix_long_double_const_view gsl_matrix_long_double_const_view_vector(const(gsl_vector_long_double)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_const_view_vector_with_tda
_gsl_matrix_long_double_const_view gsl_matrix_long_double_const_view_vector_with_tda(const(gsl_vector_long_double)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_diagonal
_gsl_vector_long_double_view gsl_matrix_long_double_diagonal(gsl_matrix_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_div_elements
int gsl_matrix_long_double_div_elements(gsl_matrix_long_double* a, const(gsl_matrix_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_matrix_long_double_equal
int gsl_matrix_long_double_equal(const(gsl_matrix_long_double)* a, const(gsl_matrix_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_matrix_long_double_fprintf
int gsl_matrix_long_double_fprintf(FILE* stream, const(gsl_matrix_long_double)* m, 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_matrix_long_double_fread
int gsl_matrix_long_double_fread(FILE* stream, gsl_matrix_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_free
void gsl_matrix_long_double_free(gsl_matrix_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_fscanf
int gsl_matrix_long_double_fscanf(FILE* stream, gsl_matrix_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_fwrite
int gsl_matrix_long_double_fwrite(FILE* stream, const(gsl_matrix_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_get
real gsl_matrix_long_double_get(const(gsl_matrix_long_double)* m, 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_matrix_long_double_get_col
int gsl_matrix_long_double_get_col(gsl_vector_long_double* v, const(gsl_matrix_long_double)* m, 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_matrix_long_double_get_row
int gsl_matrix_long_double_get_row(gsl_vector_long_double* v, const(gsl_matrix_long_double)* m, 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_matrix_long_double_isneg
int gsl_matrix_long_double_isneg(const(gsl_matrix_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_isnonneg
int gsl_matrix_long_double_isnonneg(const(gsl_matrix_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_isnull
int gsl_matrix_long_double_isnull(const(gsl_matrix_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_ispos
int gsl_matrix_long_double_ispos(const(gsl_matrix_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_max
real gsl_matrix_long_double_max(const(gsl_matrix_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_max_index
void gsl_matrix_long_double_max_index(const(gsl_matrix_long_double)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_memcpy
int gsl_matrix_long_double_memcpy(gsl_matrix_long_double* dest, const(gsl_matrix_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_matrix_long_double_min
real gsl_matrix_long_double_min(const(gsl_matrix_long_double)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_min_index
void gsl_matrix_long_double_min_index(const(gsl_matrix_long_double)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_minmax
void gsl_matrix_long_double_minmax(const(gsl_matrix_long_double)* m, 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_matrix_long_double_minmax_index
void gsl_matrix_long_double_minmax_index(const(gsl_matrix_long_double)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_mul_elements
int gsl_matrix_long_double_mul_elements(gsl_matrix_long_double* a, const(gsl_matrix_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_matrix_long_double_ptr
real* gsl_matrix_long_double_ptr(gsl_matrix_long_double* m, 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_matrix_long_double_row
_gsl_vector_long_double_view gsl_matrix_long_double_row(gsl_matrix_long_double* m, 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_matrix_long_double_scale
int gsl_matrix_long_double_scale(gsl_matrix_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_matrix_long_double_set
void gsl_matrix_long_double_set(gsl_matrix_long_double* m, size_t i, size_t j, 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_matrix_long_double_set_all
void gsl_matrix_long_double_set_all(gsl_matrix_long_double* m, 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_matrix_long_double_set_col
int gsl_matrix_long_double_set_col(gsl_matrix_long_double* m, size_t j, 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_matrix_long_double_set_identity
void gsl_matrix_long_double_set_identity(gsl_matrix_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_set_row
int gsl_matrix_long_double_set_row(gsl_matrix_long_double* m, size_t i, 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_matrix_long_double_set_zero
void gsl_matrix_long_double_set_zero(gsl_matrix_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_sub
int gsl_matrix_long_double_sub(gsl_matrix_long_double* a, const(gsl_matrix_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_matrix_long_double_subcolumn
_gsl_vector_long_double_view gsl_matrix_long_double_subcolumn(gsl_matrix_long_double* m, size_t j, size_t offset, 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_matrix_long_double_subdiagonal
_gsl_vector_long_double_view gsl_matrix_long_double_subdiagonal(gsl_matrix_long_double* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_submatrix
_gsl_matrix_long_double_view gsl_matrix_long_double_submatrix(gsl_matrix_long_double* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_subrow
_gsl_vector_long_double_view gsl_matrix_long_double_subrow(gsl_matrix_long_double* m, size_t i, size_t offset, 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_matrix_long_double_superdiagonal
_gsl_vector_long_double_view gsl_matrix_long_double_superdiagonal(gsl_matrix_long_double* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_swap
int gsl_matrix_long_double_swap(gsl_matrix_long_double* m1, gsl_matrix_long_double* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_swap_columns
int gsl_matrix_long_double_swap_columns(gsl_matrix_long_double* m, 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_matrix_long_double_swap_rowcol
int gsl_matrix_long_double_swap_rowcol(gsl_matrix_long_double* m, 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_matrix_long_double_swap_rows
int gsl_matrix_long_double_swap_rows(gsl_matrix_long_double* m, 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_matrix_long_double_transpose
int gsl_matrix_long_double_transpose(gsl_matrix_long_double* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_transpose_memcpy
int gsl_matrix_long_double_transpose_memcpy(gsl_matrix_long_double* dest, const(gsl_matrix_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_matrix_long_double_view_array
_gsl_matrix_long_double_view gsl_matrix_long_double_view_array(real* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_view_array_with_tda
_gsl_matrix_long_double_view gsl_matrix_long_double_view_array_with_tda(real* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_view_vector
_gsl_matrix_long_double_view gsl_matrix_long_double_view_vector(gsl_vector_long_double* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double_view_vector_with_tda
_gsl_matrix_long_double_view gsl_matrix_long_double_view_vector_with_tda(gsl_vector_long_double* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_equal
int gsl_matrix_long_equal(const(gsl_matrix_long)* a, const(gsl_matrix_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_matrix_long_fprintf
int gsl_matrix_long_fprintf(FILE* stream, const(gsl_matrix_long)* m, 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_matrix_long_fread
int gsl_matrix_long_fread(FILE* stream, gsl_matrix_long* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_free
void gsl_matrix_long_free(gsl_matrix_long* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_fscanf
int gsl_matrix_long_fscanf(FILE* stream, gsl_matrix_long* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_fwrite
int gsl_matrix_long_fwrite(FILE* stream, const(gsl_matrix_long)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_get
c_long gsl_matrix_long_get(const(gsl_matrix_long)* m, 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_matrix_long_get_col
int gsl_matrix_long_get_col(gsl_vector_long* v, const(gsl_matrix_long)* m, 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_matrix_long_get_row
int gsl_matrix_long_get_row(gsl_vector_long* v, const(gsl_matrix_long)* m, 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_matrix_long_isneg
int gsl_matrix_long_isneg(const(gsl_matrix_long)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_isnonneg
int gsl_matrix_long_isnonneg(const(gsl_matrix_long)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_isnull
int gsl_matrix_long_isnull(const(gsl_matrix_long)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_ispos
int gsl_matrix_long_ispos(const(gsl_matrix_long)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_max
c_long gsl_matrix_long_max(const(gsl_matrix_long)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_max_index
void gsl_matrix_long_max_index(const(gsl_matrix_long)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_memcpy
int gsl_matrix_long_memcpy(gsl_matrix_long* dest, const(gsl_matrix_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_matrix_long_min
c_long gsl_matrix_long_min(const(gsl_matrix_long)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_min_index
void gsl_matrix_long_min_index(const(gsl_matrix_long)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_minmax
void gsl_matrix_long_minmax(const(gsl_matrix_long)* m, 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_matrix_long_minmax_index
void gsl_matrix_long_minmax_index(const(gsl_matrix_long)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_mul_elements
int gsl_matrix_long_mul_elements(gsl_matrix_long* a, const(gsl_matrix_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_matrix_long_ptr
c_long* gsl_matrix_long_ptr(gsl_matrix_long* m, 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_matrix_long_row
_gsl_vector_long_view gsl_matrix_long_row(gsl_matrix_long* m, 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_matrix_long_scale
int gsl_matrix_long_scale(gsl_matrix_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_matrix_long_set
void gsl_matrix_long_set(gsl_matrix_long* m, size_t i, size_t j, 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_matrix_long_set_all
void gsl_matrix_long_set_all(gsl_matrix_long* m, 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_matrix_long_set_col
int gsl_matrix_long_set_col(gsl_matrix_long* m, size_t j, 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_matrix_long_set_identity
void gsl_matrix_long_set_identity(gsl_matrix_long* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_set_row
int gsl_matrix_long_set_row(gsl_matrix_long* m, size_t i, 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_matrix_long_set_zero
void gsl_matrix_long_set_zero(gsl_matrix_long* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_sub
int gsl_matrix_long_sub(gsl_matrix_long* a, const(gsl_matrix_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_matrix_long_subcolumn
_gsl_vector_long_view gsl_matrix_long_subcolumn(gsl_matrix_long* m, size_t j, size_t offset, 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_matrix_long_subdiagonal
_gsl_vector_long_view gsl_matrix_long_subdiagonal(gsl_matrix_long* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_submatrix
_gsl_matrix_long_view gsl_matrix_long_submatrix(gsl_matrix_long* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_subrow
_gsl_vector_long_view gsl_matrix_long_subrow(gsl_matrix_long* m, size_t i, size_t offset, 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_matrix_long_superdiagonal
_gsl_vector_long_view gsl_matrix_long_superdiagonal(gsl_matrix_long* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_swap
int gsl_matrix_long_swap(gsl_matrix_long* m1, gsl_matrix_long* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_swap_columns
int gsl_matrix_long_swap_columns(gsl_matrix_long* m, 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_matrix_long_swap_rowcol
int gsl_matrix_long_swap_rowcol(gsl_matrix_long* m, 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_matrix_long_swap_rows
int gsl_matrix_long_swap_rows(gsl_matrix_long* m, 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_matrix_long_transpose
int gsl_matrix_long_transpose(gsl_matrix_long* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_transpose_memcpy
int gsl_matrix_long_transpose_memcpy(gsl_matrix_long* dest, const(gsl_matrix_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_matrix_long_view_array
_gsl_matrix_long_view gsl_matrix_long_view_array(c_long* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_view_array_with_tda
_gsl_matrix_long_view gsl_matrix_long_view_array_with_tda(c_long* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_view_vector
_gsl_matrix_long_view gsl_matrix_long_view_vector(gsl_vector_long* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_view_vector_with_tda
_gsl_matrix_long_view gsl_matrix_long_view_vector_with_tda(gsl_vector_long* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_max
double gsl_matrix_max(const(gsl_matrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_max_index
void gsl_matrix_max_index(const(gsl_matrix)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_memcpy
int gsl_matrix_memcpy(gsl_matrix* dest, const(gsl_matrix)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_min
double gsl_matrix_min(const(gsl_matrix)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_min_index
void gsl_matrix_min_index(const(gsl_matrix)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_minmax
void gsl_matrix_minmax(const(gsl_matrix)* m, 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_matrix_minmax_index
void gsl_matrix_minmax_index(const(gsl_matrix)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_mul_elements
int gsl_matrix_mul_elements(gsl_matrix* a, const(gsl_matrix)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ptr
double* gsl_matrix_ptr(gsl_matrix* m, 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_matrix_row
_gsl_vector_view gsl_matrix_row(gsl_matrix* m, 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_matrix_scale
int gsl_matrix_scale(gsl_matrix* 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_matrix_set
void gsl_matrix_set(gsl_matrix* m, size_t i, size_t j, 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_matrix_set_all
void gsl_matrix_set_all(gsl_matrix* m, 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_matrix_set_col
int gsl_matrix_set_col(gsl_matrix* m, size_t j, 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_matrix_set_identity
void gsl_matrix_set_identity(gsl_matrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_set_row
int gsl_matrix_set_row(gsl_matrix* m, size_t i, 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_matrix_set_zero
void gsl_matrix_set_zero(gsl_matrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_add
int gsl_matrix_short_add(gsl_matrix_short* a, const(gsl_matrix_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_matrix_short_add_constant
int gsl_matrix_short_add_constant(gsl_matrix_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_matrix_short_add_diagonal
int gsl_matrix_short_add_diagonal(gsl_matrix_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_matrix_short_alloc
gsl_matrix_short* gsl_matrix_short_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_alloc_from_block
gsl_matrix_short* gsl_matrix_short_alloc_from_block(gsl_block_short* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_alloc_from_matrix
gsl_matrix_short* gsl_matrix_short_alloc_from_matrix(gsl_matrix_short* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_calloc
gsl_matrix_short* gsl_matrix_short_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_column
_gsl_vector_short_view gsl_matrix_short_column(gsl_matrix_short* m, 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_matrix_short_const_column
_gsl_vector_short_const_view gsl_matrix_short_const_column(const(gsl_matrix_short)* m, 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_matrix_short_const_diagonal
_gsl_vector_short_const_view gsl_matrix_short_const_diagonal(const(gsl_matrix_short)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_const_ptr
const(short)* gsl_matrix_short_const_ptr(const(gsl_matrix_short)* m, 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_matrix_short_const_row
_gsl_vector_short_const_view gsl_matrix_short_const_row(const(gsl_matrix_short)* m, 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_matrix_short_const_subcolumn
_gsl_vector_short_const_view gsl_matrix_short_const_subcolumn(const(gsl_matrix_short)* m, size_t j, size_t offset, 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_matrix_short_const_subdiagonal
_gsl_vector_short_const_view gsl_matrix_short_const_subdiagonal(const(gsl_matrix_short)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_const_submatrix
_gsl_matrix_short_const_view gsl_matrix_short_const_submatrix(const(gsl_matrix_short)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_const_subrow
_gsl_vector_short_const_view gsl_matrix_short_const_subrow(const(gsl_matrix_short)* m, size_t i, size_t offset, 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_matrix_short_const_superdiagonal
_gsl_vector_short_const_view gsl_matrix_short_const_superdiagonal(const(gsl_matrix_short)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_const_view_array
_gsl_matrix_short_const_view gsl_matrix_short_const_view_array(const(short)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_const_view_array_with_tda
_gsl_matrix_short_const_view gsl_matrix_short_const_view_array_with_tda(const(short)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_const_view_vector
_gsl_matrix_short_const_view gsl_matrix_short_const_view_vector(const(gsl_vector_short)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_const_view_vector_with_tda
_gsl_matrix_short_const_view gsl_matrix_short_const_view_vector_with_tda(const(gsl_vector_short)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_diagonal
_gsl_vector_short_view gsl_matrix_short_diagonal(gsl_matrix_short* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_div_elements
int gsl_matrix_short_div_elements(gsl_matrix_short* a, const(gsl_matrix_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_matrix_short_equal
int gsl_matrix_short_equal(const(gsl_matrix_short)* a, const(gsl_matrix_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_matrix_short_fprintf
int gsl_matrix_short_fprintf(FILE* stream, const(gsl_matrix_short)* m, 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_matrix_short_fread
int gsl_matrix_short_fread(FILE* stream, gsl_matrix_short* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_free
void gsl_matrix_short_free(gsl_matrix_short* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_fscanf
int gsl_matrix_short_fscanf(FILE* stream, gsl_matrix_short* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_fwrite
int gsl_matrix_short_fwrite(FILE* stream, const(gsl_matrix_short)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_get
short gsl_matrix_short_get(const(gsl_matrix_short)* m, 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_matrix_short_get_col
int gsl_matrix_short_get_col(gsl_vector_short* v, const(gsl_matrix_short)* m, 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_matrix_short_get_row
int gsl_matrix_short_get_row(gsl_vector_short* v, const(gsl_matrix_short)* m, 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_matrix_short_isneg
int gsl_matrix_short_isneg(const(gsl_matrix_short)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_isnonneg
int gsl_matrix_short_isnonneg(const(gsl_matrix_short)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_isnull
int gsl_matrix_short_isnull(const(gsl_matrix_short)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_ispos
int gsl_matrix_short_ispos(const(gsl_matrix_short)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_max
short gsl_matrix_short_max(const(gsl_matrix_short)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_max_index
void gsl_matrix_short_max_index(const(gsl_matrix_short)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_memcpy
int gsl_matrix_short_memcpy(gsl_matrix_short* dest, const(gsl_matrix_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_matrix_short_min
short gsl_matrix_short_min(const(gsl_matrix_short)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_min_index
void gsl_matrix_short_min_index(const(gsl_matrix_short)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_minmax
void gsl_matrix_short_minmax(const(gsl_matrix_short)* m, 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_matrix_short_minmax_index
void gsl_matrix_short_minmax_index(const(gsl_matrix_short)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_mul_elements
int gsl_matrix_short_mul_elements(gsl_matrix_short* a, const(gsl_matrix_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_matrix_short_ptr
short* gsl_matrix_short_ptr(gsl_matrix_short* m, 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_matrix_short_row
_gsl_vector_short_view gsl_matrix_short_row(gsl_matrix_short* m, 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_matrix_short_scale
int gsl_matrix_short_scale(gsl_matrix_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_matrix_short_set
void gsl_matrix_short_set(gsl_matrix_short* m, size_t i, size_t j, 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_matrix_short_set_all
void gsl_matrix_short_set_all(gsl_matrix_short* m, 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_matrix_short_set_col
int gsl_matrix_short_set_col(gsl_matrix_short* m, size_t j, 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_matrix_short_set_identity
void gsl_matrix_short_set_identity(gsl_matrix_short* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_set_row
int gsl_matrix_short_set_row(gsl_matrix_short* m, size_t i, 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_matrix_short_set_zero
void gsl_matrix_short_set_zero(gsl_matrix_short* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_sub
int gsl_matrix_short_sub(gsl_matrix_short* a, const(gsl_matrix_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_matrix_short_subcolumn
_gsl_vector_short_view gsl_matrix_short_subcolumn(gsl_matrix_short* m, size_t j, size_t offset, 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_matrix_short_subdiagonal
_gsl_vector_short_view gsl_matrix_short_subdiagonal(gsl_matrix_short* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_submatrix
_gsl_matrix_short_view gsl_matrix_short_submatrix(gsl_matrix_short* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_subrow
_gsl_vector_short_view gsl_matrix_short_subrow(gsl_matrix_short* m, size_t i, size_t offset, 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_matrix_short_superdiagonal
_gsl_vector_short_view gsl_matrix_short_superdiagonal(gsl_matrix_short* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_swap
int gsl_matrix_short_swap(gsl_matrix_short* m1, gsl_matrix_short* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_swap_columns
int gsl_matrix_short_swap_columns(gsl_matrix_short* m, 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_matrix_short_swap_rowcol
int gsl_matrix_short_swap_rowcol(gsl_matrix_short* m, 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_matrix_short_swap_rows
int gsl_matrix_short_swap_rows(gsl_matrix_short* m, 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_matrix_short_transpose
int gsl_matrix_short_transpose(gsl_matrix_short* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_transpose_memcpy
int gsl_matrix_short_transpose_memcpy(gsl_matrix_short* dest, const(gsl_matrix_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_matrix_short_view_array
_gsl_matrix_short_view gsl_matrix_short_view_array(short* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_view_array_with_tda
_gsl_matrix_short_view gsl_matrix_short_view_array_with_tda(short* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_view_vector
_gsl_matrix_short_view gsl_matrix_short_view_vector(gsl_vector_short* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_short_view_vector_with_tda
_gsl_matrix_short_view gsl_matrix_short_view_vector_with_tda(gsl_vector_short* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_sub
int gsl_matrix_sub(gsl_matrix* a, const(gsl_matrix)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_subcolumn
_gsl_vector_view gsl_matrix_subcolumn(gsl_matrix* m, size_t j, size_t offset, 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_matrix_subdiagonal
_gsl_vector_view gsl_matrix_subdiagonal(gsl_matrix* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_submatrix
_gsl_matrix_view gsl_matrix_submatrix(gsl_matrix* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_subrow
_gsl_vector_view gsl_matrix_subrow(gsl_matrix* m, size_t i, size_t offset, 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_matrix_superdiagonal
_gsl_vector_view gsl_matrix_superdiagonal(gsl_matrix* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_swap
int gsl_matrix_swap(gsl_matrix* m1, gsl_matrix* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_swap_columns
int gsl_matrix_swap_columns(gsl_matrix* m, 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_matrix_swap_rowcol
int gsl_matrix_swap_rowcol(gsl_matrix* m, 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_matrix_swap_rows
int gsl_matrix_swap_rows(gsl_matrix* m, 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_matrix_transpose
int gsl_matrix_transpose(gsl_matrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_transpose_memcpy
int gsl_matrix_transpose_memcpy(gsl_matrix* dest, const(gsl_matrix)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_add
int gsl_matrix_uchar_add(gsl_matrix_uchar* a, const(gsl_matrix_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_matrix_uchar_add_constant
int gsl_matrix_uchar_add_constant(gsl_matrix_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_matrix_uchar_add_diagonal
int gsl_matrix_uchar_add_diagonal(gsl_matrix_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_matrix_uchar_alloc
gsl_matrix_uchar* gsl_matrix_uchar_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_alloc_from_block
gsl_matrix_uchar* gsl_matrix_uchar_alloc_from_block(gsl_block_uchar* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_alloc_from_matrix
gsl_matrix_uchar* gsl_matrix_uchar_alloc_from_matrix(gsl_matrix_uchar* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_calloc
gsl_matrix_uchar* gsl_matrix_uchar_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_column
_gsl_vector_uchar_view gsl_matrix_uchar_column(gsl_matrix_uchar* m, 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_matrix_uchar_const_column
_gsl_vector_uchar_const_view gsl_matrix_uchar_const_column(const(gsl_matrix_uchar)* m, 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_matrix_uchar_const_diagonal
_gsl_vector_uchar_const_view gsl_matrix_uchar_const_diagonal(const(gsl_matrix_uchar)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_const_ptr
const(ubyte)* gsl_matrix_uchar_const_ptr(const(gsl_matrix_uchar)* m, 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_matrix_uchar_const_row
_gsl_vector_uchar_const_view gsl_matrix_uchar_const_row(const(gsl_matrix_uchar)* m, 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_matrix_uchar_const_subcolumn
_gsl_vector_uchar_const_view gsl_matrix_uchar_const_subcolumn(const(gsl_matrix_uchar)* m, size_t j, size_t offset, 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_matrix_uchar_const_subdiagonal
_gsl_vector_uchar_const_view gsl_matrix_uchar_const_subdiagonal(const(gsl_matrix_uchar)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_const_submatrix
_gsl_matrix_uchar_const_view gsl_matrix_uchar_const_submatrix(const(gsl_matrix_uchar)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_const_subrow
_gsl_vector_uchar_const_view gsl_matrix_uchar_const_subrow(const(gsl_matrix_uchar)* m, size_t i, size_t offset, 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_matrix_uchar_const_superdiagonal
_gsl_vector_uchar_const_view gsl_matrix_uchar_const_superdiagonal(const(gsl_matrix_uchar)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_const_view_array
_gsl_matrix_uchar_const_view gsl_matrix_uchar_const_view_array(const(ubyte)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_const_view_array_with_tda
_gsl_matrix_uchar_const_view gsl_matrix_uchar_const_view_array_with_tda(const(ubyte)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_const_view_vector
_gsl_matrix_uchar_const_view gsl_matrix_uchar_const_view_vector(const(gsl_vector_uchar)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_const_view_vector_with_tda
_gsl_matrix_uchar_const_view gsl_matrix_uchar_const_view_vector_with_tda(const(gsl_vector_uchar)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_diagonal
_gsl_vector_uchar_view gsl_matrix_uchar_diagonal(gsl_matrix_uchar* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_div_elements
int gsl_matrix_uchar_div_elements(gsl_matrix_uchar* a, const(gsl_matrix_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_matrix_uchar_equal
int gsl_matrix_uchar_equal(const(gsl_matrix_uchar)* a, const(gsl_matrix_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_matrix_uchar_fprintf
int gsl_matrix_uchar_fprintf(FILE* stream, const(gsl_matrix_uchar)* m, 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_matrix_uchar_fread
int gsl_matrix_uchar_fread(FILE* stream, gsl_matrix_uchar* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_free
void gsl_matrix_uchar_free(gsl_matrix_uchar* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_fscanf
int gsl_matrix_uchar_fscanf(FILE* stream, gsl_matrix_uchar* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_fwrite
int gsl_matrix_uchar_fwrite(FILE* stream, const(gsl_matrix_uchar)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_get
ubyte gsl_matrix_uchar_get(const(gsl_matrix_uchar)* m, 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_matrix_uchar_get_col
int gsl_matrix_uchar_get_col(gsl_vector_uchar* v, const(gsl_matrix_uchar)* m, 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_matrix_uchar_get_row
int gsl_matrix_uchar_get_row(gsl_vector_uchar* v, const(gsl_matrix_uchar)* m, 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_matrix_uchar_isneg
int gsl_matrix_uchar_isneg(const(gsl_matrix_uchar)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_isnonneg
int gsl_matrix_uchar_isnonneg(const(gsl_matrix_uchar)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_isnull
int gsl_matrix_uchar_isnull(const(gsl_matrix_uchar)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_ispos
int gsl_matrix_uchar_ispos(const(gsl_matrix_uchar)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_max
ubyte gsl_matrix_uchar_max(const(gsl_matrix_uchar)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_max_index
void gsl_matrix_uchar_max_index(const(gsl_matrix_uchar)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_memcpy
int gsl_matrix_uchar_memcpy(gsl_matrix_uchar* dest, const(gsl_matrix_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_matrix_uchar_min
ubyte gsl_matrix_uchar_min(const(gsl_matrix_uchar)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_min_index
void gsl_matrix_uchar_min_index(const(gsl_matrix_uchar)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_minmax
void gsl_matrix_uchar_minmax(const(gsl_matrix_uchar)* m, 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_matrix_uchar_minmax_index
void gsl_matrix_uchar_minmax_index(const(gsl_matrix_uchar)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_mul_elements
int gsl_matrix_uchar_mul_elements(gsl_matrix_uchar* a, const(gsl_matrix_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_matrix_uchar_ptr
ubyte* gsl_matrix_uchar_ptr(gsl_matrix_uchar* m, 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_matrix_uchar_row
_gsl_vector_uchar_view gsl_matrix_uchar_row(gsl_matrix_uchar* m, 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_matrix_uchar_scale
int gsl_matrix_uchar_scale(gsl_matrix_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_matrix_uchar_set
void gsl_matrix_uchar_set(gsl_matrix_uchar* m, size_t i, size_t j, 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_matrix_uchar_set_all
void gsl_matrix_uchar_set_all(gsl_matrix_uchar* m, 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_matrix_uchar_set_col
int gsl_matrix_uchar_set_col(gsl_matrix_uchar* m, size_t j, 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_matrix_uchar_set_identity
void gsl_matrix_uchar_set_identity(gsl_matrix_uchar* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_set_row
int gsl_matrix_uchar_set_row(gsl_matrix_uchar* m, size_t i, 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_matrix_uchar_set_zero
void gsl_matrix_uchar_set_zero(gsl_matrix_uchar* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_sub
int gsl_matrix_uchar_sub(gsl_matrix_uchar* a, const(gsl_matrix_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_matrix_uchar_subcolumn
_gsl_vector_uchar_view gsl_matrix_uchar_subcolumn(gsl_matrix_uchar* m, size_t j, size_t offset, 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_matrix_uchar_subdiagonal
_gsl_vector_uchar_view gsl_matrix_uchar_subdiagonal(gsl_matrix_uchar* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_submatrix
_gsl_matrix_uchar_view gsl_matrix_uchar_submatrix(gsl_matrix_uchar* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_subrow
_gsl_vector_uchar_view gsl_matrix_uchar_subrow(gsl_matrix_uchar* m, size_t i, size_t offset, 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_matrix_uchar_superdiagonal
_gsl_vector_uchar_view gsl_matrix_uchar_superdiagonal(gsl_matrix_uchar* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_swap
int gsl_matrix_uchar_swap(gsl_matrix_uchar* m1, gsl_matrix_uchar* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_swap_columns
int gsl_matrix_uchar_swap_columns(gsl_matrix_uchar* m, 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_matrix_uchar_swap_rowcol
int gsl_matrix_uchar_swap_rowcol(gsl_matrix_uchar* m, 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_matrix_uchar_swap_rows
int gsl_matrix_uchar_swap_rows(gsl_matrix_uchar* m, 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_matrix_uchar_transpose
int gsl_matrix_uchar_transpose(gsl_matrix_uchar* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_transpose_memcpy
int gsl_matrix_uchar_transpose_memcpy(gsl_matrix_uchar* dest, const(gsl_matrix_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_matrix_uchar_view_array
_gsl_matrix_uchar_view gsl_matrix_uchar_view_array(ubyte* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_view_array_with_tda
_gsl_matrix_uchar_view gsl_matrix_uchar_view_array_with_tda(ubyte* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_view_vector
_gsl_matrix_uchar_view gsl_matrix_uchar_view_vector(gsl_vector_uchar* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar_view_vector_with_tda
_gsl_matrix_uchar_view gsl_matrix_uchar_view_vector_with_tda(gsl_vector_uchar* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_add
int gsl_matrix_uint_add(gsl_matrix_uint* a, const(gsl_matrix_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_matrix_uint_add_constant
int gsl_matrix_uint_add_constant(gsl_matrix_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_matrix_uint_add_diagonal
int gsl_matrix_uint_add_diagonal(gsl_matrix_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_matrix_uint_alloc
gsl_matrix_uint* gsl_matrix_uint_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_alloc_from_block
gsl_matrix_uint* gsl_matrix_uint_alloc_from_block(gsl_block_uint* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_alloc_from_matrix
gsl_matrix_uint* gsl_matrix_uint_alloc_from_matrix(gsl_matrix_uint* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_calloc
gsl_matrix_uint* gsl_matrix_uint_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_column
_gsl_vector_uint_view gsl_matrix_uint_column(gsl_matrix_uint* m, 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_matrix_uint_const_column
_gsl_vector_uint_const_view gsl_matrix_uint_const_column(const(gsl_matrix_uint)* m, 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_matrix_uint_const_diagonal
_gsl_vector_uint_const_view gsl_matrix_uint_const_diagonal(const(gsl_matrix_uint)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_const_ptr
const(uint)* gsl_matrix_uint_const_ptr(const(gsl_matrix_uint)* m, 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_matrix_uint_const_row
_gsl_vector_uint_const_view gsl_matrix_uint_const_row(const(gsl_matrix_uint)* m, 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_matrix_uint_const_subcolumn
_gsl_vector_uint_const_view gsl_matrix_uint_const_subcolumn(const(gsl_matrix_uint)* m, size_t j, size_t offset, 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_matrix_uint_const_subdiagonal
_gsl_vector_uint_const_view gsl_matrix_uint_const_subdiagonal(const(gsl_matrix_uint)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_const_submatrix
_gsl_matrix_uint_const_view gsl_matrix_uint_const_submatrix(const(gsl_matrix_uint)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_const_subrow
_gsl_vector_uint_const_view gsl_matrix_uint_const_subrow(const(gsl_matrix_uint)* m, size_t i, size_t offset, 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_matrix_uint_const_superdiagonal
_gsl_vector_uint_const_view gsl_matrix_uint_const_superdiagonal(const(gsl_matrix_uint)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_const_view_array
_gsl_matrix_uint_const_view gsl_matrix_uint_const_view_array(const(uint)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_const_view_array_with_tda
_gsl_matrix_uint_const_view gsl_matrix_uint_const_view_array_with_tda(const(uint)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_const_view_vector
_gsl_matrix_uint_const_view gsl_matrix_uint_const_view_vector(const(gsl_vector_uint)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_const_view_vector_with_tda
_gsl_matrix_uint_const_view gsl_matrix_uint_const_view_vector_with_tda(const(gsl_vector_uint)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_diagonal
_gsl_vector_uint_view gsl_matrix_uint_diagonal(gsl_matrix_uint* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_div_elements
int gsl_matrix_uint_div_elements(gsl_matrix_uint* a, const(gsl_matrix_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_matrix_uint_equal
int gsl_matrix_uint_equal(const(gsl_matrix_uint)* a, const(gsl_matrix_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_matrix_uint_fprintf
int gsl_matrix_uint_fprintf(FILE* stream, const(gsl_matrix_uint)* m, 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_matrix_uint_fread
int gsl_matrix_uint_fread(FILE* stream, gsl_matrix_uint* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_free
void gsl_matrix_uint_free(gsl_matrix_uint* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_fscanf
int gsl_matrix_uint_fscanf(FILE* stream, gsl_matrix_uint* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_fwrite
int gsl_matrix_uint_fwrite(FILE* stream, const(gsl_matrix_uint)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_get
uint gsl_matrix_uint_get(const(gsl_matrix_uint)* m, 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_matrix_uint_get_col
int gsl_matrix_uint_get_col(gsl_vector_uint* v, const(gsl_matrix_uint)* m, 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_matrix_uint_get_row
int gsl_matrix_uint_get_row(gsl_vector_uint* v, const(gsl_matrix_uint)* m, 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_matrix_uint_isneg
int gsl_matrix_uint_isneg(const(gsl_matrix_uint)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_isnonneg
int gsl_matrix_uint_isnonneg(const(gsl_matrix_uint)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_isnull
int gsl_matrix_uint_isnull(const(gsl_matrix_uint)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_ispos
int gsl_matrix_uint_ispos(const(gsl_matrix_uint)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_max
uint gsl_matrix_uint_max(const(gsl_matrix_uint)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_max_index
void gsl_matrix_uint_max_index(const(gsl_matrix_uint)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_memcpy
int gsl_matrix_uint_memcpy(gsl_matrix_uint* dest, const(gsl_matrix_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_matrix_uint_min
uint gsl_matrix_uint_min(const(gsl_matrix_uint)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_min_index
void gsl_matrix_uint_min_index(const(gsl_matrix_uint)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_minmax
void gsl_matrix_uint_minmax(const(gsl_matrix_uint)* m, 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_matrix_uint_minmax_index
void gsl_matrix_uint_minmax_index(const(gsl_matrix_uint)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_mul_elements
int gsl_matrix_uint_mul_elements(gsl_matrix_uint* a, const(gsl_matrix_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_matrix_uint_ptr
uint* gsl_matrix_uint_ptr(gsl_matrix_uint* m, 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_matrix_uint_row
_gsl_vector_uint_view gsl_matrix_uint_row(gsl_matrix_uint* m, 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_matrix_uint_scale
int gsl_matrix_uint_scale(gsl_matrix_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_matrix_uint_set
void gsl_matrix_uint_set(gsl_matrix_uint* m, size_t i, size_t j, 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_matrix_uint_set_all
void gsl_matrix_uint_set_all(gsl_matrix_uint* m, 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_matrix_uint_set_col
int gsl_matrix_uint_set_col(gsl_matrix_uint* m, size_t j, 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_matrix_uint_set_identity
void gsl_matrix_uint_set_identity(gsl_matrix_uint* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_set_row
int gsl_matrix_uint_set_row(gsl_matrix_uint* m, size_t i, 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_matrix_uint_set_zero
void gsl_matrix_uint_set_zero(gsl_matrix_uint* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_sub
int gsl_matrix_uint_sub(gsl_matrix_uint* a, const(gsl_matrix_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_matrix_uint_subcolumn
_gsl_vector_uint_view gsl_matrix_uint_subcolumn(gsl_matrix_uint* m, size_t j, size_t offset, 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_matrix_uint_subdiagonal
_gsl_vector_uint_view gsl_matrix_uint_subdiagonal(gsl_matrix_uint* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_submatrix
_gsl_matrix_uint_view gsl_matrix_uint_submatrix(gsl_matrix_uint* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_subrow
_gsl_vector_uint_view gsl_matrix_uint_subrow(gsl_matrix_uint* m, size_t i, size_t offset, 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_matrix_uint_superdiagonal
_gsl_vector_uint_view gsl_matrix_uint_superdiagonal(gsl_matrix_uint* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_swap
int gsl_matrix_uint_swap(gsl_matrix_uint* m1, gsl_matrix_uint* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_swap_columns
int gsl_matrix_uint_swap_columns(gsl_matrix_uint* m, 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_matrix_uint_swap_rowcol
int gsl_matrix_uint_swap_rowcol(gsl_matrix_uint* m, 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_matrix_uint_swap_rows
int gsl_matrix_uint_swap_rows(gsl_matrix_uint* m, 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_matrix_uint_transpose
int gsl_matrix_uint_transpose(gsl_matrix_uint* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_transpose_memcpy
int gsl_matrix_uint_transpose_memcpy(gsl_matrix_uint* dest, const(gsl_matrix_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_matrix_uint_view_array
_gsl_matrix_uint_view gsl_matrix_uint_view_array(uint* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_view_array_with_tda
_gsl_matrix_uint_view gsl_matrix_uint_view_array_with_tda(uint* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_view_vector
_gsl_matrix_uint_view gsl_matrix_uint_view_vector(gsl_vector_uint* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint_view_vector_with_tda
_gsl_matrix_uint_view gsl_matrix_uint_view_vector_with_tda(gsl_vector_uint* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_add
int gsl_matrix_ulong_add(gsl_matrix_ulong* a, const(gsl_matrix_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_matrix_ulong_add_constant
int gsl_matrix_ulong_add_constant(gsl_matrix_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_matrix_ulong_add_diagonal
int gsl_matrix_ulong_add_diagonal(gsl_matrix_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_matrix_ulong_alloc
gsl_matrix_ulong* gsl_matrix_ulong_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_alloc_from_block
gsl_matrix_ulong* gsl_matrix_ulong_alloc_from_block(gsl_block_ulong* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_alloc_from_matrix
gsl_matrix_ulong* gsl_matrix_ulong_alloc_from_matrix(gsl_matrix_ulong* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_calloc
gsl_matrix_ulong* gsl_matrix_ulong_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_column
_gsl_vector_ulong_view gsl_matrix_ulong_column(gsl_matrix_ulong* m, 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_matrix_ulong_const_column
_gsl_vector_ulong_const_view gsl_matrix_ulong_const_column(const(gsl_matrix_ulong)* m, 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_matrix_ulong_const_diagonal
_gsl_vector_ulong_const_view gsl_matrix_ulong_const_diagonal(const(gsl_matrix_ulong)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_const_ptr
const(c_ulong)* gsl_matrix_ulong_const_ptr(const(gsl_matrix_ulong)* m, 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_matrix_ulong_const_row
_gsl_vector_ulong_const_view gsl_matrix_ulong_const_row(const(gsl_matrix_ulong)* m, 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_matrix_ulong_const_subcolumn
_gsl_vector_ulong_const_view gsl_matrix_ulong_const_subcolumn(const(gsl_matrix_ulong)* m, size_t j, size_t offset, 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_matrix_ulong_const_subdiagonal
_gsl_vector_ulong_const_view gsl_matrix_ulong_const_subdiagonal(const(gsl_matrix_ulong)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_const_submatrix
_gsl_matrix_ulong_const_view gsl_matrix_ulong_const_submatrix(const(gsl_matrix_ulong)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_const_subrow
_gsl_vector_ulong_const_view gsl_matrix_ulong_const_subrow(const(gsl_matrix_ulong)* m, size_t i, size_t offset, 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_matrix_ulong_const_superdiagonal
_gsl_vector_ulong_const_view gsl_matrix_ulong_const_superdiagonal(const(gsl_matrix_ulong)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_const_view_array
_gsl_matrix_ulong_const_view gsl_matrix_ulong_const_view_array(const(c_ulong)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_const_view_array_with_tda
_gsl_matrix_ulong_const_view gsl_matrix_ulong_const_view_array_with_tda(const(c_ulong)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_const_view_vector
_gsl_matrix_ulong_const_view gsl_matrix_ulong_const_view_vector(const(gsl_vector_ulong)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_const_view_vector_with_tda
_gsl_matrix_ulong_const_view gsl_matrix_ulong_const_view_vector_with_tda(const(gsl_vector_ulong)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_diagonal
_gsl_vector_ulong_view gsl_matrix_ulong_diagonal(gsl_matrix_ulong* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_div_elements
int gsl_matrix_ulong_div_elements(gsl_matrix_ulong* a, const(gsl_matrix_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_matrix_ulong_equal
int gsl_matrix_ulong_equal(const(gsl_matrix_ulong)* a, const(gsl_matrix_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_matrix_ulong_fprintf
int gsl_matrix_ulong_fprintf(FILE* stream, const(gsl_matrix_ulong)* m, 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_matrix_ulong_fread
int gsl_matrix_ulong_fread(FILE* stream, gsl_matrix_ulong* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_free
void gsl_matrix_ulong_free(gsl_matrix_ulong* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_fscanf
int gsl_matrix_ulong_fscanf(FILE* stream, gsl_matrix_ulong* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_fwrite
int gsl_matrix_ulong_fwrite(FILE* stream, const(gsl_matrix_ulong)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_get
c_ulong gsl_matrix_ulong_get(const(gsl_matrix_ulong)* m, 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_matrix_ulong_get_col
int gsl_matrix_ulong_get_col(gsl_vector_ulong* v, const(gsl_matrix_ulong)* m, 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_matrix_ulong_get_row
int gsl_matrix_ulong_get_row(gsl_vector_ulong* v, const(gsl_matrix_ulong)* m, 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_matrix_ulong_isneg
int gsl_matrix_ulong_isneg(const(gsl_matrix_ulong)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_isnonneg
int gsl_matrix_ulong_isnonneg(const(gsl_matrix_ulong)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_isnull
int gsl_matrix_ulong_isnull(const(gsl_matrix_ulong)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_ispos
int gsl_matrix_ulong_ispos(const(gsl_matrix_ulong)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_max
c_ulong gsl_matrix_ulong_max(const(gsl_matrix_ulong)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_max_index
void gsl_matrix_ulong_max_index(const(gsl_matrix_ulong)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_memcpy
int gsl_matrix_ulong_memcpy(gsl_matrix_ulong* dest, const(gsl_matrix_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_matrix_ulong_min
c_ulong gsl_matrix_ulong_min(const(gsl_matrix_ulong)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_min_index
void gsl_matrix_ulong_min_index(const(gsl_matrix_ulong)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_minmax
void gsl_matrix_ulong_minmax(const(gsl_matrix_ulong)* m, 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_matrix_ulong_minmax_index
void gsl_matrix_ulong_minmax_index(const(gsl_matrix_ulong)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_mul_elements
int gsl_matrix_ulong_mul_elements(gsl_matrix_ulong* a, const(gsl_matrix_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_matrix_ulong_ptr
c_ulong* gsl_matrix_ulong_ptr(gsl_matrix_ulong* m, 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_matrix_ulong_row
_gsl_vector_ulong_view gsl_matrix_ulong_row(gsl_matrix_ulong* m, 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_matrix_ulong_scale
int gsl_matrix_ulong_scale(gsl_matrix_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_matrix_ulong_set
void gsl_matrix_ulong_set(gsl_matrix_ulong* m, size_t i, size_t j, 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_matrix_ulong_set_all
void gsl_matrix_ulong_set_all(gsl_matrix_ulong* m, 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_matrix_ulong_set_col
int gsl_matrix_ulong_set_col(gsl_matrix_ulong* m, size_t j, 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_matrix_ulong_set_identity
void gsl_matrix_ulong_set_identity(gsl_matrix_ulong* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_set_row
int gsl_matrix_ulong_set_row(gsl_matrix_ulong* m, size_t i, 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_matrix_ulong_set_zero
void gsl_matrix_ulong_set_zero(gsl_matrix_ulong* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_sub
int gsl_matrix_ulong_sub(gsl_matrix_ulong* a, const(gsl_matrix_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_matrix_ulong_subcolumn
_gsl_vector_ulong_view gsl_matrix_ulong_subcolumn(gsl_matrix_ulong* m, size_t j, size_t offset, 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_matrix_ulong_subdiagonal
_gsl_vector_ulong_view gsl_matrix_ulong_subdiagonal(gsl_matrix_ulong* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_submatrix
_gsl_matrix_ulong_view gsl_matrix_ulong_submatrix(gsl_matrix_ulong* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_subrow
_gsl_vector_ulong_view gsl_matrix_ulong_subrow(gsl_matrix_ulong* m, size_t i, size_t offset, 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_matrix_ulong_superdiagonal
_gsl_vector_ulong_view gsl_matrix_ulong_superdiagonal(gsl_matrix_ulong* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_swap
int gsl_matrix_ulong_swap(gsl_matrix_ulong* m1, gsl_matrix_ulong* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_swap_columns
int gsl_matrix_ulong_swap_columns(gsl_matrix_ulong* m, 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_matrix_ulong_swap_rowcol
int gsl_matrix_ulong_swap_rowcol(gsl_matrix_ulong* m, 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_matrix_ulong_swap_rows
int gsl_matrix_ulong_swap_rows(gsl_matrix_ulong* m, 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_matrix_ulong_transpose
int gsl_matrix_ulong_transpose(gsl_matrix_ulong* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_transpose_memcpy
int gsl_matrix_ulong_transpose_memcpy(gsl_matrix_ulong* dest, const(gsl_matrix_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_matrix_ulong_view_array
_gsl_matrix_ulong_view gsl_matrix_ulong_view_array(c_ulong* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_view_array_with_tda
_gsl_matrix_ulong_view gsl_matrix_ulong_view_array_with_tda(c_ulong* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_view_vector
_gsl_matrix_ulong_view gsl_matrix_ulong_view_vector(gsl_vector_ulong* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong_view_vector_with_tda
_gsl_matrix_ulong_view gsl_matrix_ulong_view_vector_with_tda(gsl_vector_ulong* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_add
int gsl_matrix_ushort_add(gsl_matrix_ushort* a, const(gsl_matrix_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_matrix_ushort_add_constant
int gsl_matrix_ushort_add_constant(gsl_matrix_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_matrix_ushort_add_diagonal
int gsl_matrix_ushort_add_diagonal(gsl_matrix_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_matrix_ushort_alloc
gsl_matrix_ushort* gsl_matrix_ushort_alloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_alloc_from_block
gsl_matrix_ushort* gsl_matrix_ushort_alloc_from_block(gsl_block_ushort* b, size_t offset, size_t n1, size_t n2, size_t d2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_alloc_from_matrix
gsl_matrix_ushort* gsl_matrix_ushort_alloc_from_matrix(gsl_matrix_ushort* m, size_t k1, size_t k2, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_calloc
gsl_matrix_ushort* gsl_matrix_ushort_calloc(size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_column
_gsl_vector_ushort_view gsl_matrix_ushort_column(gsl_matrix_ushort* m, 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_matrix_ushort_const_column
_gsl_vector_ushort_const_view gsl_matrix_ushort_const_column(const(gsl_matrix_ushort)* m, 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_matrix_ushort_const_diagonal
_gsl_vector_ushort_const_view gsl_matrix_ushort_const_diagonal(const(gsl_matrix_ushort)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_const_ptr
const(ushort)* gsl_matrix_ushort_const_ptr(const(gsl_matrix_ushort)* m, 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_matrix_ushort_const_row
_gsl_vector_ushort_const_view gsl_matrix_ushort_const_row(const(gsl_matrix_ushort)* m, 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_matrix_ushort_const_subcolumn
_gsl_vector_ushort_const_view gsl_matrix_ushort_const_subcolumn(const(gsl_matrix_ushort)* m, size_t j, size_t offset, 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_matrix_ushort_const_subdiagonal
_gsl_vector_ushort_const_view gsl_matrix_ushort_const_subdiagonal(const(gsl_matrix_ushort)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_const_submatrix
_gsl_matrix_ushort_const_view gsl_matrix_ushort_const_submatrix(const(gsl_matrix_ushort)* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_const_subrow
_gsl_vector_ushort_const_view gsl_matrix_ushort_const_subrow(const(gsl_matrix_ushort)* m, size_t i, size_t offset, 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_matrix_ushort_const_superdiagonal
_gsl_vector_ushort_const_view gsl_matrix_ushort_const_superdiagonal(const(gsl_matrix_ushort)* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_const_view_array
_gsl_matrix_ushort_const_view gsl_matrix_ushort_const_view_array(const(ushort)* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_const_view_array_with_tda
_gsl_matrix_ushort_const_view gsl_matrix_ushort_const_view_array_with_tda(const(ushort)* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_const_view_vector
_gsl_matrix_ushort_const_view gsl_matrix_ushort_const_view_vector(const(gsl_vector_ushort)* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_const_view_vector_with_tda
_gsl_matrix_ushort_const_view gsl_matrix_ushort_const_view_vector_with_tda(const(gsl_vector_ushort)* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_diagonal
_gsl_vector_ushort_view gsl_matrix_ushort_diagonal(gsl_matrix_ushort* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_div_elements
int gsl_matrix_ushort_div_elements(gsl_matrix_ushort* a, const(gsl_matrix_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_matrix_ushort_equal
int gsl_matrix_ushort_equal(const(gsl_matrix_ushort)* a, const(gsl_matrix_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_matrix_ushort_fprintf
int gsl_matrix_ushort_fprintf(FILE* stream, const(gsl_matrix_ushort)* m, 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_matrix_ushort_fread
int gsl_matrix_ushort_fread(FILE* stream, gsl_matrix_ushort* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_free
void gsl_matrix_ushort_free(gsl_matrix_ushort* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_fscanf
int gsl_matrix_ushort_fscanf(FILE* stream, gsl_matrix_ushort* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_fwrite
int gsl_matrix_ushort_fwrite(FILE* stream, const(gsl_matrix_ushort)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_get
ushort gsl_matrix_ushort_get(const(gsl_matrix_ushort)* m, 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_matrix_ushort_get_col
int gsl_matrix_ushort_get_col(gsl_vector_ushort* v, const(gsl_matrix_ushort)* m, 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_matrix_ushort_get_row
int gsl_matrix_ushort_get_row(gsl_vector_ushort* v, const(gsl_matrix_ushort)* m, 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_matrix_ushort_isneg
int gsl_matrix_ushort_isneg(const(gsl_matrix_ushort)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_isnonneg
int gsl_matrix_ushort_isnonneg(const(gsl_matrix_ushort)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_isnull
int gsl_matrix_ushort_isnull(const(gsl_matrix_ushort)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_ispos
int gsl_matrix_ushort_ispos(const(gsl_matrix_ushort)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_max
ushort gsl_matrix_ushort_max(const(gsl_matrix_ushort)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_max_index
void gsl_matrix_ushort_max_index(const(gsl_matrix_ushort)* m, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_memcpy
int gsl_matrix_ushort_memcpy(gsl_matrix_ushort* dest, const(gsl_matrix_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_matrix_ushort_min
ushort gsl_matrix_ushort_min(const(gsl_matrix_ushort)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_min_index
void gsl_matrix_ushort_min_index(const(gsl_matrix_ushort)* m, size_t* imin, size_t* jmin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_minmax
void gsl_matrix_ushort_minmax(const(gsl_matrix_ushort)* m, 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_matrix_ushort_minmax_index
void gsl_matrix_ushort_minmax_index(const(gsl_matrix_ushort)* m, size_t* imin, size_t* jmin, size_t* imax, size_t* jmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_mul_elements
int gsl_matrix_ushort_mul_elements(gsl_matrix_ushort* a, const(gsl_matrix_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_matrix_ushort_ptr
ushort* gsl_matrix_ushort_ptr(gsl_matrix_ushort* m, 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_matrix_ushort_row
_gsl_vector_ushort_view gsl_matrix_ushort_row(gsl_matrix_ushort* m, 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_matrix_ushort_scale
int gsl_matrix_ushort_scale(gsl_matrix_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_matrix_ushort_set
void gsl_matrix_ushort_set(gsl_matrix_ushort* m, size_t i, size_t j, 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_matrix_ushort_set_all
void gsl_matrix_ushort_set_all(gsl_matrix_ushort* m, 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_matrix_ushort_set_col
int gsl_matrix_ushort_set_col(gsl_matrix_ushort* m, size_t j, 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_matrix_ushort_set_identity
void gsl_matrix_ushort_set_identity(gsl_matrix_ushort* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_set_row
int gsl_matrix_ushort_set_row(gsl_matrix_ushort* m, size_t i, 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_matrix_ushort_set_zero
void gsl_matrix_ushort_set_zero(gsl_matrix_ushort* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_sub
int gsl_matrix_ushort_sub(gsl_matrix_ushort* a, const(gsl_matrix_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_matrix_ushort_subcolumn
_gsl_vector_ushort_view gsl_matrix_ushort_subcolumn(gsl_matrix_ushort* m, size_t j, size_t offset, 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_matrix_ushort_subdiagonal
_gsl_vector_ushort_view gsl_matrix_ushort_subdiagonal(gsl_matrix_ushort* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_submatrix
_gsl_matrix_ushort_view gsl_matrix_ushort_submatrix(gsl_matrix_ushort* m, size_t i, size_t j, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_subrow
_gsl_vector_ushort_view gsl_matrix_ushort_subrow(gsl_matrix_ushort* m, size_t i, size_t offset, 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_matrix_ushort_superdiagonal
_gsl_vector_ushort_view gsl_matrix_ushort_superdiagonal(gsl_matrix_ushort* m, size_t k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_swap
int gsl_matrix_ushort_swap(gsl_matrix_ushort* m1, gsl_matrix_ushort* m2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_swap_columns
int gsl_matrix_ushort_swap_columns(gsl_matrix_ushort* m, 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_matrix_ushort_swap_rowcol
int gsl_matrix_ushort_swap_rowcol(gsl_matrix_ushort* m, 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_matrix_ushort_swap_rows
int gsl_matrix_ushort_swap_rows(gsl_matrix_ushort* m, 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_matrix_ushort_transpose
int gsl_matrix_ushort_transpose(gsl_matrix_ushort* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_transpose_memcpy
int gsl_matrix_ushort_transpose_memcpy(gsl_matrix_ushort* dest, const(gsl_matrix_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_matrix_ushort_view_array
_gsl_matrix_ushort_view gsl_matrix_ushort_view_array(ushort* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_view_array_with_tda
_gsl_matrix_ushort_view gsl_matrix_ushort_view_array_with_tda(ushort* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_view_vector
_gsl_matrix_ushort_view gsl_matrix_ushort_view_vector(gsl_vector_ushort* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort_view_vector_with_tda
_gsl_matrix_ushort_view gsl_matrix_ushort_view_vector_with_tda(gsl_vector_ushort* v, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_view_array
_gsl_matrix_view gsl_matrix_view_array(double* base, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_view_array_with_tda
_gsl_matrix_view gsl_matrix_view_array_with_tda(double* base, size_t n1, size_t n2, size_t tda)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_view_vector
_gsl_matrix_view gsl_matrix_view_vector(gsl_vector* v, size_t n1, size_t n2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_view_vector_with_tda
_gsl_matrix_view gsl_matrix_view_vector_with_tda(gsl_vector* v, size_t n1, size_t n2, size_t tda)
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_col_from_matrix
gsl_vector* gsl_vector_alloc_col_from_matrix(gsl_matrix* m, 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_alloc_row_from_matrix
gsl_vector* gsl_vector_alloc_row_from_matrix(gsl_matrix* m, 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_alloc_col_from_matrix
gsl_vector_char* gsl_vector_char_alloc_col_from_matrix(gsl_matrix_char* m, 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_alloc_row_from_matrix
gsl_vector_char* gsl_vector_char_alloc_row_from_matrix(gsl_matrix_char* m, 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_alloc_col_from_matrix
gsl_vector_complex* gsl_vector_complex_alloc_col_from_matrix(gsl_matrix_complex* m, 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_alloc_row_from_matrix
gsl_vector_complex* gsl_vector_complex_alloc_row_from_matrix(gsl_matrix_complex* m, 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_alloc_col_from_matrix
gsl_vector_complex_float* gsl_vector_complex_float_alloc_col_from_matrix(gsl_matrix_complex_float* m, 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_alloc_row_from_matrix
gsl_vector_complex_float* gsl_vector_complex_float_alloc_row_from_matrix(gsl_matrix_complex_float* m, 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_alloc_col_from_matrix
gsl_vector_complex_long_double* gsl_vector_complex_long_double_alloc_col_from_matrix(gsl_matrix_complex_long_double* m, 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_alloc_row_from_matrix
gsl_vector_complex_long_double* gsl_vector_complex_long_double_alloc_row_from_matrix(gsl_matrix_complex_long_double* m, 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_alloc_col_from_matrix
gsl_vector_float* gsl_vector_float_alloc_col_from_matrix(gsl_matrix_float* m, 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_alloc_row_from_matrix
gsl_vector_float* gsl_vector_float_alloc_row_from_matrix(gsl_matrix_float* m, 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_alloc_col_from_matrix
gsl_vector_int* gsl_vector_int_alloc_col_from_matrix(gsl_matrix_int* m, 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_alloc_row_from_matrix
gsl_vector_int* gsl_vector_int_alloc_row_from_matrix(gsl_matrix_int* m, 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_alloc_col_from_matrix
gsl_vector_long* gsl_vector_long_alloc_col_from_matrix(gsl_matrix_long* m, 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_alloc_row_from_matrix
gsl_vector_long* gsl_vector_long_alloc_row_from_matrix(gsl_matrix_long* m, 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_alloc_col_from_matrix
gsl_vector_long_double* gsl_vector_long_double_alloc_col_from_matrix(gsl_matrix_long_double* m, 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_alloc_row_from_matrix
gsl_vector_long_double* gsl_vector_long_double_alloc_row_from_matrix(gsl_matrix_long_double* m, 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_alloc_col_from_matrix
gsl_vector_short* gsl_vector_short_alloc_col_from_matrix(gsl_matrix_short* m, 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_alloc_row_from_matrix
gsl_vector_short* gsl_vector_short_alloc_row_from_matrix(gsl_matrix_short* m, 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_alloc_col_from_matrix
gsl_vector_uchar* gsl_vector_uchar_alloc_col_from_matrix(gsl_matrix_uchar* m, 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_alloc_row_from_matrix
gsl_vector_uchar* gsl_vector_uchar_alloc_row_from_matrix(gsl_matrix_uchar* m, 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_alloc_col_from_matrix
gsl_vector_uint* gsl_vector_uint_alloc_col_from_matrix(gsl_matrix_uint* m, 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_alloc_row_from_matrix
gsl_vector_uint* gsl_vector_uint_alloc_row_from_matrix(gsl_matrix_uint* m, 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_alloc_col_from_matrix
gsl_vector_ulong* gsl_vector_ulong_alloc_col_from_matrix(gsl_matrix_ulong* m, 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_alloc_row_from_matrix
gsl_vector_ulong* gsl_vector_ulong_alloc_row_from_matrix(gsl_matrix_ulong* m, 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_alloc_col_from_matrix
gsl_vector_ushort* gsl_vector_ushort_alloc_col_from_matrix(gsl_matrix_ushort* m, 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_alloc_row_from_matrix
gsl_vector_ushort* gsl_vector_ushort_alloc_row_from_matrix(gsl_matrix_ushort* m, 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.

Structs

_gsl_matrix_char_const_view
struct _gsl_matrix_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_matrix_char_view
struct _gsl_matrix_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_matrix_complex_const_view
struct _gsl_matrix_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_matrix_complex_float_const_view
struct _gsl_matrix_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_matrix_complex_float_view
struct _gsl_matrix_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_matrix_complex_long_double_const_view
struct _gsl_matrix_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_matrix_complex_long_double_view
struct _gsl_matrix_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_matrix_complex_view
struct _gsl_matrix_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_matrix_const_view
struct _gsl_matrix_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_matrix_float_const_view
struct _gsl_matrix_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_matrix_float_view
struct _gsl_matrix_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_matrix_int_const_view
struct _gsl_matrix_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_matrix_int_view
struct _gsl_matrix_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_matrix_long_const_view
struct _gsl_matrix_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_matrix_long_double_const_view
struct _gsl_matrix_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_matrix_long_double_view
struct _gsl_matrix_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_matrix_long_view
struct _gsl_matrix_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_matrix_short_const_view
struct _gsl_matrix_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_matrix_short_view
struct _gsl_matrix_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_matrix_uchar_const_view
struct _gsl_matrix_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_matrix_uchar_view
struct _gsl_matrix_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_matrix_uint_const_view
struct _gsl_matrix_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_matrix_uint_view
struct _gsl_matrix_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_matrix_ulong_const_view
struct _gsl_matrix_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_matrix_ulong_view
struct _gsl_matrix_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_matrix_ushort_const_view
struct _gsl_matrix_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_matrix_ushort_view
struct _gsl_matrix_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_matrix_view
struct _gsl_matrix_view
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix
struct gsl_matrix
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_char
struct gsl_matrix_char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex
struct gsl_matrix_complex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_complex_float
struct gsl_matrix_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_matrix_complex_long_double
struct gsl_matrix_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_matrix_float
struct gsl_matrix_float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_int
struct gsl_matrix_int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long
struct gsl_matrix_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_long_double
struct gsl_matrix_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_matrix_short
struct gsl_matrix_short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uchar
struct gsl_matrix_uchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_uint
struct gsl_matrix_uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ulong
struct gsl_matrix_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_matrix_ushort
struct gsl_matrix_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