Home
last modified time | relevance | path

Searched refs:B_in (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
DRealQZ.h556 …RealQZ<MatrixType>& RealQZ<MatrixType>::compute(const MatrixType& A_in, const MatrixType& B_in, bo… in compute() argument
562 && B_in.rows()==dim && B_in.cols()==dim in compute()
567 m_S = A_in; m_T = B_in; in compute()