Public Member Functions | |
aepbalance (const ComplexMatrix &a, bool noperm, bool noscal) | |
aepbalance (const FloatComplexMatrix &a, bool noperm, bool noscal) | |
aepbalance (const FloatMatrix &a, bool noperm, bool noscal) | |
aepbalance (const Matrix &a, bool noperm, bool noscal) | |
Matrix | balancing_matrix (void) const |
FloatMatrix | balancing_matrix (void) const |
ComplexMatrix | balancing_matrix (void) const |
FloatComplexMatrix | balancing_matrix (void) const |
aepbalance< Matrix >::aepbalance | ( | const Matrix & | a, |
bool | noperm, | ||
bool | noscal | ||
) |
Definition at line 51 of file aepbalance.cc.
References Array< T >::cols(), F77_XFCN, n, Array< T >::rows(), and scale().
aepbalance< FloatMatrix >::aepbalance | ( | const FloatMatrix & | a, |
bool | noperm, | ||
bool | noscal | ||
) |
Definition at line 101 of file aepbalance.cc.
References Array< T >::cols(), F77_XFCN, n, Array< T >::rows(), and scale().
aepbalance< ComplexMatrix >::aepbalance | ( | const ComplexMatrix & | a, |
bool | noperm, | ||
bool | noscal | ||
) |
Definition at line 152 of file aepbalance.cc.
References Array< T >::cols(), F77_DBLE_CMPLX_ARG, F77_XFCN, n, Array< T >::rows(), and scale().
aepbalance< FloatComplexMatrix >::aepbalance | ( | const FloatComplexMatrix & | a, |
bool | noperm, | ||
bool | noscal | ||
) |
Definition at line 204 of file aepbalance.cc.
References Array< T >::cols(), F77_CMPLX_ARG, F77_XFCN, n, Array< T >::rows(), and scale().
Matrix aepbalance< Matrix >::balancing_matrix | ( | void | ) | const |
Definition at line 76 of file aepbalance.cc.
References Array< T >::elem(), F77_XFCN, Array< T >::fortran_vec(), n, and scale().
FloatMatrix aepbalance< FloatMatrix >::balancing_matrix | ( | void | ) | const |
Definition at line 127 of file aepbalance.cc.
References Array< T >::elem(), F77_XFCN, Array< T >::fortran_vec(), n, and scale().
ComplexMatrix aepbalance< ComplexMatrix >::balancing_matrix | ( | void | ) | const |
Definition at line 178 of file aepbalance.cc.
References Array< T >::elem(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), n, and scale().
FloatComplexMatrix aepbalance< FloatComplexMatrix >::balancing_matrix | ( | void | ) | const |
Definition at line 230 of file aepbalance.cc.
References Array< T >::elem(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), n, and scale().