Home
last modified time | relevance | path

Searched refs:QR (Results 1 – 25 of 47) 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"
DSparseQR9 * \brief Provides QR decomposition for sparse matrices
11 * This module provides a simplicial version of the left-looking Sparse QR decomposition.
DDense4 #include "QR"
DSVD4 #include "QR"
DOrderingMethods15 * the sparse matrix decomposition (LLT, LU, 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/
DPolynomials29 * \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
DSVD4 #include <Eigen/QR>
DLevenbergMarquardt17 #include <Eigen/QR>
DNonLinearOptimization17 #include <Eigen/QR>
/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.ll6 ; 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/
Dfr-FR_nk0_kpdf_dur.pkb3 …��1PP@ ���΃���Q$ps��Q�q"������A A�PR!��`&��@ R01!��&2PQR! ������������pT!t…
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc1688 #define RGBTOUV(QB, QG, QR) \ argument
1691 "vmls.s16 q8, " #QR ", q12 \n" /* R */ \
1693 "vmul.s16 q9, " #QR ", q10 \n" /* R */ \
Drow_neon64.cc1796 #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/
DB01_Experimental.dox24 \li QR
DTutorialLinearAlgebra.dox6 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…
DSparseLinearSystems.dox30 <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…
DQuickReference.dox22 <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/
Dceres-solver.spec44 - Dense QR and Cholesky factorization (using Eigen) for small problems
/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/source/
Dfeatures.rst50 solvers - dense QR and dense Cholesky factorization (using

12