GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "dMatrix.h"
#include "dNDArray.h"
#include "CMatrix.h"
#include "CNDArray.h"
#include "dColVector.h"
#include "CColVector.h"
#include "oct-cmplx.h"
#include "DET.h"
#include "MSparse.h"
#include "MSparse-defs.h"
#include "Sparse-op-decls.h"
#include "MatrixType.h"
Go to the source code of this file.
Classes | |
class | SparseComplexMatrix |
Macros | |
#define | UMFPACK_ZNAME(name) umfpack_zi_ ## name |
#define UMFPACK_ZNAME | ( | name | ) | umfpack_zi_ ## name |
Definition at line 553 of file CSparse.h.
Referenced by SparseComplexMatrix::determinant(), SparseComplexMatrix::factorize(), SparseComplexMatrix::fsolve(), and SparseComplexLU::SparseComplexLU().
OCTAVE_API ComplexMatrix herm_mul | ( | const SparseComplexMatrix & | , |
const ComplexMatrix & | |||
) |
Definition at line 7451 of file CSparse.cc.
References conj(), and SPARSE_FULL_TRANS_MUL.
Referenced by install_cm_cm_ops(), install_fcm_fcm_ops(), and install_scm_cm_ops().
OCTAVE_API SparseComplexMatrix max | ( | const Complex & | c, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7690 of file CSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::columns(), Sparse< T >::data(), EMPTY_RETURN_CHECK, Sparse< T >::ridx(), Sparse< T >::rows(), Sparse< T >::xdata(), and xmax().
Referenced by max().
OCTAVE_API SparseComplexMatrix max | ( | const SparseComplexMatrix & | m, |
const Complex & | c | ||
) |
Definition at line 7714 of file CSparse.cc.
References max().
OCTAVE_API SparseComplexMatrix max | ( | const SparseComplexMatrix & | a, |
const SparseComplexMatrix & | b | ||
) |
Definition at line 7720 of file CSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), gripe_nonconformant(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< T >::resize(), Sparse< T >::ridx(), Sparse< T >::rows(), and xmax().
OCTAVE_API SparseComplexMatrix min | ( | const Complex & | c, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7573 of file CSparse.cc.
References abs(), Sparse< T >::cidx(), Sparse< T >::columns(), Sparse< T >::data(), EMPTY_RETURN_CHECK, Sparse< T >::rows(), and xmin().
Referenced by min().
OCTAVE_API SparseComplexMatrix min | ( | const SparseComplexMatrix & | m, |
const Complex & | c | ||
) |
Definition at line 7597 of file CSparse.cc.
References min().
OCTAVE_API SparseComplexMatrix min | ( | const SparseComplexMatrix & | a, |
const SparseComplexMatrix & | b | ||
) |
Definition at line 7603 of file CSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), gripe_nonconformant(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< T >::resize(), Sparse< T >::ridx(), Sparse< T >::rows(), and xmin().
OCTAVE_API ComplexMatrix mul_herm | ( | const ComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7421 of file CSparse.cc.
References conj(), and FULL_SPARSE_MUL_TRANS.
Referenced by install_cm_cm_ops(), install_cm_scm_ops(), and install_fcm_fcm_ops().
OCTAVE_API ComplexMatrix mul_trans | ( | const ComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7415 of file CSparse.cc.
References FULL_SPARSE_MUL_TRANS.
Referenced by install_cm_cm_ops(), install_cm_m_ops(), install_cm_scm_ops(), install_fcm_fcm_ops(), install_fcm_fm_ops(), install_fm_fm_ops(), install_m_m_ops(), and install_m_sm_ops().
OCTAVE_API SparseBoolMatrix mx_el_and | ( | const SparseComplexMatrix & | , |
const Complex & | |||
) |
Definition at line 7808 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_and | ( | const Complex & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7812 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_and | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7816 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_eq | ( | const SparseComplexMatrix & | , |
const Complex & | |||
) |
Definition at line 7807 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_eq | ( | const Complex & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7811 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_eq | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7815 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_ge | ( | const SparseComplexMatrix & | , |
const Complex & | |||
) |
Definition at line 7807 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_ge | ( | const Complex & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7811 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_ge | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7815 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_gt | ( | const SparseComplexMatrix & | , |
const Complex & | |||
) |
Definition at line 7807 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_gt | ( | const Complex & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7811 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_gt | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7815 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_le | ( | const SparseComplexMatrix & | , |
const Complex & | |||
) |
Definition at line 7807 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_le | ( | const Complex & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7811 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_le | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7815 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_lt | ( | const SparseComplexMatrix & | , |
const Complex & | |||
) |
Definition at line 7807 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_lt | ( | const Complex & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7811 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_lt | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7815 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_ne | ( | const SparseComplexMatrix & | , |
const Complex & | |||
) |
Definition at line 7807 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_ne | ( | const Complex & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7811 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_ne | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7815 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_or | ( | const SparseComplexMatrix & | , |
const Complex & | |||
) |
Definition at line 7808 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_or | ( | const Complex & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7812 of file CSparse.cc.
OCTAVE_API SparseBoolMatrix mx_el_or | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7816 of file CSparse.cc.
OCTAVE_API SparseComplexMatrix operator* | ( | const SparseMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7385 of file CSparse.cc.
References SPARSE_SPARSE_MUL.
OCTAVE_API SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | , |
const SparseMatrix & | |||
) |
Definition at line 7379 of file CSparse.cc.
References SPARSE_SPARSE_MUL.
OCTAVE_API SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7391 of file CSparse.cc.
References SPARSE_SPARSE_MUL.
OCTAVE_API ComplexMatrix operator* | ( | const Matrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7403 of file CSparse.cc.
References FULL_SPARSE_MUL.
OCTAVE_API ComplexMatrix operator* | ( | const ComplexMatrix & | , |
const SparseMatrix & | |||
) |
Definition at line 7397 of file CSparse.cc.
References FULL_SPARSE_MUL.
OCTAVE_API ComplexMatrix operator* | ( | const ComplexMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7409 of file CSparse.cc.
References FULL_SPARSE_MUL.
OCTAVE_API ComplexMatrix operator* | ( | const SparseMatrix & | , |
const ComplexMatrix & | |||
) |
Definition at line 7433 of file CSparse.cc.
References SPARSE_FULL_MUL.
OCTAVE_API ComplexMatrix operator* | ( | const SparseComplexMatrix & | , |
const Matrix & | |||
) |
Definition at line 7427 of file CSparse.cc.
References SPARSE_FULL_MUL.
OCTAVE_API ComplexMatrix operator* | ( | const SparseComplexMatrix & | , |
const ComplexMatrix & | |||
) |
Definition at line 7439 of file CSparse.cc.
References SPARSE_FULL_MUL.
OCTAVE_API SparseComplexMatrix operator* | ( | const DiagMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7458 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | , |
const DiagMatrix & | |||
) |
Definition at line 7463 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator* | ( | const ComplexDiagMatrix & | , |
const SparseMatrix & | |||
) |
Definition at line 7469 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator* | ( | const SparseMatrix & | , |
const ComplexDiagMatrix & | |||
) |
Definition at line 7474 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator* | ( | const ComplexDiagMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7480 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | , |
const ComplexDiagMatrix & | |||
) |
Definition at line 7485 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator* | ( | const PermMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7555 of file CSparse.cc.
References octinternal_do_mul_pm_sm().
OCTAVE_API SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | , |
const PermMatrix & | |||
) |
Definition at line 7561 of file CSparse.cc.
References octinternal_do_mul_sm_pm().
|
inline |
|
inline |
OCTAVE_API SparseComplexMatrix operator+ | ( | const ComplexDiagMatrix & | , |
const SparseMatrix & | |||
) |
Definition at line 7491 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator+ | ( | const DiagMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7496 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator+ | ( | const ComplexDiagMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7501 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator+ | ( | const SparseMatrix & | , |
const ComplexDiagMatrix & | |||
) |
Definition at line 7506 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator+ | ( | const SparseComplexMatrix & | , |
const DiagMatrix & | |||
) |
Definition at line 7511 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator+ | ( | const SparseComplexMatrix & | , |
const ComplexDiagMatrix & | |||
) |
Definition at line 7516 of file CSparse.cc.
References d.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
OCTAVE_API SparseComplexMatrix operator- | ( | const ComplexDiagMatrix & | , |
const SparseMatrix & | |||
) |
Definition at line 7522 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator- | ( | const DiagMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7527 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator- | ( | const ComplexDiagMatrix & | , |
const SparseComplexMatrix & | |||
) |
Definition at line 7532 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator- | ( | const SparseMatrix & | , |
const ComplexDiagMatrix & | |||
) |
Definition at line 7537 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator- | ( | const SparseComplexMatrix & | , |
const DiagMatrix & | |||
) |
Definition at line 7542 of file CSparse.cc.
References d.
OCTAVE_API SparseComplexMatrix operator- | ( | const SparseComplexMatrix & | , |
const ComplexDiagMatrix & | |||
) |
Definition at line 7547 of file CSparse.cc.
References d.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
OCTAVE_API ComplexMatrix trans_mul | ( | const SparseComplexMatrix & | , |
const ComplexMatrix & | |||
) |
Definition at line 7445 of file CSparse.cc.
References SPARSE_FULL_TRANS_MUL.
Referenced by install_cm_cm_ops(), install_fcm_fcm_ops(), install_fm_fcm_ops(), install_fm_fm_ops(), install_m_cm_ops(), install_m_m_ops(), install_scm_cm_ops(), and install_sm_m_ops().