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

  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 159 MatrixType matrixZ() const {
  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 43 * matrixT(), matrixQ() and matrixZ() functions to retrieve the matrices
129 const MatrixType& matrixZ() const {
  /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...]

Completed in 122 milliseconds