HomeSort by relevance Sort by last modified time
    Searched refs:Linear (Results 1 - 23 of 23) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Spline.java 20 Linear,
193 if (type == SplineType.Linear) {
263 case Linear:
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 54 enum FilterType { Linear, Nearest, Trilinear };
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
Ease.java 26 static class Linear {
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
Ease.java 26 static class Linear {
  /external/ceres-solver/docs/
nnlsq.tex 2 \chapter{Non-linear Least Squares}
11 is a Non-linear least squares problem~\footnote{Ceres can solve a more general version of this problem, but for pedagogical reasons, we will restrict ourselves to this class of problems for now. See section~\ref{chapter:overview} for a full description of the problems that Ceres can solve}. Here $\|\cdot\|$ denotes the Euclidean norm of a vector.
13 Such optimization problems arise in almost every area of science and engineering. Whenever there is data to be analyzed, curves to be fitted, there is usually a linear or a non-linear least squares problem lurking in there somewhere.
15 Perhaps the simplest example of such a problem is the problem of Ordinary Linear Regression, where given observations $(x_1,y_1),\hdots, (x_k,y_k)$, we wish to find the line $y = mx + c$, that best explains $y$ as a function of $x$. One way to solve this problem is to find the solution to the following optimization problem
23 This is a non-linear regression problem and solving it by hand is much more tedious. Ceres is designed to help you mod (…)
build.tex 13 linear algebra operations.
37 \item{\texttt{protobuf}~\footnote{\url{http://code.google.com/p/protobuf/}}} is an optional dependency that is used for serializing and deserializing linear least squares problems to disk. This is useful for debugging and testing. Without it, some of the tests will be disabled.
107 This runs Ceres for a maximum of 10 iterations using the \denseschur\ linear solver. The output should look something like this.
127 Linear solver DENSE_SCHUR DENSE_SCHUR
130 Linear Solver Threads: 1 1
changes.tex 43 \item A non-linear generalization of Ruhe \& Wedin's Algorithm
45 non-separable non-linear least squares problems. With
96 \item New \texttt{DENSE\_NORMAL\_CHOLESKY} linear solver, which uses Eigen's
100 \item New example \texttt{nist.cc} and data from the NIST non-linear
143 \item The sparse linear algebra library is only logged in
227 \item Add an optional lower bound to the Levenberg-Marquardt regularizer to prevent oscillating between well and ill posed linear problems.
233 \item New iterative linear solver for general sparse problems - \texttt{CGNR} and a block Jacobi preconditioner for it.
236 \item Support for writing the linear least squares problems to disk in text format so that they can loaded into \texttt{MATLAB}.
237 \item Linear solver results are now checked for nan and infinities.
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 120 case Linear:
325 * sets the tension of the curve (only for catmull rom) 0.0 will give a linear curve, 1.0 a round curve
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Curve.java 90 case Linear:
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 184 path.setPathSplineType(SplineType.Linear);
TestMotionPath.java 174 path.setPathSplineType(SplineType.Linear);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 61 case PlatformCALayer::Linear: return kCACFFilterLinear;
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 140 case PlatformCALayer::Linear: return kCAFilterLinear;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 202 VALUE Ascend-History-Weigh-Type History-Linear 1
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 150 Spline bevelSpline = new Spline(SplineType.Linear, new Vector3f[]{
  /external/eigen/blas/testing/
cblat2.f 49 * An extended set of Fortran Basic Linear Algebra Subprograms.
    [all...]
dblat2.f 48 * An extended set of Fortran Basic Linear Algebra Subprograms.
    [all...]
dblat3.f 34 * A Set of Level 3 Basic Linear Algebra Subprograms.
    [all...]
sblat2.f 48 * An extended set of Fortran Basic Linear Algebra Subprograms.
    [all...]
sblat3.f 34 * A Set of Level 3 Basic Linear Algebra Subprograms.
    [all...]
zblat2.f 49 * An extended set of Fortran Basic Linear Algebra Subprograms.
    [all...]
cblat3.f 37 * A Set of Level 3 Basic Linear Algebra Subprograms.
    [all...]
zblat3.f 37 * A Set of Level 3 Basic Linear Algebra Subprograms.
    [all...]

Completed in 1319 milliseconds