GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>
#include <vector>
#include "CmplxGEPBAL.h"
#include "Array-util.h"
#include "f77-fcn.h"
#include "oct-locbuf.h"
Go to the source code of this file.
Functions | |
F77_RET_T | F77_FUNC (zggbal, ZGGBAL)(F77_CONST_CHAR_ARG_DECL |
F77_RET_T | F77_FUNC (dggbak, DGGBAK)(F77_CONST_CHAR_ARG_DECL |
F77_RET_T F77_FUNC | ( | zggbal | , |
ZGGBAL | |||
) |
F77_RET_T F77_FUNC | ( | dggbak | , |
DGGBAK | |||
) |
F77_RET_T octave_idx_type const octave_idx_type const Complex * A |
Definition at line 39 of file CmplxGEPBAL.cc.
Referenced by convert_to_int_array(), convert_to_octave_idx_type_array(), DEFUN_DLD(), Fbsxfun(), Fcolloc(), CollocWt::first(), SparseMatrix::fsolve(), SparseComplexMatrix::fsolve(), sparse_base_chol< chol_type, chol_elt, p_type >::sparse_base_chol_rep::init(), maybe_update_column(), CollocWt::operator=(), SparseQR::SparseQR_rep::SparseQR_rep(), and Vt102Emulation::tau().
F77_RET_T octave_idx_type const octave_idx_type const Complex const octave_idx_type const Complex * B |
Definition at line 39 of file CmplxGEPBAL.cc.
Referenced by DEFUN_DLD(), dmsolve_extract(), Fbsxfun(), Fcolloc(), SparseMatrix::fsolve(), SparseComplexMatrix::fsolve(), CollocWt::operator=(), qrsolve(), and CollocWt::second().
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type double const octave_idx_type octave_idx_type& INFO F77_CHAR_ARG_LEN_DECL F77_CHAR_ARG_LEN_DECL |
Definition at line 39 of file CmplxGEPBAL.cc.
F77_RET_T F77_CONST_CHAR_ARG_DECL |
Definition at line 49 of file CmplxGEPBAL.cc.
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type & IHI |
Definition at line 39 of file CmplxGEPBAL.cc.
F77_RET_T const octave_idx_type const octave_idx_type & ILO |
Definition at line 39 of file CmplxGEPBAL.cc.
F77_RET_T octave_idx_type const octave_idx_type const Complex const octave_idx_type & LDA |
Definition at line 39 of file CmplxGEPBAL.cc.
F77_RET_T octave_idx_type const octave_idx_type const Complex const octave_idx_type const Complex const octave_idx_type & LDB |
Definition at line 39 of file CmplxGEPBAL.cc.
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type Complex const octave_idx_type & LDV |
Definition at line 49 of file CmplxGEPBAL.cc.
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double * LSCALE |
Definition at line 39 of file CmplxGEPBAL.cc.
F77_RET_T octave_idx_type const octave_idx_type const Complex const octave_idx_type const Complex const octave_idx_type Complex const octave_idx_type Complex const octave_idx_type const octave_idx_type octave_idx_type & M |
Definition at line 49 of file CmplxGEPBAL.cc.
Referenced by EigsComplexNonSymmetricMatrix(), EigsComplexNonSymmetricMatrixShift(), EigsRealNonSymmetricMatrix(), EigsRealNonSymmetricMatrixShift(), EigsRealSymmetricMatrix(), EigsRealSymmetricMatrixShift(), lin_interpn(), ltsolve(), and utsolve().
F77_RET_T octave_idx_type const octave_idx_type & N |
Definition at line 39 of file CmplxGEPBAL.cc.
Referenced by calc_degrees(), DEFUN_DLD(), find_starting_node(), MessageDialog::MessageDialog(), SparseComplexQR::SparseComplexQR_rep::ok(), SparseQR::SparseQR_rep::ok(), Vt102Emulation::tau(), and transpose().
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double * RSCALE |
Definition at line 39 of file CmplxGEPBAL.cc.
F77_RET_T const octave_idx_type const octave_idx_type const octave_idx_type const double const double octave_idx_type Complex * V |
Definition at line 49 of file CmplxGEPBAL.cc.
Referenced by convert_ints(), F__lin_interpn__(), Fmgorth(), null(), pprsc(), Matrix::pseudo_inverse(), FloatMatrix::pseudo_inverse(), ComplexMatrix::pseudo_inverse(), and FloatComplexMatrix::pseudo_inverse().
F77_RET_T octave_idx_type const octave_idx_type double const octave_idx_type double const octave_idx_type double const octave_idx_type double const octave_idx_type const octave_idx_type octave_idx_type double * WORK |
Definition at line 39 of file CmplxGEPBAL.cc.