/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 | SparseQR | 9 * \brief Provides QR decomposition for sparse matrices 11 * This module provides a simplicial version of the left-looking Sparse QR decomposition.
|
D | Dense | 4 #include "QR"
|
D | SVD | 4 #include "QR"
|
D | OrderingMethods | 15 * the sparse matrix decomposition (LLT, LU, 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 | 29 * \brief This module provides a QR based polynomial solver. 44 and a QR based polynomial solver. 48 polynomials, computing estimates about polynomials and next the QR based polynomial 98 \section QR polynomial solver class 99 …a polynomial by computing the eigenvalues of the associated companion matrix with the QR algorithm. 112 …However, the QR algorithm is not guaranteed to converge when there are several eigenvalues with sa… 127 …-# the accuracy problem with the QR algorithm is presented: a polynomial with almost conjugate roo… 128 Those roots have almost same module therefore the QR algorithm failed to converge: the accuracy
|
D | SVD | 4 #include <Eigen/QR>
|
D | LevenbergMarquardt | 17 #include <Eigen/QR>
|
D | NonLinearOptimization | 17 #include <Eigen/QR>
|
/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 | 6 ; CHECK: vcgt.s32 [[QR:q[0-9]+]], [[Q1:q[0-9]+]], [[Q2:q[0-9]+]] 7 ; 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/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 1688 #define RGBTOUV(QB, QG, QR) \ argument 1691 "vmls.s16 q8, " #QR ", q12 \n" /* R */ \ 1693 "vmul.s16 q9, " #QR ", q10 \n" /* R */ \
|
D | row_neon64.cc | 1796 #define RGBTOUV(QB, QG, QR) \ argument 1799 "vmls.s16 q8, " #QR ", q12 \n" /* R */ \ 1801 "vmul.s16 q9, " #QR ", q10 \n" /* R */ \
|
/external/eigen/doc/ |
D | B01_Experimental.dox | 24 \li QR
|
D | TutorialLinearAlgebra.dox | 6 QR, %SVD, eigendecompositions... After reading this page, don't miss our 35 Here, ColPivHouseholderQR is a QR decomposition with column pivoting. It's a good compromise for th…
|
D | SparseLinearSystems.dox | 30 <tr><td>SparseQR</td> <td>\link SparseQR_Module SparseQR \endlink</td> <td> QR factorization</td> 46 <tr><td>SPQR</td><td>\link SPQRSupport_Module SPQRSupport \endlink </td> <td> QR factorization </t… 108 …es, LDLT for general hermitian matrices, LU for non hermitian matrices and QR for rectangular matr…
|
D | QuickReference.dox | 22 <tr class="alt"><td>\link QR_Module QR \endlink</td><td>\code#include <Eigen/QR>\endcode</td><td>QR… 25 … <Eigen/Dense>\endcode</td><td>Includes Core, Geometry, LU, Cholesky, SVD, QR, and Eigenvalues hea…
|
/external/ceres-solver/scripts/ |
D | ceres-solver.spec | 44 - Dense QR and Cholesky factorization (using Eigen) for small problems
|
/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/source/ |
D | features.rst | 50 solvers - dense QR and dense Cholesky factorization (using
|