#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 | |
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) |
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.
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const MArray< Complex > & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 3319 of file sparse-qr.cc.
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const MArray< double > & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 3302 of file sparse-qr.cc.
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const SparseComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 3327 of file sparse-qr.cc.
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const SparseMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 3310 of file sparse-qr.cc.
ComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
const MArray< Complex > & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 3286 of file sparse-qr.cc.
Matrix qrsolve | ( | const SparseMatrix & | a, |
const MArray< double > & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 3270 of file sparse-qr.cc.
Referenced by SparseComplexMatrix::solve(), and SparseMatrix::solve().
SparseComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
const SparseComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 3294 of file sparse-qr.cc.
SparseMatrix qrsolve | ( | const SparseMatrix & | a, |
const SparseMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 3278 of file sparse-qr.cc.