HomeSort by relevance Sort by last modified time
    Searched full:equations (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/ceres-solver/internal/ceres/
dense_normal_cholesky_solver.h 32 // equations and solving them using the Cholesky factorization.
52 // equations, the solver instead solves the linear least squares
58 // gives us the normal equations
sparse_normal_cholesky_solver.h 32 // the normal equations via a sparse cholesky factorization.
47 // Solves the normal equations (A'A + D'D) x = A'b, using the CHOLMOD sparse
iterative_schur_complement_solver.h 62 // possibility of solving the Newton equations in a non-linear solver
67 // running CG on the Normal Equations with an SSOR preconditioner. For
sparse_normal_cholesky_solver.cc 124 // Compute the normal equations. J'J delta = J'f and solve them
127 // and then the normal equations before they can be
130 // equations.
cgnr_solver.h 42 // A conjugate gradients on the normal equations solver. This directly solves
dense_qr_solver.h 51 // equations, the solver instead solves the linear least squares
visibility.h 68 // from the normal equations.
schur_eliminator.h 108 // we can form the normal equations,
119 // now subtracting the two equations we get
123 // Instead of forming the normal equations and operating on them as
  /external/libvorbis/lib/
scales.h 70 /* The bark scale equations are approximations, since the original
74 the oft-quoted bark equations found in the texts I have). The
  /external/speex/libspeex/
vorbis_psy.h 45 /* The bark scale equations are approximations, since the original
49 the oft-quoted bark equations found in the texts I have). The
  /external/ceres-solver/data/nist/
DanWood.dat 21 Fitting Equations to Data, Second Edition.
  /external/ceres-solver/include/ceres/
types.h 61 // normal equations A'A x = A'b. They are direct solvers and do not
64 // Solve the normal equations using a dense Cholesky solver; based
68 // Solve the normal equations using a dense QR solver; based on
72 // Solve the normal equations using a sparse cholesky solver; requires
92 // Conjugate gradients on the normal equations.
  /external/eigen/lapack/
cholesky.cpp 38 // POTRS solves a system of linear equations A*X = B with a symmetric
lu.cpp 43 //GETRS solves a system of linear equations
  /external/skia/include/effects/
SkPorterDuff.h 25 For these equations, the colors are in premultiplied state.
  /external/skia/legacy/include/effects/
SkPorterDuff.h 27 For these equations, the colors are in premultiplied state.
  /external/libvorbis/doc/
09-helper.tex 4 \section{Helper equations} \label{vorbis:spec:helper}
8 The equations below are used in multiple places by the Vorbis codec
helper.html 73 <h1>Ogg Vorbis I format specification: helper equations</h1>
77 <p>The equations below are used in multiple places by the Vorbis codec
  /external/openssl/crypto/dh/
generate 24 a large pile of simultaneous equations and then solves them);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_FO_HPF.c 33 /* filter. It uses the equations: */
LVM_FO_LPF.c 33 /* filter. It uses the equations: */
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 51 /* 1. The equations used are as follows: */
189 /* 1. The equations used are as follows: */
  /external/qemu/distrib/jpeg-6b/
jccolor.c 35 * The conversion equations to be implemented are therefore
155 /* If the inputs are 0..MAXJSAMPLE, the outputs of these equations
202 /* If the inputs are 0..MAXJSAMPLE, the outputs of these equations
248 /* If the inputs are 0..MAXJSAMPLE, the outputs of these equations
346 /* If the inputs are 0..MAXJSAMPLE, the outputs of these equations
  /external/jpeg/
jccolor.c 35 * The conversion equations to be implemented are therefore
155 /* If the inputs are 0..MAXJSAMPLE, the outputs of these equations
253 /* If the inputs are 0..MAXJSAMPLE, the outputs of these equations
  /external/eigen/blas/
ctpsv.f 13 * CTPSV solves one of the systems of equations
37 * On entry, TRANS specifies the equations to be solved as

Completed in 3046 milliseconds

1 2 3 4 5