Searched refs:compute (Results 26 - 50 of 166) sorted by relevance

1234567

/external/eigen/test/
H A Dschur_real.cpp59 // Test whether compute() and constructor returns same result
62 rs1.compute(A);
71 rs3.setMaxIterations(RealSchur<MatrixType>::m_maxIterationsPerRow * size).compute(A);
76 rs3.setMaxIterations(1).compute(A);
83 rs3.setMaxIterations(1).compute(Atriangular); // triangular matrices do not need any iterations
H A Deigensolver_complex.cpp60 ei2.setMaxIterations(ComplexSchur<MatrixType>::m_maxIterationsPerRow * rows).compute(a);
65 ei2.setMaxIterations(1).compute(a);
98 eig.compute(a, false);
H A Deigensolver_generic.cpp48 ei2.setMaxIterations(RealSchur<MatrixType>::m_maxIterationsPerRow * rows).compute(a);
53 ei2.setMaxIterations(1).compute(a);
84 eig.compute(a, false);
H A Deigensolver_selfadjoint.cpp60 eiSymmGen.compute(symmA, symmB,Ax_lBx);
66 eiSymmGen.compute(symmA, symmB,BAx_lx);
72 eiSymmGen.compute(symmA, symmB,ABx_lx);
92 eiSymmUninitialized.compute(symmA, false);
H A Dspqr_support.cpp40 solver.compute(A);
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dauth.h83 (((a)->type)->compute((a)->state, (buf), (len), (a)->out_len, (res)))
127 auth_compute_func compute; member in struct:auth_type_t
/external/srtp/crypto/include/
H A Dauth.h81 (((a)->type)->compute((a)->state, (buf), (len), (a)->out_len, (res)))
125 auth_compute_func compute; member in struct:auth_type_t
/external/clang/test/Analysis/
H A Dtemporaries.cpp174 extern bool compute(bool);
185 if (compute(i == 5 &&
186 (i == 4 || compute(true) ||
187 compute(i == 5 && (i == 4 || check(NoReturnDtor()))))) ||
192 if (compute(i == 5 &&
194 compute(i == 5 && (i == 4 || check(NoReturnDtor()))))) ||
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIterativeSolverBase.h45 * by a call to compute().
49 * this class becomes invalid. Call compute() to update it with the new
55 compute(A);
80 * this class becomes invalid. Call compute() to update it with the new
95 * Currently, this function mostly initialized/compute the preconditioner. In the future
100 * this class becomes invalid. Call compute() to update it with the new
103 Derived& compute(const MatrixType& A) function in class:Eigen::IterativeSolverBase
106 m_preconditioner.compute(A);
164 * \sa compute()
177 * \sa compute()
[all...]
/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h51 * perform decompositions via Bidiagonalization::compute(const MatrixType&).
60 compute(matrix);
63 UpperBidiagonalization& compute(const MatrixType& matrix);
89 UpperBidiagonalization<_MatrixType>& UpperBidiagonalization<_MatrixType>::compute(const _MatrixType& matrix) function in class:Eigen::internal::UpperBidiagonalization
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DScaling.h60 compute(matrix);
72 void compute (const MatrixType& mat) function in class:Eigen::IterScaling
139 * \sa compute()
143 compute (mat);
H A DIncompleteLU.h31 compute(mat);
38 IncompleteLU& compute(const MatrixType& mat) function in class:Eigen::IncompleteLU
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h145 * \sa compute()
225 * \sa compute()
258 void compute(ColSpMatrix& mat);
315 void PastixBase<Derived>::compute(ColSpMatrix& mat) function in class:Eigen::PastixBase
448 compute(matrix);
455 void compute (const MatrixType& matrix) function in class:Eigen::PastixLU
460 Base::compute(temp);
558 compute(matrix);
564 void compute (const MatrixType& matrix) function in class:Eigen::PastixLLT
568 Base::compute(tem
645 void compute (const MatrixType& matrix) function in class:Eigen::PastixLDLT
[all...]
/external/eigen/unsupported/Eigen/src/Eigenvalues/
H A DArpackSelfAdjointEigenSolver.h67 * perform decompositions via compute().
85 * \param[in] nbrEigenvalues The number of eigenvalues / eigenvectors to compute.
96 * This constructor calls compute(const MatrixType&, const MatrixType&, Index, string, int, RealScalar)
97 * to compute the eigenvalues of the matrix \p A with respect to \p B. The eigenvectors are computed if
111 compute(A, B, nbrEigenvalues, eigs_sigma, options, tol);
119 * \param[in] nbrEigenvalues The number of eigenvalues / eigenvectors to compute.
130 * This constructor calls compute(const MatrixType&, Index, string, int, RealScalar)
131 * to compute the eigenvalues of the matrix \p A. The eigenvectors are computed if
146 compute(A, nbrEigenvalues, eigs_sigma, options, tol);
154 * \param[in] nbrEigenvalues The number of eigenvalues / eigenvectors to compute
335 ::compute(const MatrixType& A, Index nbrEigenvalues, function in class:Eigen::ArpackGeneralizedSelfAdjointEigenSolver
348 ::compute(const MatrixType& A, const MatrixType& B, Index nbrEigenvalues, function in class:Eigen::ArpackGeneralizedSelfAdjointEigenSolver
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_pixmap_colormap.spec34 in order to compute pixel values during rendering.
65 to compute pixel values from RGB values Mesa requires a colormap.
/external/eigen/Eigen/src/Eigenvalues/
H A DComplexEigenSolver.h38 * The main function in this class is compute(), which computes the
90 * perform decompositions via compute().
123 * This constructor calls compute() to compute the eigendecomposition.
133 compute(matrix, computeEigenvectors);
142 * function compute(const MatrixType& matrix, bool) has been called before
143 * to compute the eigendecomposition of a matrix, and
169 * function compute(const MatrixType& matrix, bool) has been called before
170 * to compute the eigendecomposition of a matrix.
202 * compute th
252 ComplexEigenSolver<MatrixType>::compute(const MatrixType& matrix, bool computeEigenvectors) function in class:Eigen::ComplexEigenSolver
[all...]
H A DGeneralizedEigenSolver.h44 * Call the function compute() to compute the generalized eigenvalues and eigenvectors of
113 * perform decompositions via EigenSolver::compute(const MatrixType&, bool).
115 * \sa compute() for an example.
143 * This constructor calls compute() to compute the generalized eigenvalues
146 * \sa compute()
158 compute(A, B, computeEigenvectors);
167 * compute(const MatrixType&, const MatrixType& bool) has been called before, and
190 * compute(cons
291 GeneralizedEigenSolver<MatrixType>::compute(const MatrixType& A, const MatrixType& B, bool computeEigenvectors) function in class:Eigen::GeneralizedEigenSolver
[all...]
H A DSelfAdjointEigenSolver.h53 * Call the function compute() to compute the eigenvalues and eigenvectors of
105 * perform decompositions via compute(). This constructor
125 * intends to perform decompositions via compute(). The \p size
129 * \sa compute() for an example
144 * This constructor calls compute(const MatrixType&, int) to compute the
151 * \sa compute(const MatrixType&, int)
159 compute(matrix, options);
192 SelfAdjointEigenSolver& compute(cons
342 void compute(const MatrixType& matrix, bool computeEigenvectors) function in class:Eigen::SelfAdjointEigenSolver
347 void compute(const MatrixType& matA, const MatrixType& matB, bool computeEigenvectors = true) function in class:Eigen::SelfAdjointEigenSolver
385 ::compute(const MatrixType& matrix, int options) function in class:Eigen::SelfAdjointEigenSolver
[all...]
H A DComplexSchur.h40 * Call the function compute() to compute the Schur decomposition of
88 * intends to perform decompositions via compute(). The \p size
92 * \sa compute() for an example.
108 * This constructor calls compute() to compute the Schur decomposition.
120 compute(matrix, computeU);
129 * member function compute(const MatrixType& matrix, bool computeU)
130 * has been called before to compute the Schur decomposition of a
150 * member function compute(cons
316 ComplexSchur<MatrixType>& ComplexSchur<MatrixType>::compute(const MatrixType& matrix, bool computeU) function in class:Eigen::ComplexSchur
[all...]
/external/eigen/unsupported/Eigen/src/Polynomials/
H A DPolynomialSolver.h322 * Currently a QR algorithm is used to compute the eigenvalues of the companion matrix of
323 * the polynomial to compute its roots.
345 void compute( const OtherPolynomial& poly ) function in class:Eigen::PolynomialSolver
350 m_eigenSolver.compute( companion.denseMatrix() );
357 compute( poly ); }
377 void compute( const OtherPolynomial& poly ) function in class:Eigen::PolynomialSolver
/external/eigen/unsupported/test/
H A Djacobisvd.cpp85 VERIFY_RAISES_ASSERT(svd_fullqr.compute(a, ComputeFullU|ComputeThinV))
86 VERIFY_RAISES_ASSERT(svd_fullqr.compute(a, ComputeThinU|ComputeThinV))
87 VERIFY_RAISES_ASSERT(svd_fullqr.compute(a, ComputeThinU|ComputeFullV))
129 svd.compute(M); // just check we don't loop indefinitely
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec34 in order to compute pixel values during rendering.
65 to compute pixel values from RGB values Mesa requires a colormap.
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h58 derived().compute(matrix);
84 * \sa compute()
98 * \sa compute()
155 eigen_assert(m_factorizationIsOk && "The decomposition is not in a valid state for solving, you must first call either compute() or symbolic()/numeric()");
185 void compute(const MatrixType& matrix) function in class:Eigen::SimplicialCholeskyBase
340 SimplicialLLT& compute(const MatrixType& matrix) function in class:Eigen::SimplicialLLT
342 Base::template compute<false>(matrix);
435 SimplicialLDLT& compute(const MatrixType& matrix) function in class:Eigen::SimplicialLDLT
437 Base::template compute<true>(matrix);
497 compute(matri
527 SimplicialCholesky& compute(const MatrixType& matrix) function in class:Eigen::SimplicialCholesky
[all...]
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixSquareRoot.h37 * changed (or destroyed) before compute() is called.
53 template <typename ResultType> void compute(ResultType &result);
80 void MatrixSquareRootQuasiTriangular<MatrixType>::compute(ResultType &result) function in class:Eigen::MatrixSquareRootQuasiTriangular
274 template <typename ResultType> void compute(ResultType &result);
282 void MatrixSquareRootTriangular<MatrixType>::compute(ResultType &result) function in class:Eigen::MatrixSquareRootTriangular
322 * changed (or destroyed) before compute() is called.
333 template <typename ResultType> void compute(ResultType &result);
350 template <typename ResultType> void compute(ResultType &result) function in class:Eigen::MatrixSquareRoot
359 MatrixSquareRootQuasiTriangular<MatrixType>(T).compute(sqrtT);
383 template <typename ResultType> void compute(ResultTyp function in class:Eigen::MatrixSquareRoot
[all...]
/external/chromium_org/media/base/simd/
H A Dconvert_yuv_to_rgb_mmx.inc47 ; If number of pixels is odd then compute it.

Completed in 400 milliseconds

1234567