HomeSort by relevance Sort by last modified time
    Searched full:givens (Results 1 - 24 of 24) sorted by null

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
rwupdt.h 16 std::vector<JacobiRotation<Scalar> > givens(n);
28 temp = givens[i].c() * r(i,j) + givens[i].s() * rowj;
29 rowj = -givens[i].s() * r(i,j) + givens[i].c() * rowj;
33 /* determine a givens rotation which eliminates w(j). */
34 givens[j].makeGivens(-r(j,j), rowj);
37 continue; // givens[j] is identity
40 r(j,j) = givens[j].c() * r(j,j) + givens[j].s() * rowj
    [all...]
r1updt.h 23 JacobiRotation<Scalar> givens; local
40 /* determine a givens rotation which eliminates the */
42 givens.makeGivens(-v[n-1], v[j]);
45 /* necessary to recover the givens rotation. */
46 v[n-1] = givens.s() * v[j] + givens.c() * v[n-1];
47 v_givens[j] = givens;
51 temp = givens.c() * s(j,i) - givens.s() * w[i];
52 w[i] = givens.s() * s(j,i) + givens.c() * w[i]
    [all...]
qrsolv.h 24 JacobiRotation<Scalar> givens; local
37 /* eliminate the diagonal matrix d using a givens rotation. */
53 /* determine a givens rotation which eliminates the */
55 givens.makeGivens(-s(k,k), sdiag[k]);
59 s(k,k) = givens.c() * s(k,k) + givens.s() * sdiag[k];
60 temp = givens.c() * wa[k] + givens.s() * qtbpj;
61 qtbpj = -givens.s() * wa[k] + givens.c() * qtbpj
    [all...]
r1mpyq.h 12 /* apply the first set of givens rotations to a. */
19 /* apply the second set of givens rotations to a. */
LevenbergMarquardt.h 384 // Q.transpose()*rhs. qtf will be updated using givens rotation,
  /external/eigen/Eigen/
Jacobi 9 * This module provides Jacobi and Givens rotations.
15 * In addition to listed classes, it defines the two following MatrixBase methods to apply a Jacobi or Givens rotation:
  /external/eigen/blas/
level1_real_impl.h 93 // computes the modified parameters for a Givens rotation.
drotm.f 12 * APPLY THE MODIFIED GIVENS TRANSFORMATION, H, TO THE 2 BY N MATRIX
srotm.f 12 * APPLY THE MODIFIED GIVENS TRANSFORMATION, H, TO THE 2 BY N MATRIX
drotmg.f 12 * CONSTRUCT THE MODIFIED GIVENS TRANSFORMATION MATRIX H WHICH ZEROS
srotmg.f 12 * CONSTRUCT THE MODIFIED GIVENS TRANSFORMATION MATRIX H WHICH ZEROS
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 21 * This class represents a Jacobi or Givens rotation.
128 /** Makes \c *this as a Givens rotation \c G such that applying \f$ G^* \f$ to the left of the vector
138 * This function implements the continuous Givens rotation generation algorithm
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 129 // apply old Givens rotations to v
135 // determine next Givens rotation
138 // apply Givens rotation to v and w
  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 91 * Givens a pending request (struct svc_rqst), finds and assigns
  /external/opencv/cv/src/
cvgeometry.cpp 376 /* Find Givens rotation Q_x for x axis (left multiplication). */
395 /* Find Givens rotation for y axis. */
414 /* Find Givens rotation for z axis. */
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.h 321 * Givens a Specs object, convert it to a SingleID object. The
tridpars.cpp 805 * Givens a Spec object, convert it to a SingleID object. The
  /external/eigen/Eigen/src/Cholesky/
LLT.h 209 // This version is based on Givens rotations.
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 364 /* perform the QR step using Givens rotations. The first rotation
SelfAdjointEigenSolver.h 775 // apply the givens rotation to the unit matrix Q = Q * G
  /external/icu4c/i18n/
tridpars.h 321 * Givens a Specs object, convert it to a SingleID object. The
tridpars.cpp 805 * Givens a Spec object, convert it to a SingleID object. The
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scilab.php 111 'getshortpathname', 'getsymbol', 'getvalue', 'getversion', 'gfare', 'gfrancis', 'girth', 'givens',
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 2148 milliseconds