GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <vector>
#include "fRowVector.h"
#include "floatCHOL.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 float const octave_idx_type octave_idx_type & | F77_CHAR_ARG_LEN_DECL |
FloatMatrix chol2inv | ( | const FloatMatrix & | r | ) |
Definition at line 444 of file floatCHOL.cc.
References chol2inv_internal().
|
static |
Definition at line 147 of file floatCHOL.cc.
References Array< T >::cols(), 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 FloatCHOL::inverse().
F77_RET_T F77_FUNC | ( | spotrf | , |
SPOTRF | |||
) |
F77_RET_T F77_FUNC | ( | spotri | , |
SPOTRI | |||
) |
F77_RET_T F77_FUNC | ( | spocon | , |
SPOCON | |||
) |
F77_RET_T F77_FUNC | ( | sch1up | , |
SCH1UP | |||
) | const |
F77_RET_T float const octave_idx_type float float* F77_RET_T float const octave_idx_type float float octave_idx_type& F77_RET_T F77_FUNC | ( | schinx | , |
SCHINX | |||
) | const |
F77_RET_T float const octave_idx_type float float* F77_RET_T float const octave_idx_type float float octave_idx_type& F77_RET_T float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T F77_FUNC | ( | schdex | , |
SCHDEX | |||
) | const |
F77_RET_T float const octave_idx_type float float* F77_RET_T float const octave_idx_type float float octave_idx_type& F77_RET_T float const octave_idx_type const octave_idx_type float float octave_idx_type& F77_RET_T float const octave_idx_type const octave_idx_type float* F77_RET_T F77_FUNC | ( | schshx | , |
SCHSHX | |||
) | const |
F77_RET_T const octave_idx_type float const octave_idx_type const float float float octave_idx_type octave_idx_type& F77_CHAR_ARG_LEN_DECL |
Definition at line 44 of file floatCHOL.cc.