Classes | Defines | Functions

SparseQR.h File Reference

#include <iosfwd>
#include "dMatrix.h"
#include "CMatrix.h"
#include "dSparse.h"
#include "CSparse.h"
#include "oct-sparse.h"
Include dependency graph for SparseQR.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SparseQR
class  SparseQR::SparseQR_rep

Defines

#define CXSPARSE_DNAME(name)   cs_di ## name

Functions

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

Define Documentation

#define CXSPARSE_DNAME (   name  )     cs_di ## name

Function Documentation

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

Definition at line 912 of file SparseQR.cc.

References SparseQR::qrsolve.

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

Definition at line 905 of file SparseQR.cc.

References SparseQR::qrsolve.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines