#include "dMatrix.h"
#include "dNDArray.h"
#include "CMatrix.h"
#include "dColVector.h"
#include "CColVector.h"
#include "DET.h"
#include "MSparse.h"
#include "MSparse-defs.h"
#include "Sparse-op-defs.h"
#include "MatrixType.h"
Go to the source code of this file.
#define UMFPACK_DNAME | ( | name | ) | umfpack_di_ ## name |
Definition at line 475 of file dSparse.h.
Referenced by SparseMatrix::determinant(), SparseMatrix::factorize(), SparseMatrix::fsolve(), and SparseLU::SparseLU().
OCTAVE_API SparseMatrix imag | ( | const SparseComplexMatrix & | a | ) |
Definition at line 635 of file dSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), imag(), Sparse< T >::nnz(), Sparse< T >::ridx(), and Sparse< T >::rows().
OCTAVE_API SparseMatrix max | ( | double | d, | |
const SparseMatrix & | m | |||
) |
Definition at line 7851 of file dSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::columns(), Sparse< T >::data(), EMPTY_RETURN_CHECK, Sparse< T >::ridx(), Sparse< T >::rows(), Sparse< T >::xcidx(), Sparse< T >::xdata(), xmax(), and Sparse< T >::xridx().
OCTAVE_API SparseMatrix max | ( | const SparseMatrix & | m, | |
double | d | |||
) |
Definition at line 7908 of file dSparse.cc.
References max().
OCTAVE_API SparseMatrix max | ( | const SparseMatrix & | a, | |
const SparseMatrix & | b | |||
) |
Definition at line 7914 of file dSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), current_liboctave_error_handler, Sparse< T >::data(), gripe_nonconformant(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< T >::ridx(), Sparse< T >::rows(), and xmax().
OCTAVE_API SparseMatrix min | ( | const SparseMatrix & | a, | |
const SparseMatrix & | b | |||
) |
Definition at line 7764 of file dSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), current_liboctave_error_handler, Sparse< T >::data(), gripe_nonconformant(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), Sparse< T >::ridx(), Sparse< T >::rows(), and xmin().
OCTAVE_API SparseMatrix min | ( | double | d, | |
const SparseMatrix & | m | |||
) |
Definition at line 7701 of file dSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::columns(), Sparse< T >::data(), EMPTY_RETURN_CHECK, Sparse< T >::ridx(), Sparse< T >::rows(), Sparse< T >::xcidx(), Sparse< T >::xdata(), xmin(), and Sparse< T >::xridx().
OCTAVE_API SparseMatrix min | ( | const SparseMatrix & | m, | |
double | d | |||
) |
Definition at line 7758 of file dSparse.cc.
References min().
OCTAVE_API Matrix mul_trans | ( | const Matrix & | a, | |
const SparseMatrix & | b | |||
) |
Definition at line 7624 of file dSparse.cc.
References FULL_SPARSE_MUL_TRANS.
OCTAVE_API SparseMatrix operator* | ( | const SparseMatrix & | , | |
const PermMatrix & | ||||
) |
Definition at line 7688 of file dSparse.cc.
References octinternal_do_mul_sm_pm().
OCTAVE_API SparseMatrix operator* | ( | const DiagMatrix & | , | |
const SparseMatrix & | ||||
) |
Definition at line 7644 of file dSparse.cc.
OCTAVE_API SparseMatrix operator* | ( | const SparseMatrix & | , | |
const DiagMatrix & | ||||
) |
Definition at line 7650 of file dSparse.cc.
OCTAVE_API Matrix operator* | ( | const Matrix & | a, | |
const SparseMatrix & | b | |||
) |
Definition at line 7618 of file dSparse.cc.
References FULL_SPARSE_MUL.
OCTAVE_API SparseMatrix operator* | ( | const SparseMatrix & | a, | |
const SparseMatrix & | b | |||
) |
Definition at line 7612 of file dSparse.cc.
References SPARSE_SPARSE_MUL.
OCTAVE_API Matrix operator* | ( | const SparseMatrix & | a, | |
const Matrix & | b | |||
) |
Definition at line 7630 of file dSparse.cc.
References SPARSE_FULL_MUL.
OCTAVE_API SparseMatrix operator* | ( | const PermMatrix & | , | |
const SparseMatrix & | ||||
) |
Definition at line 7682 of file dSparse.cc.
References octinternal_do_mul_pm_sm().
OCTAVE_API SparseMatrix operator+ | ( | const SparseMatrix & | , | |
const DiagMatrix & | ||||
) |
Definition at line 7668 of file dSparse.cc.
OCTAVE_API SparseMatrix operator+ | ( | const DiagMatrix & | , | |
const SparseMatrix & | ||||
) |
Definition at line 7656 of file dSparse.cc.
OCTAVE_API SparseMatrix operator- | ( | const SparseMatrix & | , | |
const DiagMatrix & | ||||
) |
Definition at line 7674 of file dSparse.cc.
OCTAVE_API SparseMatrix operator- | ( | const DiagMatrix & | , | |
const SparseMatrix & | ||||
) |
Definition at line 7662 of file dSparse.cc.
OCTAVE_API SparseMatrix real | ( | const SparseComplexMatrix & | a | ) |
Definition at line 615 of file dSparse.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Sparse< T >::nnz(), real, Sparse< T >::ridx(), and Sparse< T >::rows().
OCTAVE_API Matrix trans_mul | ( | const SparseMatrix & | a, | |
const Matrix & | b | |||
) |
Definition at line 7636 of file dSparse.cc.
References SPARSE_FULL_TRANS_MUL.