|
| Matrix | Givens (double, double) |
| |
| Matrix | imag (const ComplexMatrix &a) |
| |
| Matrix | linspace (const ColumnVector &x1, const ColumnVector &x2, octave_idx_type n) |
| |
| Matrix | max (const Matrix &a, const Matrix &b) |
| |
| Matrix | max (const Matrix &m, double d) |
| |
| Matrix | max (double d, const Matrix &m) |
| |
| Matrix | min (const Matrix &a, const Matrix &b) |
| |
| Matrix | min (const Matrix &m, double d) |
| |
| Matrix | min (double d, const Matrix &m) |
| |
| boolMatrix | mx_el_and (const double &, const Matrix &) |
| |
| boolMatrix | mx_el_and (const Matrix &, const double &) |
| |
| boolMatrix | mx_el_and (const Matrix &, const Matrix &) |
| |
| boolMatrix | mx_el_eq (const double &, const Matrix &) |
| |
| boolMatrix | mx_el_eq (const Matrix &, const double &) |
| |
| boolMatrix | mx_el_eq (const Matrix &, const Matrix &) |
| |
| boolMatrix | mx_el_ge (const double &, const Matrix &) |
| |
| boolMatrix | mx_el_ge (const Matrix &, const double &) |
| |
| boolMatrix | mx_el_ge (const Matrix &, const Matrix &) |
| |
| boolMatrix | mx_el_gt (const double &, const Matrix &) |
| |
| boolMatrix | mx_el_gt (const Matrix &, const double &) |
| |
| boolMatrix | mx_el_gt (const Matrix &, const Matrix &) |
| |
| boolMatrix | mx_el_le (const double &, const Matrix &) |
| |
| boolMatrix | mx_el_le (const Matrix &, const double &) |
| |
| boolMatrix | mx_el_le (const Matrix &, const Matrix &) |
| |
| boolMatrix | mx_el_lt (const double &, const Matrix &) |
| |
| boolMatrix | mx_el_lt (const Matrix &, const double &) |
| |
| boolMatrix | mx_el_lt (const Matrix &, const Matrix &) |
| |
| boolMatrix | mx_el_ne (const double &, const Matrix &) |
| |
| boolMatrix | mx_el_ne (const Matrix &, const double &) |
| |
| boolMatrix | mx_el_ne (const Matrix &, const Matrix &) |
| |
| boolMatrix | mx_el_or (const double &, const Matrix &) |
| |
| boolMatrix | mx_el_or (const Matrix &, const double &) |
| |
| boolMatrix | mx_el_or (const Matrix &, const Matrix &) |
| |
| Matrix | operator* (const ColumnVector &a, const RowVector &b) |
| |
| Matrix | operator* (const double &x, const Matrix &y) |
| |
| Matrix | operator* (const Matrix &a, const Matrix &b) |
| |
| Matrix | operator* (const Matrix &x, const double &y) |
| |
| Matrix | operator*= (Matrix &x, const double &y) |
| |
| Matrix | operator+ (const double &x, const Matrix &y) |
| |
| Matrix | operator+ (const Matrix &x) |
| |
| Matrix | operator+ (const Matrix &x, const double &y) |
| |
| Matrix | operator+ (const Matrix &x, const Matrix &y) |
| |
| Matrix | operator+= (Matrix &x, const double &y) |
| |
| Matrix | operator+= (Matrix &x, const Matrix &y) |
| |
| Matrix | operator- (const double &x, const Matrix &y) |
| |
| Matrix | operator- (const Matrix &x) |
| |
| Matrix | operator- (const Matrix &x, const double &y) |
| |
| Matrix | operator- (const Matrix &x, const Matrix &y) |
| |
| Matrix | operator-= (Matrix &x, const double &y) |
| |
| Matrix | operator-= (Matrix &x, const Matrix &y) |
| |
| Matrix | operator/ (const double &x, const Matrix &y) |
| |
| Matrix | operator/ (const Matrix &x, const double &y) |
| |
| Matrix | operator/= (Matrix &x, const double &y) |
| |
| Matrix | product (const Matrix &x, const Matrix &y) |
| |
| Matrix | product_eq (Matrix &x, const Matrix &y) |
| |
| Matrix | quotient (const Matrix &x, const Matrix &y) |
| |
| Matrix | quotient_eq (Matrix &x, const Matrix &y) |
| |
| template<typename T > |
| void | read_int (std::istream &is, bool swap_bytes, T &val) |
| |
| Matrix | real (const ComplexMatrix &a) |
| |
| Matrix | Sylvester (const Matrix &, const Matrix &, const Matrix &) |
| |
| Matrix | xgemm (const Matrix &a, const Matrix &b, blas_trans_type transa=blas_no_trans, blas_trans_type transb=blas_no_trans) |
| |