OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrixZ
(Results
1 - 5
of
5
) 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
59
VERIFY_IS_APPROX(qz.matrixQ()*qz.matrixS()*qz.
matrixZ
(), A);
60
VERIFY_IS_APPROX(qz.matrixQ()*qz.matrixT()*qz.
matrixZ
(), B);
62
VERIFY_IS_APPROX(qz.
matrixZ
()*qz.
matrixZ
().adjoint(), MatrixType::Identity(dim,dim));
/external/eigen/Eigen/src/Eigenvalues/
GeneralizedEigenSolver.h
314
m_eivec = m_realQZ.
matrixZ
().transpose();
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
365
*found = !
matrixZ
[row * cols + col].is_null ();
366
return this+
matrixZ
[row * cols + col];
375
if (!c->check_array (
matrixZ
,
matrixZ
[0].static_size, count)) return_trace (false);
377
if (!
matrixZ
[i].sanitize (c, this)) return_trace (false);
384
matrixZ
[VAR]; /* Matrix of offsets to Anchor tables--
387
DEFINE_SIZE_ARRAY (2,
matrixZ
);
[
all
...]
Completed in 768 milliseconds