![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>#include "CmplxAEPBAL.h"#include "fCmplxAEPBAL.h"#include "dbleAEPBAL.h"#include "floatAEPBAL.h"#include "CmplxGEPBAL.h"#include "fCmplxGEPBAL.h"#include "dbleGEPBAL.h"#include "floatGEPBAL.h"#include "quit.h"#include "defun.h"#include "error.h"#include "f77-fcn.h"#include "gripes.h"#include "oct-obj.h"#include "utils.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Fbalance (const octave_value_list &args, int nargout) |
| OCTAVE_EXPORT octave_value_list Fbalance | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 89 of file balance.cc.
References base_aepbal< MatrixT, VectorT >::balanced_matrix(), FloatGEPBALANCE::balanced_matrix(), GEPBALANCE::balanced_matrix(), ComplexGEPBALANCE::balanced_matrix(), FloatComplexGEPBALANCE::balanced_matrix(), FloatGEPBALANCE::balanced_matrix2(), GEPBALANCE::balanced_matrix2(), ComplexGEPBALANCE::balanced_matrix2(), FloatComplexGEPBALANCE::balanced_matrix2(), FloatAEPBALANCE::balancing_matrix(), ComplexAEPBALANCE::balancing_matrix(), AEPBALANCE::balancing_matrix(), FloatComplexAEPBALANCE::balancing_matrix(), FloatGEPBALANCE::balancing_matrix(), GEPBALANCE::balancing_matrix(), ComplexGEPBALANCE::balancing_matrix(), FloatComplexGEPBALANCE::balancing_matrix(), FloatGEPBALANCE::balancing_matrix2(), GEPBALANCE::balancing_matrix2(), ComplexGEPBALANCE::balancing_matrix2(), FloatComplexGEPBALANCE::balancing_matrix2(), error(), error_state, gripe_nonconformant(), gripe_square_matrix_required(), octave_value_list::length(), nn, base_aepbal< MatrixT, VectorT >::permuting_vector(), print_usage(), base_aepbal< MatrixT, VectorT >::scaling_vector(), and warning().
1.8.1.2