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.
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 MArray< double > &b, octave_idx_type &info) |
ComplexMatrix | qrsolve (const SparseMatrix &a, const MArray< Complex > &b, octave_idx_type &info) |
Matrix qrsolve | ( | const SparseMatrix & | a, |
const Matrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 274 of file SparseQR.cc.
References BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::cols(), Array< T >::cols(), CXSPARSE_DNAME, END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Array< T >::fortran_vec(), SparseMatrix::hermitian(), SparseQR::N(), OCTAVE_LOCAL_BUFFER, SparseQR::ok(), Matrix::resize(), Sparse< T >::rows(), Array< T >::rows(), SparseQR::S(), and x.
SparseMatrix qrsolve | ( | const SparseMatrix & | a, |
const SparseMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 378 of file SparseQR.cc.
References BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::change_capacity(), Sparse< T >::cols(), CXSPARSE_DNAME, END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, SparseMatrix::hermitian(), Sparse< T >::maybe_compress(), SparseQR::N(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, SparseQR::ok(), Sparse< T >::rows(), SparseQR::S(), x, Sparse< T >::xcidx(), Sparse< T >::xdata(), Sparse< T >::xelem(), and Sparse< T >::xridx().
ComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
const ComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 529 of file SparseQR.cc.
References BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::cols(), Array< T >::cols(), CXSPARSE_DNAME, END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Array< T >::fortran_vec(), SparseMatrix::hermitian(), imag(), SparseQR::N(), OCTAVE_LOCAL_BUFFER, SparseQR::ok(), real, ComplexMatrix::resize(), Sparse< T >::rows(), Array< T >::rows(), SparseQR::S(), x, and Array< T >::xelem().
SparseComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
const SparseComplexMatrix & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 696 of file SparseQR.cc.
References BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, Sparse< T >::change_capacity(), Sparse< T >::cols(), CXSPARSE_DNAME, END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE, SparseMatrix::hermitian(), imag(), Sparse< T >::maybe_compress(), SparseQR::N(), Sparse< T >::nnz(), OCTAVE_LOCAL_BUFFER, SparseQR::ok(), real, Sparse< T >::rows(), SparseQR::S(), SparseComplexMatrix, x, Sparse< T >::xcidx(), Sparse< T >::xdata(), Sparse< T >::xelem(), and Sparse< T >::xridx().
Matrix qrsolve | ( | const SparseMatrix & | a, |
const MArray< double > & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 906 of file SparseQR.cc.
References SparseQR::qrsolve.
ComplexMatrix qrsolve | ( | const SparseMatrix & | a, |
const MArray< Complex > & | b, | ||
octave_idx_type & | info | ||
) |
Definition at line 913 of file SparseQR.cc.
References SparseQR::qrsolve.