|
OCTAVE_API ComplexMatrix | conj (const ComplexMatrix &a) |
|
OCTAVE_API ComplexMatrix | Givens (const Complex &, const Complex &) |
|
OCTAVE_API ComplexMatrix | linspace (const ComplexColumnVector &x1, const ComplexColumnVector &x2, octave_idx_type n) |
|
OCTAVE_API ComplexMatrix | max (const Complex &c, const ComplexMatrix &m) |
|
OCTAVE_API ComplexMatrix | max (const ComplexMatrix &a, const ComplexMatrix &b) |
|
OCTAVE_API ComplexMatrix | max (const ComplexMatrix &m, const Complex &c) |
|
OCTAVE_API ComplexMatrix | min (const Complex &c, const ComplexMatrix &m) |
|
OCTAVE_API ComplexMatrix | min (const ComplexMatrix &a, const ComplexMatrix &b) |
|
OCTAVE_API ComplexMatrix | min (const ComplexMatrix &m, const Complex &c) |
|
OCTAVE_API boolMatrix | mx_el_and (const Complex &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_and (const ComplexMatrix &, const Complex &) |
|
OCTAVE_API boolMatrix | mx_el_and (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_eq (const Complex &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_eq (const ComplexMatrix &, const Complex &) |
|
OCTAVE_API boolMatrix | mx_el_eq (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_ge (const Complex &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_ge (const ComplexMatrix &, const Complex &) |
|
OCTAVE_API boolMatrix | mx_el_ge (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_gt (const Complex &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_gt (const ComplexMatrix &, const Complex &) |
|
OCTAVE_API boolMatrix | mx_el_gt (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_le (const Complex &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_le (const ComplexMatrix &, const Complex &) |
|
OCTAVE_API boolMatrix | mx_el_le (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_lt (const Complex &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_lt (const ComplexMatrix &, const Complex &) |
|
OCTAVE_API boolMatrix | mx_el_lt (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_ne (const Complex &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_ne (const ComplexMatrix &, const Complex &) |
|
OCTAVE_API boolMatrix | mx_el_ne (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_or (const Complex &, const ComplexMatrix &) |
|
OCTAVE_API boolMatrix | mx_el_or (const ComplexMatrix &, const Complex &) |
|
OCTAVE_API boolMatrix | mx_el_or (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API ComplexMatrix | operator* (const ColumnVector &a, const ComplexRowVector &b) |
|
ComplexMatrix | operator* (const Complex &x, const ComplexMatrix &y) |
|
OCTAVE_API ComplexMatrix | operator* (const ComplexColumnVector &a, const ComplexRowVector &b) |
|
OCTAVE_API ComplexMatrix | operator* (const ComplexColumnVector &a, const RowVector &b) |
|
OCTAVE_API ComplexMatrix | operator* (const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API ComplexMatrix | operator* (const ComplexMatrix &, const Matrix &) |
|
ComplexMatrix | operator* (const ComplexMatrix &x, const Complex &y) |
|
OCTAVE_API ComplexMatrix | operator* (const Matrix &, const ComplexMatrix &) |
|
ComplexMatrix | operator*= (ComplexMatrix &x, const Complex &y) |
|
ComplexMatrix | operator+ (const Complex &x, const ComplexMatrix &y) |
|
ComplexMatrix | operator+ (const ComplexMatrix &x) |
|
ComplexMatrix | operator+ (const ComplexMatrix &x, const Complex &y) |
|
ComplexMatrix | operator+ (const ComplexMatrix &x, const ComplexMatrix &y) |
|
ComplexMatrix | operator+= (ComplexMatrix &x, const Complex &y) |
|
ComplexMatrix | operator+= (ComplexMatrix &x, const ComplexMatrix &y) |
|
ComplexMatrix | operator- (const Complex &x, const ComplexMatrix &y) |
|
ComplexMatrix | operator- (const ComplexMatrix &x) |
|
ComplexMatrix | operator- (const ComplexMatrix &x, const Complex &y) |
|
ComplexMatrix | operator- (const ComplexMatrix &x, const ComplexMatrix &y) |
|
ComplexMatrix | operator-= (ComplexMatrix &x, const Complex &y) |
|
ComplexMatrix | operator-= (ComplexMatrix &x, const ComplexMatrix &y) |
|
ComplexMatrix | operator/ (const Complex &x, const ComplexMatrix &y) |
|
ComplexMatrix | operator/ (const ComplexMatrix &x, const Complex &y) |
|
ComplexMatrix | operator/= (ComplexMatrix &x, const Complex &y) |
|
ComplexMatrix | product (const ComplexMatrix &x, const ComplexMatrix &y) |
|
ComplexMatrix | product_eq (ComplexMatrix &x, const ComplexMatrix &y) |
|
ComplexMatrix | quotient (const ComplexMatrix &x, const ComplexMatrix &y) |
|
ComplexMatrix | quotient_eq (ComplexMatrix &x, const ComplexMatrix &y) |
|
OCTAVE_API ComplexMatrix | Sylvester (const ComplexMatrix &, const ComplexMatrix &, const ComplexMatrix &) |
|
OCTAVE_API ComplexMatrix | xgemm (const ComplexMatrix &a, const ComplexMatrix &b, blas_trans_type transa=blas_no_trans, blas_trans_type transb=blas_no_trans) |
|