#include <vector>
#include "dMatrix.h"
#include "dRowVector.h"
#include "CmplxCHOL.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "oct-locbuf.h"
#include "dbleQR.h"
Functions | |
F77_RET_T | F77_FUNC (zpotrf, ZPOTRF)(F77_CONST_CHAR_ARG_DECL |
F77_RET_T | F77_FUNC (zpotri, ZPOTRI)(F77_CONST_CHAR_ARG_DECL |
F77_RET_T | F77_FUNC (zpocon, ZPOCON)(F77_CONST_CHAR_ARG_DECL |
ComplexMatrix | chol2inv (const ComplexMatrix &r) |
Variables | |
F77_RET_T const octave_idx_type Complex const octave_idx_type octave_idx_type & | F77_CHAR_ARG_LEN_DECL |
ComplexMatrix chol2inv | ( | const ComplexMatrix & | r | ) |
F77_RET_T F77_FUNC | ( | zpocon | , | |
ZPOCON | ||||
) |
F77_RET_T F77_FUNC | ( | zpotri | , | |
ZPOTRI | ||||
) |
F77_RET_T F77_FUNC | ( | zpotrf | , | |
ZPOTRF | ||||
) |
F77_RET_T const octave_idx_type Complex const octave_idx_type const double double Complex double octave_idx_type& F77_CHAR_ARG_LEN_DECL |