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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
FullPivLU_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
11 cout << "The equation mx=y does not have any solution." << endl;
ColPivHouseholderQR_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
FullPivHouseholderQR_solve.cpp 8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
HouseholderQR_solve.cpp 9 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
PartialPivLU_solve.cpp 6 cout << "Here is the (unique) solution X to the equation AX=B:" << endl << X << endl;
LLT_solve.cpp 2 // let's generate some samples on the 3D plane of equation z = 2x+3y (with some noise)
  /external/ceres-solver/docs/
nnlsq.tex 8 \begin{equation}
10 \end{equation}
16 \begin{equation}
18 \end{equation}
20 \begin{equation}
22 \end{equation}
reference-overview.tex 5 \begin{equation}
8 \end{equation}
modeling.tex 9 \begin{equation}
11 \end{equation}
43 \begin{equation}
47 \end{equation}
276 \begin{equation}
278 \end{equation}
310 \begin{equation}
312 \end{equation}
316 \begin{equation}
318 \end{equation}
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-1.1 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
glspec-checks 1 glClipPlanef check equation 4
2 glClipPlanex check equation 4
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
gl.attrib 5 #void glClipPlanef(GLenum plane, GLfloat *equation)
7 dir equation in
8 len equation (4 * sizeof(float))
381 #glClipPlanexOES(GLenum plane, const GLfixed * equation)
383 dir equation in
384 len equation (4 * sizeof(GLfixed))
386 #glClipPlanexIMG(GLenum plane, const GLfixed * equation)
388 dir equation in
389 len equation (4 * sizeof(GLfixed))
530 #void glClipPlanefOES(GLenum plane, GLfloat *equation)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Tables.c 133 * Coefficients for calculating the cosine with the equation:
150 * Coefficients for calculating the cosine error with the equation:
159 * the equation:
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 28 * This class represents an hyperplane as the zero set of the implicit equation
64 * such that the algebraic equation of the plane is \f$ n \cdot x + d = 0 \f$.
134 * to the linear part of the implicit equation.
139 * to the linear part of the implicit equation.
143 /** \returns the distance to the origin, which is also the "constant term" of the implicit equation
149 * of the implicit equation */
152 /** \returns a constant reference to the coefficients c_i of the plane equation:
157 /** \returns a non-constant reference to the coefficients c_i of the plane equation:
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 29 * This class represents an hyperplane as the zero set of the implicit equation
75 * such that the algebraic equation of the plane is \f$ n \cdot x + d = 0 \f$.
145 * to the linear part of the implicit equation.
150 * to the linear part of the implicit equation.
154 /** \returns the distance to the origin, which is also the "constant term" of the implicit equation
160 * of the implicit equation */
163 /** \returns a constant reference to the coefficients c_i of the plane equation:
168 /** \returns a non-constant reference to the coefficients c_i of the plane equation:
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
  /external/bzip2/
bz-common.xsl 22 book toc,title,figure,table,example,equation
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.c 12 * Successive approximation of the equation (root + delta) ^ 2 = N
  /external/eigen/Eigen/src/Eigen2Support/
LeastSquares.h 41 * constants \f$a,b,c\f$ so that the plane of equation \f$y=ax+bz+c\f$ fits
56 * instance how near points[0] is from the plane of equation \f$y=ax+bz+c\f$.
61 * are near, so points[0] is very near the plane of equation \f$y=ax+bz+c\f$.
74 Then the resulting equation is:
110 * take a \a funcOfOthers argument. Instead, it finds a general equation
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.in 57 (GLenum plane, const GLfloat *equation),
58 (plane, equation))
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 105 BLEND_EQUATION_RGB("RGB Equation"),
106 BLEND_EQUATION_ALPHA("Alpha Equation"),
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.in 57 (GLenum plane, const GLfloat *equation),
58 (plane, equation))
  /external/skia/include/views/
SkTextBox.h 22 Spacing is a linear equation used to compute the distance between lines
  /external/skia/legacy/include/utils/
SkTextBox.h 22 Spacing is a linear equation used to compute the distance between lines
  /external/ceres-solver/internal/ceres/
corrector.cc 88 // Calculate the smaller of the two solutions to the equation
108 // Equation 11 in BANS.
119 // Equation 11 in BANS.

Completed in 2055 milliseconds

1 2 3 4 5 6 7 8 91011>>