Public Member Functions | |
octave_idx_type | init (const ComplexMatrix &a, const ComplexMatrix &b, const std::string &balance_job) |
octave_idx_type | init (const FloatComplexMatrix &a, const FloatComplexMatrix &b, const std::string &balance_job) |
octave_idx_type | init (const FloatMatrix &a, const FloatMatrix &b, const std::string &balance_job) |
octave_idx_type | init (const Matrix &a, const Matrix &b, const std::string &balance_job) |
octave_idx_type gepbalance< ComplexMatrix >::init | ( | const ComplexMatrix & | a, |
const ComplexMatrix & | b, | ||
const std::string & | balance_job | ||
) |
Definition at line 178 of file gepbalance.cc.
References Array< T >::cols(), Array< T >::dims(), octave::err_nonconformant(), F77_DBLE_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), n, OCTAVE_LOCAL_BUFFER, and Array< T >::rows().
octave_idx_type gepbalance< FloatComplexMatrix >::init | ( | const FloatComplexMatrix & | a, |
const FloatComplexMatrix & | b, | ||
const std::string & | balance_job | ||
) |
Definition at line 246 of file gepbalance.cc.
References Array< T >::cols(), Array< T >::dims(), octave::err_nonconformant(), F77_CMPLX_ARG, F77_XFCN, Array< T >::fortran_vec(), n, OCTAVE_LOCAL_BUFFER, and Array< T >::rows().
octave_idx_type gepbalance< FloatMatrix >::init | ( | const FloatMatrix & | a, |
const FloatMatrix & | b, | ||
const std::string & | balance_job | ||
) |
Definition at line 112 of file gepbalance.cc.
References Array< T >::cols(), Array< T >::dims(), octave::err_nonconformant(), F77_XFCN, Array< T >::fortran_vec(), n, OCTAVE_LOCAL_BUFFER, and Array< T >::rows().
octave_idx_type gepbalance< Matrix >::init | ( | const Matrix & | a, |
const Matrix & | b, | ||
const std::string & | balance_job | ||
) |
Definition at line 47 of file gepbalance.cc.
References Array< T >::cols(), Array< T >::dims(), octave::err_nonconformant(), F77_XFCN, Array< T >::fortran_vec(), n, OCTAVE_LOCAL_BUFFER, and Array< T >::rows().