GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
SparseQR.cc File Reference
#include <vector>
#include "lo-error.h"
#include "SparseQR.h"
#include "oct-locbuf.h"
Include dependency graph for SparseQR.cc:

Go to the source code of this file.

Functions

Matrix qrsolve (const SparseMatrix &a, const Matrix &b, octave_idx_type &info)
SparseMatrix qrsolve (const SparseMatrix &a, const SparseMatrix &b, octave_idx_type &info)
ComplexMatrix qrsolve (const SparseMatrix &a, const ComplexMatrix &b, octave_idx_type &info)
SparseComplexMatrix qrsolve (const SparseMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info)
Matrix qrsolve (const SparseMatrix &a, const MArray< double > &b, octave_idx_type &info)
ComplexMatrix qrsolve (const SparseMatrix &a, const MArray< Complex > &b, octave_idx_type &info)

Function Documentation

Matrix qrsolve ( const SparseMatrix a,
const Matrix b,
octave_idx_type info 
)
SparseMatrix qrsolve ( const SparseMatrix a,
const SparseMatrix b,
octave_idx_type info 
)
ComplexMatrix qrsolve ( const SparseMatrix a,
const ComplexMatrix b,
octave_idx_type info 
)
SparseComplexMatrix qrsolve ( const SparseMatrix a,
const SparseComplexMatrix b,
octave_idx_type info 
)
Matrix qrsolve ( const SparseMatrix a,
const MArray< double > &  b,
octave_idx_type info 
)

Definition at line 906 of file SparseQR.cc.

References SparseQR::qrsolve.

ComplexMatrix qrsolve ( const SparseMatrix a,
const MArray< Complex > &  b,
octave_idx_type info 
)

Definition at line 913 of file SparseQR.cc.

References SparseQR::qrsolve.