#include "sparse-base-chol.h"
#include "dSparse.h"
#include "CSparse.h"
Go to the source code of this file.
Classes | |
class | SparseComplexCHOL |
Functions | |
SparseComplexMatrix OCTAVE_API | chol2inv (const SparseComplexMatrix &r) |
SparseComplexMatrix OCTAVE_API chol2inv | ( | const SparseComplexMatrix & | r | ) |
Definition at line 38 of file SparseCmplxCHOL.cc.
References Sparse< T >::cols(), current_liboctave_error_handler, SparseComplexMatrix::inverse(), MatrixType::Lower, Sparse< T >::rows(), SparseComplexMatrix::transpose(), MatrixType::type(), and MatrixType::Upper.