#include "octave-config.h"
#include "CColVector.h"
#include "CMatrix.h"
#include "CNDArray.h"
#include "DET.h"
#include "MSparse.h"
#include "MatrixType.h"
#include "Sparse-op-decls.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "dNDArray.h"
#include "oct-cmplx.h"
#include "mx-fwd.h"
Go to the source code of this file.
Classes | |
class | SparseComplexMatrix |
ComplexMatrix herm_mul | ( | const SparseComplexMatrix & | m, |
const ComplexMatrix & | a | ||
) |
Definition at line 7552 of file CSparse.cc.
References conj(), and SPARSE_FULL_TRANS_MUL.
Referenced by install_scm_cm_ops().
SparseComplexMatrix max | ( | const Complex & | c, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7791 of file CSparse.cc.
References EMPTY_RETURN_CHECK, m, and Sparse< T, Alloc >::xdata().
Referenced by max().
SparseComplexMatrix max | ( | const SparseComplexMatrix & | a, |
const SparseComplexMatrix & | b | ||
) |
Definition at line 7821 of file CSparse.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), err_nonconformant(), max(), Sparse< T, Alloc >::nnz(), r, Sparse< T, Alloc >::ridx(), and Sparse< T, Alloc >::rows().
SparseComplexMatrix max | ( | const SparseComplexMatrix & | m, |
const Complex & | c | ||
) |
Definition at line 7815 of file CSparse.cc.
SparseComplexMatrix min | ( | const Complex & | c, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7674 of file CSparse.cc.
References EMPTY_RETURN_CHECK, and m.
Referenced by min().
SparseComplexMatrix min | ( | const SparseComplexMatrix & | a, |
const SparseComplexMatrix & | b | ||
) |
Definition at line 7704 of file CSparse.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), err_nonconformant(), min(), Sparse< T, Alloc >::nnz(), r, Sparse< T, Alloc >::ridx(), and Sparse< T, Alloc >::rows().
SparseComplexMatrix min | ( | const SparseComplexMatrix & | m, |
const Complex & | c | ||
) |
Definition at line 7698 of file CSparse.cc.
ComplexMatrix mul_herm | ( | const ComplexMatrix & | m, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7522 of file CSparse.cc.
References conj(), and FULL_SPARSE_MUL_TRANS.
Referenced by install_cm_scm_ops().
ComplexMatrix mul_trans | ( | const ComplexMatrix & | m, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7516 of file CSparse.cc.
References FULL_SPARSE_MUL_TRANS.
Referenced by install_cm_m_ops(), install_cm_scm_ops(), install_fcm_fm_ops(), and install_m_sm_ops().
SparseBoolMatrix mx_el_and | ( | const Complex & | s, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7911 of file CSparse.cc.
SparseBoolMatrix mx_el_and | ( | const SparseComplexMatrix & | m, |
const Complex & | s | ||
) |
Definition at line 7908 of file CSparse.cc.
SparseBoolMatrix mx_el_and | ( | const SparseComplexMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 7914 of file CSparse.cc.
SparseBoolMatrix mx_el_eq | ( | const Complex & | s, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7910 of file CSparse.cc.
SparseBoolMatrix mx_el_eq | ( | const SparseComplexMatrix & | m, |
const Complex & | s | ||
) |
Definition at line 7907 of file CSparse.cc.
SparseBoolMatrix mx_el_eq | ( | const SparseComplexMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 7913 of file CSparse.cc.
SparseBoolMatrix mx_el_ge | ( | const Complex & | s, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7910 of file CSparse.cc.
SparseBoolMatrix mx_el_ge | ( | const SparseComplexMatrix & | m, |
const Complex & | s | ||
) |
Definition at line 7907 of file CSparse.cc.
SparseBoolMatrix mx_el_ge | ( | const SparseComplexMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 7913 of file CSparse.cc.
SparseBoolMatrix mx_el_gt | ( | const Complex & | s, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7910 of file CSparse.cc.
SparseBoolMatrix mx_el_gt | ( | const SparseComplexMatrix & | m, |
const Complex & | s | ||
) |
Definition at line 7907 of file CSparse.cc.
SparseBoolMatrix mx_el_gt | ( | const SparseComplexMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 7913 of file CSparse.cc.
SparseBoolMatrix mx_el_le | ( | const Complex & | s, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7910 of file CSparse.cc.
SparseBoolMatrix mx_el_le | ( | const SparseComplexMatrix & | m, |
const Complex & | s | ||
) |
Definition at line 7907 of file CSparse.cc.
SparseBoolMatrix mx_el_le | ( | const SparseComplexMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 7913 of file CSparse.cc.
SparseBoolMatrix mx_el_lt | ( | const Complex & | s, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7910 of file CSparse.cc.
SparseBoolMatrix mx_el_lt | ( | const SparseComplexMatrix & | m, |
const Complex & | s | ||
) |
Definition at line 7907 of file CSparse.cc.
SparseBoolMatrix mx_el_lt | ( | const SparseComplexMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 7913 of file CSparse.cc.
SparseBoolMatrix mx_el_ne | ( | const Complex & | s, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7910 of file CSparse.cc.
SparseBoolMatrix mx_el_ne | ( | const SparseComplexMatrix & | m, |
const Complex & | s | ||
) |
Definition at line 7907 of file CSparse.cc.
SparseBoolMatrix mx_el_ne | ( | const SparseComplexMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 7913 of file CSparse.cc.
SparseBoolMatrix mx_el_or | ( | const Complex & | s, |
const SparseComplexMatrix & | m | ||
) |
Definition at line 7911 of file CSparse.cc.
SparseBoolMatrix mx_el_or | ( | const SparseComplexMatrix & | m, |
const Complex & | s | ||
) |
Definition at line 7908 of file CSparse.cc.
SparseBoolMatrix mx_el_or | ( | const SparseComplexMatrix & | m1, |
const SparseComplexMatrix & | m2 | ||
) |
Definition at line 7914 of file CSparse.cc.
|
inline |
SparseComplexMatrix operator* | ( | const ComplexDiagMatrix & | d, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7581 of file CSparse.cc.
References d.
SparseComplexMatrix operator* | ( | const ComplexDiagMatrix & | d, |
const SparseMatrix & | a | ||
) |
Definition at line 7570 of file CSparse.cc.
References d.
ComplexMatrix operator* | ( | const ComplexMatrix & | m, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7510 of file CSparse.cc.
References FULL_SPARSE_MUL.
ComplexMatrix operator* | ( | const ComplexMatrix & | m, |
const SparseMatrix & | a | ||
) |
Definition at line 7498 of file CSparse.cc.
References FULL_SPARSE_MUL.
SparseComplexMatrix operator* | ( | const DiagMatrix & | d, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7559 of file CSparse.cc.
References d.
ComplexMatrix operator* | ( | const Matrix & | m, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7504 of file CSparse.cc.
References FULL_SPARSE_MUL.
SparseComplexMatrix operator* | ( | const PermMatrix & | p, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7656 of file CSparse.cc.
References octinternal_do_mul_pm_sm().
SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | a, |
const ComplexDiagMatrix & | d | ||
) |
Definition at line 7586 of file CSparse.cc.
References d.
ComplexMatrix operator* | ( | const SparseComplexMatrix & | m, |
const ComplexMatrix & | a | ||
) |
Definition at line 7540 of file CSparse.cc.
References SPARSE_FULL_MUL.
SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | a, |
const DiagMatrix & | d | ||
) |
Definition at line 7564 of file CSparse.cc.
References d.
ComplexMatrix operator* | ( | const SparseComplexMatrix & | m, |
const Matrix & | a | ||
) |
Definition at line 7528 of file CSparse.cc.
References SPARSE_FULL_MUL.
SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | a, |
const PermMatrix & | p | ||
) |
Definition at line 7662 of file CSparse.cc.
References octinternal_do_mul_sm_pm().
SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | m, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7492 of file CSparse.cc.
References SPARSE_SPARSE_MUL.
SparseComplexMatrix operator* | ( | const SparseComplexMatrix & | m, |
const SparseMatrix & | a | ||
) |
Definition at line 7480 of file CSparse.cc.
References SPARSE_SPARSE_MUL.
|
inline |
SparseComplexMatrix operator* | ( | const SparseMatrix & | a, |
const ComplexDiagMatrix & | d | ||
) |
Definition at line 7575 of file CSparse.cc.
References d.
ComplexMatrix operator* | ( | const SparseMatrix & | m, |
const ComplexMatrix & | a | ||
) |
Definition at line 7534 of file CSparse.cc.
References SPARSE_FULL_MUL.
SparseComplexMatrix operator* | ( | const SparseMatrix & | m, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7486 of file CSparse.cc.
References SPARSE_SPARSE_MUL.
|
inline |
SparseComplexMatrix operator+ | ( | const ComplexDiagMatrix & | d, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7602 of file CSparse.cc.
References d.
SparseComplexMatrix operator+ | ( | const ComplexDiagMatrix & | d, |
const SparseMatrix & | a | ||
) |
Definition at line 7592 of file CSparse.cc.
References d.
SparseComplexMatrix operator+ | ( | const DiagMatrix & | d, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7597 of file CSparse.cc.
References d.
SparseComplexMatrix operator+ | ( | const SparseComplexMatrix & | a, |
const ComplexDiagMatrix & | d | ||
) |
Definition at line 7617 of file CSparse.cc.
References d.
SparseComplexMatrix operator+ | ( | const SparseComplexMatrix & | a, |
const DiagMatrix & | d | ||
) |
Definition at line 7612 of file CSparse.cc.
References d.
|
inline |
|
inline |
|
inline |
SparseComplexMatrix operator+ | ( | const SparseMatrix & | a, |
const ComplexDiagMatrix & | d | ||
) |
Definition at line 7607 of file CSparse.cc.
References d.
|
inline |
|
inline |
SparseComplexMatrix operator- | ( | const ComplexDiagMatrix & | d, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7633 of file CSparse.cc.
References d.
SparseComplexMatrix operator- | ( | const ComplexDiagMatrix & | d, |
const SparseMatrix & | a | ||
) |
Definition at line 7623 of file CSparse.cc.
References d.
SparseComplexMatrix operator- | ( | const DiagMatrix & | d, |
const SparseComplexMatrix & | a | ||
) |
Definition at line 7628 of file CSparse.cc.
References d.
SparseComplexMatrix operator- | ( | const SparseComplexMatrix & | a, |
const ComplexDiagMatrix & | d | ||
) |
Definition at line 7648 of file CSparse.cc.
References d.
SparseComplexMatrix operator- | ( | const SparseComplexMatrix & | a, |
const DiagMatrix & | d | ||
) |
Definition at line 7643 of file CSparse.cc.
References d.
|
inline |
|
inline |
|
inline |
SparseComplexMatrix operator- | ( | const SparseMatrix & | a, |
const ComplexDiagMatrix & | d | ||
) |
Definition at line 7638 of file CSparse.cc.
References d.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ComplexMatrix trans_mul | ( | const SparseComplexMatrix & | m, |
const ComplexMatrix & | a | ||
) |
Definition at line 7546 of file CSparse.cc.
References SPARSE_FULL_TRANS_MUL.
Referenced by install_fm_fcm_ops(), install_m_cm_ops(), install_scm_cm_ops(), and install_sm_m_ops().