#include <algorithm>
#include "CMatrix.h"
#include "CSparse.h"
#include "MArray.h"
#include "MSparse.h"
#include "MatrixType.h"
#include "dSparse.h"
#include "lo-error.h"
#include "oct-inttypes-fwd.h"
#include "oct-locbuf.h"
#include "oct-sort.h"
#include "oct-sparse.h"
#include "quit.h"
#include "sparse-dmsolve.h"
#include "sparse-qr.h"
Go to the source code of this file.
RT dmsolve | ( | const ST & | a, |
const T & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 368 of file sparse-dmsolve.cc.
References CXSPARSE_DNAME, d, OCTAVE_LOCAL_BUFFER, to_octave_idx_type_ptr(), and to_suitesparse_intptr().
Referenced by SparseComplexMatrix::solve().
template ComplexMatrix dmsolve< ComplexMatrix, SparseComplexMatrix, ComplexMatrix > | ( | const SparseComplexMatrix & | , |
const ComplexMatrix & | , | ||
octave_idx_type & | |||
) |
Referenced by SparseComplexMatrix::solve().
template ComplexMatrix dmsolve< ComplexMatrix, SparseComplexMatrix, Matrix > | ( | const SparseComplexMatrix & | , |
const Matrix & | , | ||
octave_idx_type & | |||
) |
Referenced by SparseComplexMatrix::solve().
template ComplexMatrix dmsolve< ComplexMatrix, SparseMatrix, ComplexMatrix > | ( | const SparseMatrix & | , |
const ComplexMatrix & | , | ||
octave_idx_type & | |||
) |
Referenced by SparseMatrix::solve().
template Matrix dmsolve< Matrix, SparseMatrix, Matrix > | ( | const SparseMatrix & | , |
const Matrix & | , | ||
octave_idx_type & | |||
) |
Referenced by SparseMatrix::solve().
template SparseComplexMatrix dmsolve< SparseComplexMatrix, SparseComplexMatrix, SparseComplexMatrix > | ( | const SparseComplexMatrix & | , |
const SparseComplexMatrix & | , | ||
octave_idx_type & | |||
) |
template SparseComplexMatrix dmsolve< SparseComplexMatrix, SparseComplexMatrix, SparseMatrix > | ( | const SparseComplexMatrix & | , |
const SparseMatrix & | , | ||
octave_idx_type & | |||
) |
Referenced by SparseComplexMatrix::solve().
template SparseComplexMatrix dmsolve< SparseComplexMatrix, SparseMatrix, SparseComplexMatrix > | ( | const SparseMatrix & | , |
const SparseComplexMatrix & | , | ||
octave_idx_type & | |||
) |
Referenced by SparseMatrix::solve().
template SparseMatrix dmsolve< SparseMatrix, SparseMatrix, SparseMatrix > | ( | const SparseMatrix & | , |
const SparseMatrix & | , | ||
octave_idx_type & | |||
) |
Referenced by SparseMatrix::solve().