Functions |
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 &m, const Complex &c) |
OCTAVE_API ComplexMatrix | max (const ComplexMatrix &a, const ComplexMatrix &b) |
OCTAVE_API ComplexMatrix | min (const Complex &c, const ComplexMatrix &m) |
OCTAVE_API ComplexMatrix | min (const ComplexMatrix &m, const Complex &c) |
OCTAVE_API ComplexMatrix | min (const ComplexMatrix &a, const ComplexMatrix &b) |
OCTAVE_API ComplexMatrix | operator* (const ColumnVector &a, const ComplexRowVector &b) |
OCTAVE_API ComplexMatrix | operator* (const ComplexColumnVector &a, const RowVector &b) |
OCTAVE_API ComplexMatrix | operator* (const ComplexColumnVector &a, const ComplexRowVector &b) |
OCTAVE_API ComplexMatrix | operator* (const Matrix &, const ComplexMatrix &) |
OCTAVE_API ComplexMatrix | operator* (const ComplexMatrix &, const Matrix &) |
OCTAVE_API ComplexMatrix | operator* (const ComplexMatrix &, const ComplexMatrix &) |
ComplexMatrix | operator* (const Complex &x, const ComplexMatrix &y) |
ComplexMatrix | operator* (const ComplexMatrix &x, const Complex &y) |
ComplexMatrix | operator*= (ComplexMatrix &x, const Complex &y) |
ComplexMatrix | operator+ (const Complex &x, const ComplexMatrix &y) |
ComplexMatrix | operator+ (const ComplexMatrix &x, const ComplexMatrix &y) |
ComplexMatrix | operator+ (const ComplexMatrix &x) |
ComplexMatrix | operator+ (const ComplexMatrix &x, const Complex &y) |
ComplexMatrix | operator+= (ComplexMatrix &x, const ComplexMatrix &y) |
ComplexMatrix | operator+= (ComplexMatrix &x, const Complex &y) |
ComplexMatrix | operator- (const ComplexMatrix &x, const Complex &y) |
ComplexMatrix | operator- (const ComplexMatrix &x) |
ComplexMatrix | operator- (const Complex &x, const ComplexMatrix &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 ComplexMatrix &x, const Complex &y) |
ComplexMatrix | operator/ (const Complex &x, const ComplexMatrix &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) |