/external/eigen/Eigen/ |
D | QR | 12 /** \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"
|
D | Dense | 4 #include "QR"
|
D | SVD | 4 #include "QR"
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | QR.h | 17 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/ |
D | README.google | 7 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/ |
D | Polynomials | 24 * \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
|
D | NonLinearOptimization | 17 #include <Eigen/QR>
|
/external/smack/src/org/xbill/DNS/ |
D | Flags.java | 17 public static final byte QR = 0; field in Flags 45 flags.add(QR, "qr"); in flags.add() argument
|
D | SimpleResolver.java | 343 response.getHeader().setFlag(Flags.QR); in sendAXFR()
|
/external/eigen/Eigen/src/QR/ |
D | CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/QR COMPONENT Devel
|
/external/zxing/core/ |
D | README.google | 12 QR Codes, Data Matrix, and the UPC family of 1D barcodes. It will provide
|
/external/eigen/test/eigen2/ |
D | eigen2_qr.cpp | 26 QR<MatrixType> qrOfA(a); in qr()
|
/external/llvm/test/CodeGen/ARM/ |
D | vselect_imax.ll | 5 ; 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/ |
D | fr-FR_nk0_kpdf_dur.pkb | 3 …1PP@ ���Q$psQ�q"A APR!`&��@ R01!�&2PQR! pT!t…
|
/external/eigen/doc/ |
D | B01_Experimental.dox | 27 \li QR
|
D | C06_TutorialLinearAlgebra.dox | 10 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…
|
D | QuickReference.dox | 32 <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…
|
D | I12_ClassHierarchy.dox | 38 …added, matrix-multiplied, LU-decomposed, QR-decomposed... All matrix expression classes, including
|
D | AsciiQuickReference.txt | 157 solved = A.qr() .solve(b, &x)); // No pivoting. #include <Eigen/QR>
|
D | UsingIntelMKL.dox | 102 <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/ |
D | de-DE_gl0_kdt_lfz3.pkb | 137 …����������(G\]���5��'Tj�w;<B���E7��� �#����S��n'^�İ/` �'�����Ǻ�D�QR\ �������\���ϝ�!�^
|
/external/ceres-solver/docs/ |
D | solving.tex | 79 …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$
|
D | ceres-solver.bib | 91 title={MIQR: A multilevel incomplete QR preconditioner for large sparse least-squares problems},
|
D | introduction.tex | 6 …f different linear solvers suited for different needs. This includes dense QR factorization (using…
|
/external/eigen/Eigen/src/Core/util/ |
D | ForwardDeclarations.h | 289 template<typename MatrixType> class QR;
|