HomeSort by relevance Sort by last modified time
    Searched refs:matrixZ (Results 1 - 7 of 7) sorted by null

  /external/eigen/doc/snippets/
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/
real_qz.cpp 73 VERIFY_IS_APPROX(qz.matrixQ()*qz.matrixS()*qz.matrixZ(), A);
74 VERIFY_IS_APPROX(qz.matrixQ()*qz.matrixT()*qz.matrixZ(), B);
76 VERIFY_IS_APPROX(qz.matrixZ()*qz.matrixZ().adjoint(), MatrixType::Identity(dim,dim));
qr_colpivoting.cpp 40 MatrixType z = cod.matrixZ();
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 369 *found = !matrixZ[row * cols + col].is_null ();
370 return this+matrixZ[row * cols + col];
379 if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return_trace (false);
381 if (!matrixZ[i].sanitize (c, this)) return_trace (false);
388 matrixZ[VAR]; /* Matrix of offsets to Anchor tables--
391 DEFINE_SIZE_ARRAY (2, matrixZ);
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedEigenSolver.h 314 const MatrixType &mZ = m_realQZ.matrixZ();
RealQZ.h 43 * matrixT(), matrixQ() and matrixZ() functions to retrieve the matrices
129 const MatrixType& matrixZ() const {
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 159 MatrixType matrixZ() const {

Completed in 570 milliseconds