#include "octave-config.h"
#include "oct-cmplx.h"
Go to the source code of this file.
|
ComplexMatrix | octave::math::qrsolve (const SparseComplexMatrix &a, const MArray< Complex > &b, octave_idx_type &info) |
|
ComplexMatrix | octave::math::qrsolve (const SparseComplexMatrix &a, const MArray< double > &b, octave_idx_type &info) |
|
SparseComplexMatrix | octave::math::qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
|
SparseComplexMatrix | octave::math::qrsolve (const SparseComplexMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
|
ComplexMatrix | octave::math::qrsolve (const SparseMatrix &a, const MArray< Complex > &b, octave_idx_type &info) |
|
Matrix | octave::math::qrsolve (const SparseMatrix &a, const MArray< double > &b, octave_idx_type &info) |
|
SparseComplexMatrix | octave::math::qrsolve (const SparseMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
|
SparseMatrix | octave::math::qrsolve (const SparseMatrix &a, const SparseMatrix &b, octave_idx_type &info) |
|