#include "octave-config.h"#include <memory>#include "oct-cmplx.h"#include "MArray-fwd.h"#include "mx-fwd.h"

Go to the source code of this file.
Classes | |
| class | sparse_qr< SPARSE_T > |
Typedefs | |
| typedef sparse_qr< SparseComplexMatrix > | SparseComplexQR |
| typedef sparse_qr< SparseMatrix > | SparseQR |
Functions | |
| OCTAVE_API ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const MArray< Complex > &b, octave_idx_type &info) |
| OCTAVE_API ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const MArray< double > &b, octave_idx_type &info) |
| OCTAVE_API SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
| OCTAVE_API SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
| OCTAVE_API ComplexMatrix | qrsolve (const SparseMatrix &a, const MArray< Complex > &b, octave_idx_type &info) |
| OCTAVE_API Matrix | qrsolve (const SparseMatrix &a, const MArray< double > &b, octave_idx_type &info) |
| OCTAVE_API SparseComplexMatrix | qrsolve (const SparseMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
| OCTAVE_API SparseMatrix | qrsolve (const SparseMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
Variables | |
| template class OCTAVE_EXTERN_TEMPLATE_API | sparse_qr< SparseComplexMatrix > |
| template class OCTAVE_EXTERN_TEMPLATE_API | sparse_qr< SparseMatrix > |
| typedef sparse_qr<SparseComplexMatrix> SparseComplexQR |
Definition at line 155 of file sparse-qr.h.
| typedef sparse_qr<SparseMatrix> SparseQR |
Definition at line 154 of file sparse-qr.h.
| OCTAVE_API ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
| const MArray< Complex > & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3337 of file sparse-qr.cc.
| OCTAVE_API ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
| const MArray< double > & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3320 of file sparse-qr.cc.
| OCTAVE_API SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3345 of file sparse-qr.cc.
References SparseComplexMatrix.
| OCTAVE_API SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
| const SparseMatrix & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3328 of file sparse-qr.cc.
References SparseMatrix.
| OCTAVE_API ComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
| const MArray< Complex > & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3304 of file sparse-qr.cc.
| OCTAVE_API Matrix qrsolve | ( | const SparseMatrix & | a, |
| const MArray< double > & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3288 of file sparse-qr.cc.
Referenced by dmsolve(), SparseComplexMatrix::solve(), and SparseMatrix::solve().
| OCTAVE_API SparseComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3312 of file sparse-qr.cc.
References SparseComplexMatrix.
| OCTAVE_API SparseMatrix qrsolve | ( | const SparseMatrix & | a, |
| const SparseMatrix & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3296 of file sparse-qr.cc.
|
extern |
Referenced by Fqr().
|
extern |
Referenced by Fqr().