Navigation

Operators and Keywords

Function List:

C++ API

SparseCmplxQR.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 SparseCmplxQR.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SparseComplexQR
class  SparseComplexQR::SparseComplexQR_rep

Defines

#define CXSPARSE_ZNAME(name)   cs_ci ## name

Functions

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

Define Documentation

#define CXSPARSE_ZNAME (   name  )     cs_ci ## name

Function Documentation

ComplexMatrix qrsolve ( const SparseComplexMatrix a,
const Matrix b,
octave_idx_type info 
)
SparseComplexMatrix qrsolve ( const SparseComplexMatrix a,
const SparseComplexMatrix b,
octave_idx_type info 
)
ComplexMatrix qrsolve ( const SparseComplexMatrix a,
const MArray< Complex > &  b,
octave_idx_type info 
)
ComplexMatrix qrsolve ( const SparseComplexMatrix a,
const ComplexMatrix b,
octave_idx_type info 
)
SparseComplexMatrix qrsolve ( const SparseComplexMatrix a,
const SparseMatrix b,
octave_idx_type info 
)
ComplexMatrix qrsolve ( const SparseComplexMatrix a,
const MArray< double > &  b,
octave_idx_type info 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines