Navigation

Operators and Keywords

Function List:

C++ API

SparseQR.cc File Reference

#include <vector>
#include "lo-error.h"
#include "SparseQR.h"
#include "oct-locbuf.h"

Include dependency graph for SparseQR.cc:


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 MArray2< double > &b, octave_idx_type &info)
ComplexMatrix qrsolve (const SparseMatrix &a, const MArray2< Complex > &b, octave_idx_type &info)

Function Documentation

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

Matrix qrsolve ( const SparseMatrix a,
const MArray2< double > &  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 Matrix b,
octave_idx_type info 
)