GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sparse-qr.h File Reference
#include "octave-config.h"
Include dependency graph for sparse-qr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MArray< T >
 Template for N-dimensional array classes with like-type math operators. More...
 
class  octave::math::sparse_qr< SPARSE_T >
 

Namespaces

 octave
 
 octave::math
 

Typedefs

typedef sparse_qr< SparseComplexMatrixoctave::math::SparseComplexQR
 
typedef sparse_qr< SparseMatrixoctave::math::SparseQR
 

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)