GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <vector>
#include "fMatrix.h"
#include "fRowVector.h"
#include "fCmplxCHOL.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "oct-locbuf.h"
#include "oct-norm.h"
Go to the source code of this file.
Variables | |
F77_RET_T const octave_idx_type FloatComplex const octave_idx_type octave_idx_type & | F77_CHAR_ARG_LEN_DECL |
FloatComplexMatrix chol2inv | ( | const FloatComplexMatrix & | r | ) |
Definition at line 447 of file fCmplxCHOL.cc.
References chol2inv_internal().
|
static |
Definition at line 146 of file fCmplxCHOL.cc.
References Array< T >::cols(), conj(), current_liboctave_error_handler, F77_CHAR_ARG_LEN, F77_CONST_CHAR_ARG2, F77_XFCN, Array< T >::fortran_vec(), Array< T >::rows(), and Array< T >::xelem().
Referenced by chol2inv(), and FloatComplexCHOL::inverse().
F77_RET_T F77_FUNC | ( | cpotrf | , |
CPOTRF | |||
) |
F77_RET_T F77_FUNC | ( | cpotri | , |
CPOTRI | |||
) |
F77_RET_T F77_FUNC | ( | cpocon | , |
CPOCON | |||
) |
F77_RET_T F77_FUNC | ( | cch1up | , |
CCH1UP | |||
) | const |
F77_RET_T FloatComplex const octave_idx_type FloatComplex float* F77_RET_T F77_FUNC | ( | cch1dn | , |
CCH1DN | |||
) | const |
F77_RET_T FloatComplex const octave_idx_type FloatComplex float* F77_RET_T FloatComplex const octave_idx_type FloatComplex float octave_idx_type& F77_RET_T F77_FUNC | ( | cchinx | , |
CCHINX | |||
) | const |
F77_RET_T FloatComplex const octave_idx_type FloatComplex float* F77_RET_T FloatComplex const octave_idx_type FloatComplex float octave_idx_type& F77_RET_T FloatComplex const octave_idx_type const octave_idx_type FloatComplex float octave_idx_type& F77_RET_T F77_FUNC | ( | cchdex | , |
CCHDEX | |||
) | const |
F77_RET_T FloatComplex const octave_idx_type FloatComplex float* F77_RET_T FloatComplex const octave_idx_type FloatComplex float octave_idx_type& F77_RET_T FloatComplex const octave_idx_type const octave_idx_type FloatComplex float octave_idx_type& F77_RET_T FloatComplex const octave_idx_type const octave_idx_type float* F77_RET_T F77_FUNC | ( | cchshx | , |
CCHSHX | |||
) | const |
F77_RET_T const octave_idx_type FloatComplex const octave_idx_type const float float FloatComplex float octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 45 of file fCmplxCHOL.cc.