#include <iosfwd>
#include "dMatrix.h"
#include "CMatrix.h"
#include "dSparse.h"
#include "CSparse.h"
#include "oct-sparse.h"
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) |
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) |
#define CXSPARSE_ZNAME | ( | name | ) | cs_ci ## name |
Definition at line 37 of file SparseCmplxQR.h.
Referenced by SparseComplexQR::SparseComplexQR_rep::C(), SparseComplexQR::SparseComplexQR_rep::Q(), qrsolve(), SparseComplexQR::SparseComplexQR_rep::R(), SparseComplexQR::SparseComplexQR_rep::V(), and SparseComplexQR::SparseComplexQR_rep::~SparseComplexQR_rep().
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const Matrix & | b, | |||
octave_idx_type & | info | |||
) |
Definition at line 293 of file SparseCmplxQR.cc.
References B, Array< T >::cols(), Sparse< T >::cols(), conj(), CXSPARSE_ZNAME, Array< T >::fortran_vec(), SparseComplexMatrix::hermitian(), OCTAVE_C99_COMPLEX, OCTAVE_C99_ZERO, OCTAVE_LOCAL_BUFFER, SparseComplexQR::ok(), SparseComplexQR::Pinv(), SparseComplexQR::Q(), ComplexMatrix::resize(), Array< T >::rows(), Sparse< T >::rows(), x, and Array< T >::xelem().
Referenced by dmsolve(), SparseMatrix::solve(), and SparseComplexMatrix::solve().
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const SparseComplexMatrix & | b, | |||
octave_idx_type & | info | |||
) |
Definition at line 716 of file SparseCmplxQR.cc.
References B, Sparse< T >::change_capacity(), Sparse< T >::cols(), conj(), CXSPARSE_ZNAME, SparseComplexMatrix::hermitian(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), OCTAVE_C99_COMPLEX, OCTAVE_C99_ZERO, OCTAVE_LOCAL_BUFFER, SparseComplexQR::ok(), SparseComplexQR::Pinv(), SparseComplexQR::Q(), Sparse< T >::rows(), SparseComplexMatrix, x, Sparse< T >::xcidx(), Sparse< T >::xdata(), Sparse< T >::xelem(), and Sparse< T >::xridx().
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const MArray< Complex > & | b, | |||
octave_idx_type & | info | |||
) |
Definition at line 896 of file SparseCmplxQR.cc.
References SparseComplexQR::qrsolve.
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const ComplexMatrix & | b, | |||
octave_idx_type & | info | |||
) |
Definition at line 595 of file SparseCmplxQR.cc.
References B, Array< T >::cols(), Sparse< T >::cols(), conj(), CXSPARSE_ZNAME, Array< T >::fortran_vec(), SparseComplexMatrix::hermitian(), OCTAVE_C99_COMPLEX, OCTAVE_C99_ZERO, OCTAVE_LOCAL_BUFFER, SparseComplexQR::ok(), SparseComplexQR::Pinv(), SparseComplexQR::Q(), ComplexMatrix::resize(), Array< T >::rows(), Sparse< T >::rows(), and x.
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const SparseMatrix & | b, | |||
octave_idx_type & | info | |||
) |
Definition at line 421 of file SparseCmplxQR.cc.
References B, Sparse< T >::change_capacity(), Sparse< T >::cols(), conj(), CXSPARSE_ZNAME, SparseComplexMatrix::hermitian(), Sparse< T >::maybe_compress(), Sparse< T >::nnz(), OCTAVE_C99_COMPLEX, OCTAVE_C99_ZERO, OCTAVE_LOCAL_BUFFER, SparseComplexQR::ok(), SparseComplexQR::Pinv(), SparseComplexQR::Q(), Sparse< T >::rows(), SparseComplexMatrix, x, Sparse< T >::xcidx(), Sparse< T >::xdata(), Sparse< T >::xelem(), and Sparse< T >::xridx().
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const MArray< double > & | b, | |||
octave_idx_type & | info | |||
) |
Definition at line 889 of file SparseCmplxQR.cc.
References SparseComplexQR::qrsolve.