26#if ! defined (octave_aepbalance_h)
27#define octave_aepbalance_h 1
29#include "octave-config.h"
42 typedef typename MT::real_column_vector_type
VT;
88 std::swap (pv(i), pv(j));
94 std::swap (pv(i), pv(j));
127OCTAVE_END_NAMESPACE(math)
128OCTAVE_END_NAMESPACE(octave)
VT scaling_vector() const
virtual ~aepbalance()=default
MT balanced_matrix() const
VT permuting_vector() const
aepbalance(const aepbalance &a)
aepbalance(const MT &a, bool noperm=false, bool noscal=false)
aepbalance & operator=(const aepbalance &a)
MT::real_column_vector_type VT
MT balancing_matrix() const
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn