Home
last modified time | relevance | path

Searched refs:QR (Results 1 – 25 of 37) sorted by relevance

12

/external/eigen/Eigen/
DQR12 /** \defgroup QR_Module QR module
16 * This module provides various QR decompositions
21 * #include <Eigen/QR>
26 #include "src/QR/HouseholderQR.h"
27 #include "src/QR/FullPivHouseholderQR.h"
28 #include "src/QR/ColPivHouseholderQR.h"
30 #include "src/QR/HouseholderQR_MKL.h"
31 #include "src/QR/ColPivHouseholderQR_MKL.h"
35 #include "src/Eigen2Support/QR.h"
DDense4 #include "QR"
DSVD4 #include "QR"
/external/eigen/Eigen/src/Eigen2Support/
DQR.h17 class QR : public HouseholderQR<MatrixType>
24 QR() : Base() {} in QR() function
27 explicit QR(const T& t) : Base(t) {} in QR() function
59 const QR<typename MatrixBase<Derived>::PlainObject>
62 return QR<PlainObject>(eval()); in qr()
/external/zxing/qr_scanner/
DREADME.google7 Android library that exposes an activity to capture QR codes. It is basically
9 non-QR code scanning and the products, books and all other product recognition
13 Removed all code that is not directly related to scanning a QR code, such as product search, book
/external/eigen/unsupported/Eigen/
DPolynomials24 * \brief This module provides a QR based polynomial solver.
39 and a QR based polynomial solver.
43 polynomials, computing estimates about polynomials and next the QR based polynomial
93 \section QR polynomial solver class
94 …a polynomial by computing the eigenvalues of the associated companion matrix with the QR algorithm.
107 …However, the QR algorithm is not guaranteed to converge when there are several eigenvalues with sa…
122 …-# the accuracy problem with the QR algorithm is presented: a polynomial with almost conjugate roo…
123 Those roots have almost same module therefore the QR algorithm failed to converge: the accuracy
DNonLinearOptimization17 #include <Eigen/QR>
/external/smack/src/org/xbill/DNS/
DFlags.java17 public static final byte QR = 0; field in Flags
45 flags.add(QR, "qr"); in flags.add() argument
DSimpleResolver.java343 response.getHeader().setFlag(Flags.QR); in sendAXFR()
/external/eigen/Eigen/src/QR/
DCMakeLists.txt5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/QR COMPONENT Devel
/external/zxing/core/
DREADME.google12 QR Codes, Data Matrix, and the UPC family of 1D barcodes. It will provide
/external/eigen/test/eigen2/
Deigen2_qr.cpp26 QR<MatrixType> qrOfA(a); in qr()
/external/llvm/test/CodeGen/ARM/
Dvselect_imax.ll5 ; CHECK: vcgt.s32 [[QR:q[0-9]+]], [[Q1:q[0-9]+]], [[Q2:q[0-9]+]]
6 ; CHECK: vbsl [[QR]], [[Q1]], [[Q2]]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_dur.pkb3 …��1PP@ ���΃���Q$ps��Q�q"������A A�PR!��`&��@ R01!��&2PQR! ������������pT!t…
/external/eigen/doc/
DB01_Experimental.dox27 \li QR
DC06_TutorialLinearAlgebra.dox10 QR, %SVD, eigendecompositions... for more advanced topics, don't miss our special page on
47 Here, ColPivHouseholderQR is a QR decomposition with column pivoting. It's a good compromise for th…
DQuickReference.dox32 <tr class="alt"><td>\link QR_Module QR \endlink</td><td>\code#include <Eigen/QR>\endcode</td><td>QR
35 … <Eigen/Dense>\endcode</td><td>Includes Core, Geometry, LU, Cholesky, SVD, QR, and Eigenvalues hea…
DI12_ClassHierarchy.dox38 …added, matrix-multiplied, LU-decomposed, QR-decomposed... All matrix expression classes, including
DAsciiQuickReference.txt157 solved = A.qr() .solve(b, &x)); // No pivoting. #include <Eigen/QR>
DUsingIntelMKL.dox102 <tr><td>QR decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>\code
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kdt_lfz3.pkb137 …�����������(G\]���5��'Tj�w;<B���E7��� �#����S��n'^�İ/` ��'�����Ǻ�D�QR\ �������\���ϝ�!�^
/external/ceres-solver/docs/
Dsolving.tex79 …ed on computing an exact solution of~\eqref{eq:lsqr} using a Cholesky or a QR factorization and le…
231 …NSE\_QR} is the method of choice~\cite{bjorck1996numerical}. Let $J = QR$ be the QR-decomposition …
235 Ceres uses \texttt{Eigen}'s dense QR factorization routines.
238 Large non-linear least square problems are usually sparse. In such cases, using a dense QR factoriz…
243 factorization of $H$ is the same upper triangular matrix $R$ in the QR
244 factorization of $J$. Since $Q$ is an orthonormal matrix, $J=QR$
Dceres-solver.bib91 title={MIQR: A multilevel incomplete QR preconditioner for large sparse least-squares problems},
Dintroduction.tex6 …f different linear solvers suited for different needs. This includes dense QR factorization (using…
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h289 template<typename MatrixType> class QR;

12