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