#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.
|
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) |
|
◆ SparseComplexQR
◆ SparseQR
◆ qrsolve() [1/8]
◆ qrsolve() [2/8]
◆ qrsolve() [3/8]
◆ qrsolve() [4/8]
◆ qrsolve() [5/8]
◆ qrsolve() [6/8]
◆ qrsolve() [7/8]
◆ qrsolve() [8/8]