GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sparse-qr.cc File Reference
#include "CMatrix.h"
#include "CSparse.h"
#include "MArray.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "dSparse.h"
#include "lo-error.h"
#include "oct-locbuf.h"
#include "oct-refcount.h"
#include "oct-sparse.h"
#include "quit.h"
#include "sparse-qr.h"
Include dependency graph for sparse-qr.cc:

Go to the source code of this file.

Classes

class  octave::math::cxsparse_defaults< SPARSE_T >
 
class  octave::math::cxsparse_defaults< SparseComplexMatrix >
 
class  octave::math::cxsparse_defaults< SparseMatrix >
 
class  octave::math::cxsparse_types< SPARSE_T >
 
class  octave::math::cxsparse_types< SparseComplexMatrix >
 
class  octave::math::cxsparse_types< SparseMatrix >
 
class  octave::math::sparse_qr< SPARSE_T >::sparse_qr_rep< SPARSE_T >
 

Namespaces

 octave
 
 octave::math
 

Functions

Matrix octave::math::qrsolve (const SparseMatrix &a, const MArray< double > &b, octave_idx_type &info)
 
SparseMatrix octave::math::qrsolve (const SparseMatrix &a, const SparseMatrix &b, octave_idx_type &info)
 
ComplexMatrix octave::math::qrsolve (const SparseMatrix &a, const MArray< Complex > &b, octave_idx_type &info)
 
SparseComplexMatrix octave::math::qrsolve (const SparseMatrix &a, const SparseComplexMatrix &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 SparseMatrix &b, octave_idx_type &info)
 
ComplexMatrix octave::math::qrsolve (const SparseComplexMatrix &a, const MArray< Complex > &b, octave_idx_type &info)
 
SparseComplexMatrix octave::math::qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info)