Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
gsl::matrix_int Member List
This is the complete list of members for gsl::matrix_int, including all inherited members.
- cholesky_decomp(matrix_int &a) const
- column(size_t colindex)
- column(size_t colindex) const
- column_sum() const
- copy(const matrix_int &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_int()
- matrix_int(size_t new_rows, size_t new_cols, bool clear=true)
- matrix_int(const matrix_int &other)
[inline]
- matrix_int(const oclass &other)
[inline]
- norm(double n) const
- operator *(const matrix_int &other) const
- operator *(const int &f) const
- operator *(const int &f, const matrix_int &other)
[friend]
- operator *=(const int &f)
- operator *=(const matrix_int &other)
- operator!=(const matrix_int &other) const
[inline]
- operator()(size_t row, size_t col) const
[inline]
- operator()(size_t row, size_t col)
[inline]
- operator+(const matrix_int &other) const
- operator+(const int &f) const
- operator+(const int &f, const matrix_int &other)
[friend]
- operator+=(const int &f)
- operator+=(const matrix_int &other)
- operator-(const matrix_int &other) const
- operator-(const int &f) const
- operator-(const int &f, const matrix_int &other)
[friend]
- operator-=(const int &f)
- operator-=(const matrix_int &other)
- operator/(const int &) const
- operator/=(const int &)
- operator<<(ostream &os, const matrix_int &m)
[friend]
- operator=(const matrix_int &other)
[inline]
- operator=(const omatrix &other)
[inline]
- operator==(const matrix_int &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 int &new_value)
[inline]
- set_diagonal(int f)
- set_dimensions(size_t new_rows, size_t new_cols)
- set_element(size_t row, size_t col, const int &v)
[inline]
- set_elements(const int &new_value)
- set_zero()
[inline]
- size1() const
[inline]
- size2() const
[inline]
- sum() const
- trace() const
- transpose() const
- ~matrix_int()
Generated at Sun Dec 16 23:44:45 2001 for gslwrap by
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001