Public Member Functions | |
OCTAVE_API | aepbalance (const ComplexMatrix &a, bool noperm, bool noscal) |
OCTAVE_API | aepbalance (const FloatComplexMatrix &a, bool noperm, bool noscal) |
OCTAVE_API | aepbalance (const FloatMatrix &a, bool noperm, bool noscal) |
OCTAVE_API | aepbalance (const Matrix &a, bool noperm, bool noscal) |
OCTAVE_API Matrix | balancing_matrix (void) const |
OCTAVE_API FloatMatrix | balancing_matrix (void) const |
OCTAVE_API ComplexMatrix | balancing_matrix (void) const |
OCTAVE_API FloatComplexMatrix | balancing_matrix (void) const |
OCTAVE_API aepbalance< Matrix >::aepbalance | ( | const Matrix & | a, |
bool | noperm, | ||
bool | noscal | ||
) |
Definition at line 52 of file aepbalance.cc.
References Array< T, Alloc >::cols(), ColumnVector, F77_XFCN, and Array< T, Alloc >::rows().
OCTAVE_API aepbalance< FloatMatrix >::aepbalance | ( | const FloatMatrix & | a, |
bool | noperm, | ||
bool | noscal | ||
) |
Definition at line 103 of file aepbalance.cc.
References Array< T, Alloc >::cols(), F77_XFCN, FloatColumnVector, and Array< T, Alloc >::rows().
OCTAVE_API aepbalance< ComplexMatrix >::aepbalance | ( | const ComplexMatrix & | a, |
bool | noperm, | ||
bool | noscal | ||
) |
Definition at line 155 of file aepbalance.cc.
References Array< T, Alloc >::cols(), ColumnVector, F77_DBLE_CMPLX_ARG, F77_XFCN, and Array< T, Alloc >::rows().
OCTAVE_API aepbalance< FloatComplexMatrix >::aepbalance | ( | const FloatComplexMatrix & | a, |
bool | noperm, | ||
bool | noscal | ||
) |
Definition at line 210 of file aepbalance.cc.
References Array< T, Alloc >::cols(), F77_CMPLX_ARG, F77_XFCN, FloatColumnVector, and Array< T, Alloc >::rows().
OCTAVE_API Matrix aepbalance< Matrix >::balancing_matrix | ( | void | ) | const |
Definition at line 77 of file aepbalance.cc.
References Array< T, Alloc >::elem(), F77_XFCN, and Array< T, Alloc >::fortran_vec().
OCTAVE_API FloatMatrix aepbalance< FloatMatrix >::balancing_matrix | ( | void | ) | const |
Definition at line 129 of file aepbalance.cc.
References Array< T, Alloc >::elem(), F77_XFCN, and Array< T, Alloc >::fortran_vec().
OCTAVE_API ComplexMatrix aepbalance< ComplexMatrix >::balancing_matrix | ( | void | ) | const |
Definition at line 182 of file aepbalance.cc.
References Array< T, Alloc >::elem(), F77_DBLE_CMPLX_ARG, F77_XFCN, and Array< T, Alloc >::fortran_vec().
OCTAVE_API FloatComplexMatrix aepbalance< FloatComplexMatrix >::balancing_matrix | ( | void | ) | const |
Definition at line 236 of file aepbalance.cc.
References Array< T, Alloc >::elem(), F77_CMPLX_ARG, F77_XFCN, and Array< T, Alloc >::fortran_vec().