Definition in file gsl_matrix.c.
#include <bpm/bpm_messages.h>
#include <bpm/bpm_nr.h>
Include dependency graph for gsl_matrix.c:
Go to the source code of this file.
Functions | |
int | gsl_matrix_swap_columns (gsl_matrix *m, const size_t i, const size_t j) |
_gsl_vector_view | gsl_matrix_column (gsl_matrix *m, const size_t j) |
double | gsl_matrix_get (const gsl_matrix *m, const size_t i, const size_t j) |
void | gsl_matrix_set (gsl_matrix *m, const size_t i, const size_t j, const double x) |
_gsl_matrix_view | gsl_matrix_submatrix (gsl_matrix *m, const size_t i, const size_t j, const size_t n1, const size_t n2) |
gsl_matrix * | gsl_matrix_alloc (const size_t n1, const size_t n2) |
gsl_matrix * | gsl_matrix_calloc (const size_t n1, const size_t n2) |
_gsl_vector_const_view | gsl_matrix_const_row (const gsl_matrix *m, const size_t i) |
_gsl_vector_view | gsl_matrix_row (gsl_matrix *m, const size_t i) |
_gsl_vector_const_view | gsl_matrix_const_column (const gsl_matrix *m, const size_t i) |
void | gsl_matrix_set_identity (gsl_matrix *m) |