Searched refs:matrixZ (Results 1 – 5 of 5) sorted by relevance
/external/eigen/doc/snippets/ |
D | RealQZ_compute.cpp | 9 cout << "Q:\n" << qz.matrixQ() << "\n" << "Z:\n" << qz.matrixZ() << "\n"; 13 << "\n|A-QSZ|: " << (A-qz.matrixQ()*qz.matrixS()*qz.matrixZ()).norm() 14 << ", |B-QTZ|: " << (B-qz.matrixQ()*qz.matrixT()*qz.matrixZ()).norm() 16 << ", |ZZ* - I|: " << (qz.matrixZ()*qz.matrixZ().adjoint() - MatrixXf::Identity(4,4)).norm()
|
/external/eigen/test/ |
D | real_qz.cpp | 59 VERIFY_IS_APPROX(qz.matrixQ()*qz.matrixS()*qz.matrixZ(), A); in real_qz() 60 VERIFY_IS_APPROX(qz.matrixQ()*qz.matrixT()*qz.matrixZ(), B); in real_qz() 62 VERIFY_IS_APPROX(qz.matrixZ()*qz.matrixZ().adjoint(), MatrixType::Identity(dim,dim)); in real_qz()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 365 *found = !matrixZ[row * cols + col].is_null (); in get_anchor() 366 return this+matrixZ[row * cols + col]; in get_anchor() 375 if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return_trace (false); in sanitize() 377 if (!matrixZ[i].sanitize (c, this)) return_trace (false); in sanitize() 384 matrixZ[VAR]; /* Matrix of offsets to Anchor tables-- member 387 DEFINE_SIZE_ARRAY (2, matrixZ);
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | GeneralizedEigenSolver.h | 314 m_eivec = m_realQZ.matrixZ().transpose(); in compute()
|
D | RealQZ.h | 129 const MatrixType& matrixZ() const { in matrixZ() function
|