#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::SparseComplexQR_rep |
Defines | |
#define | sparse_cmplx_QR_h 1 |
#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 MArray2< 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 MArray2< Complex > &b, octave_idx_type &info) |
SparseComplexMatrix | qrsolve (const SparseComplexMatrix &a, const SparseComplexMatrix &b, octave_idx_type &info) |
#define sparse_cmplx_QR_h 1 |
SparseComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const SparseComplexMatrix & | b, | |||
octave_idx_type & | info | |||
) |
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const MArray2< 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 MArray2< double > & | b, | |||
octave_idx_type & | info | |||
) |
ComplexMatrix qrsolve | ( | const SparseComplexMatrix & | a, | |
const Matrix & | b, | |||
octave_idx_type & | info | |||
) |