#include "CMatrix.h"#include "CSparse.h"#include "MArray.h"#include "dColVector.h"#include "dMatrix.h"#include "dSparse.h"#include "oct-error.h"#include "oct-locbuf.h"#include "oct-sparse.h"#include "quit.h"#include "sparse-qr.h"Go to the source code of this file.
Functions | |
| ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const MArray< Complex > &b, octave_idx_type &info) |
| ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const MArray< double > &b, octave_idx_type &info) |
| SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
| SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
| ComplexMatrix | qrsolve (const SparseMatrix &a, const MArray< Complex > &b, octave_idx_type &info) |
| Matrix | qrsolve (const SparseMatrix &a, const MArray< double > &b, octave_idx_type &info) |
| SparseComplexMatrix | qrsolve (const SparseMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
| SparseMatrix | qrsolve (const SparseMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
| ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
| const MArray< Complex > & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3317 of file sparse-qr.cc.
| ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
| const MArray< double > & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3300 of file sparse-qr.cc.
| SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3325 of file sparse-qr.cc.
| SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
| const SparseMatrix & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3308 of file sparse-qr.cc.
| ComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
| const MArray< Complex > & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3284 of file sparse-qr.cc.
| Matrix qrsolve | ( | const SparseMatrix & | a, |
| const MArray< double > & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3268 of file sparse-qr.cc.
| SparseComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3292 of file sparse-qr.cc.
| SparseMatrix qrsolve | ( | const SparseMatrix & | a, |
| const SparseMatrix & | b, | ||
| octave_idx_type & | info | ||
| ) |
Definition at line 3276 of file sparse-qr.cc.