| abs() | ml_matrix | |
| acos() | ml_matrix | |
| acosh() | ml_matrix | |
| acot() | ml_matrix | |
| acoth() | ml_matrix | |
| acsc() | ml_matrix | |
| acsch() | ml_matrix | |
| append(const ml_matrix &b) | ml_matrix | |
| append_identity() | ml_matrix | |
| apply(double(*func)(double)) | ml_matrix | |
| apply_to_elements(const ml_matrix &elements, double(*func)(double)) | ml_matrix | |
| asec() | ml_matrix | |
| asech() | ml_matrix | |
| asin() | ml_matrix | |
| asinh() | ml_matrix | |
| atan() | ml_matrix | |
| atan2(const ml_matrix &m) | ml_matrix | |
| atanh() | ml_matrix | |
| ceil() | ml_matrix | |
| col_max() const | ml_matrix | |
| col_min() const | ml_matrix | |
| cols() const | ml_matrix | [inline] |
| cos() | ml_matrix | |
| cosh() | ml_matrix | |
| cot() | ml_matrix | |
| coth() | ml_matrix | |
| cross(const ml_matrix &n) | ml_matrix | |
| csc() | ml_matrix | |
| csch() | ml_matrix | |
| data_stride() const | ml_matrix | [inline] |
| delete_rows_cols(int n_rows, int *rows, int n_cols, int *cols) | ml_matrix | |
| delete_rows_cols(const ml_int_array &rows, const ml_int_array &cols) | ml_matrix | |
| delete_rows_cols(int row, const ml_int_array &cols) | ml_matrix | |
| delete_rows_cols(const ml_int_array &rows, int col) | ml_matrix | |
| delete_rows_cols(int row, int col) | ml_matrix | |
| diag() const | ml_matrix | |
| display(char *s=NULL) | ml_matrix | |
| dot(const ml_matrix &n) const | ml_matrix | |
| dotpow(double n) | ml_matrix | |
| dotslash_eq(const ml_matrix &m) | ml_matrix | |
| dotstar_eq(const ml_matrix &m) | ml_matrix | |
| dup_cols(int num) | ml_matrix | |
| dup_rows(int num) | ml_matrix | |
| error | ml_matrix | |
| exp() | ml_matrix | |
| expm1() | ml_matrix | |
| extract_elements(const ml_matrix &elements) | ml_matrix | |
| find(ml_comparison op, double target) const | ml_matrix | |
| floor() | ml_matrix | |
| get(int row, int col) const | ml_matrix | [inline] |
| get_col(int col) const | ml_matrix | |
| get_col_set(int n_cols, int *cols) const | ml_matrix | |
| get_col_set(const ml_int_array &cols) const | ml_matrix | |
| get_row(int row) const | ml_matrix | |
| get_row_set(int n_rows, int *rows) const | ml_matrix | |
| get_row_set(const ml_int_array &rows) const | ml_matrix | |
| identity() | ml_matrix | |
| inc_cols(const ml_matrix &m, int from_col, int to_col) | ml_matrix | |
| inc_elements(const ml_matrix &values, const ml_matrix &elements) | ml_matrix | |
| inc_rows(const ml_matrix &a, int from_row, int to_row) | ml_matrix | |
| inc_sub_matrix(const ml_matrix &m, int n_rows, int *rows) | ml_matrix | |
| inc_sub_matrix(const ml_matrix &m, const ml_int_array &rows) | ml_matrix | |
| inc_sub_matrix(const ml_matrix &m, int n_rows, int *rows, int n_cols, int *cols) | ml_matrix | |
| inc_sub_matrix(const ml_matrix &m, const ml_int_array &rows, const ml_int_array &cols) | ml_matrix | |
| inc_sub_matrix(const ml_matrix &m, int row, int n_cols, int *cols) | ml_matrix | |
| inc_sub_matrix(const ml_matrix &m, int row, const ml_int_array &cols) | ml_matrix | |
| inc_sub_matrix(const ml_matrix &m, int n_rows, int *rows, int col) | ml_matrix | |
| inc_sub_matrix(const ml_matrix &m, const ml_int_array &rows, int col) | ml_matrix | |
| interpolate(int col, double value) const | ml_matrix | |
| inv() | ml_matrix | |
| invp(const ml_matrix &n, int k) const | ml_matrix | |
| is_empty() const | ml_matrix | |
| log() | ml_matrix | |
| log10() | ml_matrix | |
| log1p() | ml_matrix | |
| log2() | ml_matrix | |
| logb() | ml_matrix | |
| mag() const | ml_matrix | |
| max() const | ml_matrix | |
| min() const | ml_matrix | |
| ml_matrix() | ml_matrix | |
| ml_matrix(const ml_matrix &m) | ml_matrix | [inline] |
| ml_matrix(int rows, int cols=1) | ml_matrix | [inline] |
| ml_matrix(int rows, int cols, double value) | ml_matrix | |
| ml_matrix(int rows, int cols, double *v) | ml_matrix | |
| ml_matrix(const char *s) | ml_matrix | |
| ml_matrix(void *bf) | ml_matrix | |
| ml_matrix(FILE *f, int *linenum=NULL) | ml_matrix | |
| mpow(int n) | ml_matrix | |
| norm() const | ml_matrix | |
| ones() | ml_matrix | |
| operator *=(const ml_matrix &m) | ml_matrix | |
| operator *=(double a) | ml_matrix | |
| operator!=(const ml_matrix &m) const | ml_matrix | |
| operator()(int row, int col) | ml_matrix | |
| operator+=(const ml_matrix &m) | ml_matrix | |
| operator+=(double a) | ml_matrix | |
| operator-=(const ml_matrix &m) | ml_matrix | |
| operator-=(double a) | ml_matrix | |
| operator/=(const ml_matrix &m) | ml_matrix | |
| operator/=(double a) | ml_matrix | |
| operator=(const ml_matrix &m) | ml_matrix | |
| operator=(const char *s) | ml_matrix | |
| operator==(const ml_matrix &m) const | ml_matrix | |
| permute(const ml_matrix &elements) | ml_matrix | |
| rand() | ml_matrix | |
| rand_seed(double seed) | ml_matrix | |
| randn(double std_dev) | ml_matrix | |
| raw_data() const | ml_matrix | [inline] |
| resize(int rows, int cols) | ml_matrix | |
| rint() | ml_matrix | |
| round() | ml_matrix | |
| row_max() const | ml_matrix | |
| row_min() const | ml_matrix | |
| row_mult(int row, double fac) | ml_matrix | [inline] |
| rows() const | ml_matrix | [inline] |
| sec() | ml_matrix | |
| sech() | ml_matrix | |
| set_val(double v) | ml_matrix | |
| set_val(const ml_matrix &elements, double v) | ml_matrix | |
| sign() | ml_matrix | |
| sin() | ml_matrix | |
| sinh() | ml_matrix | |
| skew_symm() const | ml_matrix | |
| solve_ax_eq_b(const ml_matrix &a) | ml_matrix | |
| sort(int direction=0) | ml_matrix | |
| sort_indices(int direction=0) const | ml_matrix | |
| sqrt() | ml_matrix | |
| stack(const ml_matrix &b) | ml_matrix | |
| sub_mat_col(int n_rows, int *rows, int col) const | ml_matrix | |
| sub_mat_col(const ml_int_array &rows, int col) const | ml_matrix | |
| sub_mat_row(int row, int n_cols, int *cols) const | ml_matrix | |
| sub_mat_row(int row, const ml_int_array &cols) const | ml_matrix | |
| sub_matrix(int from_row, int to_row, int from_col, int to_col) const | ml_matrix | |
| sub_matrix(int n_rows, int *rows, int n_cols, int *cols) const | ml_matrix | |
| sub_matrix(const ml_int_array &rows, const ml_int_array &cols) const | ml_matrix | |
| sum_cols() const | ml_matrix | |
| sum_rows() const | ml_matrix | |
| tan() | ml_matrix | |
| tanh() | ml_matrix | |
| to_binary(unsigned int *size=NULL) const | ml_matrix | |
| to_string(int human_readable=0) | ml_matrix | |
| trace() const | ml_matrix | |
| transpose() | ml_matrix | |
| unit() | ml_matrix | |
| vmag() const | ml_matrix | |
| vunit() | ml_matrix | |
| zero() | ml_matrix | |
| ~ml_matrix() | ml_matrix | [inline] |