GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Macros | |
#define | OCTAVE_C99_COMPLEX(buf, n) OCTAVE_LOCAL_BUFFER (cs_complex_t, buf, (n)); |
#define | OCTAVE_C99_ONE cs_complex_t(1., 0.); |
#define | OCTAVE_C99_ZERO cs_complex_t(0., 0.); |
Functions | |
ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const Matrix &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) |
SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const MArray< double > &b, octave_idx_type &info) |
ComplexMatrix | qrsolve (const SparseComplexMatrix &a, const MArray< Complex > &b, octave_idx_type &info) |
#define OCTAVE_C99_COMPLEX | ( | buf, | |
n | |||
) | OCTAVE_LOCAL_BUFFER (cs_complex_t, buf, (n)); |
Definition at line 45 of file SparseCmplxQR.cc.
Referenced by SparseComplexQR::SparseComplexQR_rep::Q(), and qrsolve().
#define OCTAVE_C99_ONE cs_complex_t(1., 0.); |
Definition at line 48 of file SparseCmplxQR.cc.
Referenced by SparseComplexQR::SparseComplexQR_rep::Q().
#define OCTAVE_C99_ZERO cs_complex_t(0., 0.); |
Definition at line 47 of file SparseCmplxQR.cc.
Referenced by SparseComplexQR::SparseComplexQR_rep::Q(), and qrsolve().
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const Matrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 293 of file SparseCmplxQR.cc.
References B, BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::cols(), Array< T >::cols(), conj(), CXSPARSE_ZNAME, END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Array< T >::fortran_vec(), SparseComplexMatrix::hermitian(), SparseComplexQR::N(), OCTAVE_C99_COMPLEX, OCTAVE_C99_ZERO, OCTAVE_LOCAL_BUFFER, SparseComplexQR::ok(), ComplexMatrix::resize(), Sparse< T >::rows(), Array< T >::rows(), SparseComplexQR::S(), x, and Array< T >::xelem().
Referenced by dmsolve(), SparseMatrix::solve(), and SparseComplexMatrix::solve().
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const SparseMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 419 of file SparseCmplxQR.cc.
References B, BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::change_capacity(), Sparse< T >::cols(), conj(), CXSPARSE_ZNAME, END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, SparseComplexMatrix::hermitian(), Sparse< T >::maybe_compress(), SparseComplexQR::N(), Sparse< T >::nnz(), OCTAVE_C99_COMPLEX, OCTAVE_C99_ZERO, OCTAVE_LOCAL_BUFFER, SparseComplexQR::ok(), Sparse< T >::rows(), SparseComplexQR::S(), SparseComplexMatrix, x, Sparse< T >::xcidx(), Sparse< T >::xdata(), Sparse< T >::xelem(), and Sparse< T >::xridx().
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const ComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 594 of file SparseCmplxQR.cc.
References B, BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::cols(), Array< T >::cols(), conj(), CXSPARSE_ZNAME, END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Array< T >::fortran_vec(), SparseComplexMatrix::hermitian(), SparseComplexQR::N(), OCTAVE_C99_COMPLEX, OCTAVE_C99_ZERO, OCTAVE_LOCAL_BUFFER, SparseComplexQR::ok(), ComplexMatrix::resize(), Sparse< T >::rows(), Array< T >::rows(), SparseComplexQR::S(), and x.
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const SparseComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 715 of file SparseCmplxQR.cc.
References B, BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::change_capacity(), Sparse< T >::cols(), conj(), CXSPARSE_ZNAME, END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, SparseComplexMatrix::hermitian(), Sparse< T >::maybe_compress(), SparseComplexQR::N(), Sparse< T >::nnz(), OCTAVE_C99_COMPLEX, OCTAVE_C99_ZERO, OCTAVE_LOCAL_BUFFER, SparseComplexQR::ok(), Sparse< T >::rows(), SparseComplexQR::S(), 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.
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, |
const MArray< Complex > & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 896 of file SparseCmplxQR.cc.
References SparseComplexQR::qrsolve.