Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
gsl::matrix Member List
This is the complete list of members for gsl::matrix, including all inherited members.
- cholesky_decomp(matrix &a) const
- column(size_t colindex)
- column(size_t colindex) const
- column_sum() const
- copy(const matrix &other)
[inline]
- copy(const oclass &other)
[inline]
- covariance() const
- dimensions(size_t *num_rows, size_t *num_cols) const
- fread(FILE *stream)
[inline]
- fwrite(FILE *stream) const
[inline]
- get_col(size_t colindex) const
- get_cols() const
[inline]
- get_element(size_t row, size_t col) const
[inline]
- get_row(size_t rowindex) const
- get_rows() const
[inline]
- gslobj()
[inline]
- gslobj() const
[inline]
- identity(size_t k)
- is_square() const
- load(const char *filename)
- load_binary(const char *filename)
- LU_decomp(gsl::permutation *perm=NULL, int *psign=NULL) const
- LU_invert() const
- LU_lndet() const
- matrix()
- matrix(size_t new_rows, size_t new_cols, bool clear=true)
- matrix(const matrix &other)
[inline]
- matrix(const oclass &other)
[inline]
- matrix_float class
[friend]
- matrix_int class
[friend]
- norm(double n) const
- operator *(const matrix &other) const
- operator *(const double &f) const
- operator *(const double &f, const matrix &other)
[friend]
- operator *=(const double &f)
- operator *=(const matrix &other)
- operator!=(const matrix &other) const
[inline]
- operator()(size_t row, size_t col) const
[inline]
- operator()(size_t row, size_t col)
[inline]
- operator+(const matrix &other) const
- operator+(const double &f) const
- operator+(const double &f, const matrix &other)
[friend]
- operator+=(const double &f)
- operator+=(const matrix &other)
- operator-(const matrix &other) const
- operator-(const double &f) const
- operator-(const double &f, const matrix &other)
[friend]
- operator-=(const double &f)
- operator-=(const matrix &other)
- operator/(const double &) const
- operator/=(const double &)
- operator<<(ostream &os, const matrix &m)
[friend]
- operator=(const matrix &other)
[inline]
- operator=(const omatrix &other)
[inline]
- operator==(const matrix &other) const
- row(size_t rowindex)
- row(size_t rowindex) const
- row_sum() const
- save(const char *filename) const
- save_binary(const char *filename) const
- set_all(const double &new_value)
[inline]
- set_diagonal(double f)
- set_dimensions(size_t new_rows, size_t new_cols)
- set_element(size_t row, size_t col, const double &v)
[inline]
- set_elements(const double &new_value)
- set_zero()
[inline]
- size1() const
[inline]
- size2() const
[inline]
- sum() const
- trace() const
- transpose() const
- ~matrix()
Generated at Sun Dec 16 23:44:44 2001 for gslwrap by
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001