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

  /external/ceres-solver/include/ceres/
jet.h 65 // the function with one extended with infinitesimals. The class Jet, defined in
96 // this file, it is necessary to create a single jet type which has components
105 // Jet<double, 2> x(0); // Pick the 0th dual number for x.
106 // Jet<double, 2> y(1); // Pick the 1st dual number for y.
107 // Jet<double, 2> z = f(x, y);
112 // Most users should not use Jet objects directly; a wrapper around Jet objects,
118 // "jets". A 1st order jet is an element of the ring
122 // which essentially means that each jet consists of a "scalar" value 'a' from T
138 // The only remaining question is how to evaluate the function of a jet, fo
    [all...]
dynamic_autodiff_cost_function.h 72 #include "ceres/jet.h"
107 // acceptable to do e.g. T(1.5) and get an appropriately sized jet back.
110 // dynamically sized jet to the static instantiations that existing code
122 vector<Jet<double, Stride> > input_jets(num_parameters);
123 vector<Jet<double, Stride> > output_jets(num_residuals());
126 vector<Jet<double, Stride>* > jet_parameters(num_parameter_blocks,
127 static_cast<Jet<double, Stride>* >(NULL));
181 // Set most of the jet components to zero, except for
  /external/ceres-solver/google3/
jet_traits.h 2 // enable embedding Jet objects inside the Quaternion class, found in
23 #include "ceres/jet.h"
27 struct MathLimits<ceres::Jet<T, N> > {
28 typedef ceres::Jet<T, N> Type;
29 typedef ceres::Jet<T, N> UnsignedType;
66 // underlying the jet, use a tablular format which makes the structure clear.
67 template<typename T, int N> const ceres::Jet<T, N> MathLimits<ceres::Jet<T, N> >::kPosMin = ceres::Jet<T, N>(MathLimits<T>::kPosMin); // NOLINT
68 template<typename T, int N> const ceres::Jet<T, N> MathLimits<ceres::Jet<T, N> >::kPosMax = ceres::Jet<T, N>(MathLimits<T>::kPosMax); (…)
    [all...]
  /sdk/build/
tools.darwin.atree 35 external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator
36 prebuilts/tools/darwin-x86/jetcreator/libEASLIb.dylib tools/Jet/JetCreator/libEASLIb.dylib
37 external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content
38 external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates
tools.windows.atree 120 external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator
121 external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content
122 external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates
123 prebuilts/tools/windows/jetcreator/EASDLL.dll tools/Jet/JetCreator/EASDLL.dll
  /external/ceres-solver/internal/ceres/
jet_test.cc 31 #include "ceres/jet.h"
49 typedef Jet<double, 2> J;
51 // Convenient shorthand for making a jet.
69 TEST(Jet, Jet) {
302 TEST(Jet, JetsInEigenMatrices) {
323 Jet<double, 3> a(5.5, 0);
334 Jet<double, 3> a(5.5, 0);
345 Jet<double, 3> a(5.5, 0);
356 Jet<double, 3> a(5.5, 0)
    [all...]
rotation_test.cc 36 #include "ceres/jet.h"
618 typedef Jet<double, 3> J3;
619 typedef Jet<double, 4> J4;
653 bool IsClose(const Jet<double, N> &x, const Jet<double, N> &y) {
665 void ExpectJetArraysClose(const Jet<double, N> *x, const Jet<double, N> *y) {
668 LOG(ERROR) << "Jet " << i << "/" << M << " not equal";
671 Jet<double, N> d, zero;
jet_quaternion_integration_test.cc 31 // Tests the use of Cere's Jet type with the quaternions found in util/math/. In
43 #include "ceres/jet.h"
51 typedef Jet<double, 4> J;
76 // Compare scalar multiplication to jet multiplication. Ignores derivatives.
86 // Compare scalar slerp to jet slerp. Ignores derivatives.
115 // Compare jet slurp to jet slerp using identies, checking derivatives.
autodiff_test.cc 669 typedef Jet<double, 2> JetT;
  /external/ceres-solver/include/ceres/internal/
autodiff.h 33 // dual numbers in jet.h. Before reading the rest of this file, it is adivsable
34 // to read jet.h's header comment in detail.
59 // Similar to the 2-parameter example for f described in jet.h, computing the
60 // jacobian dy/dx is done by substutiting a suitable jet object for x and all
62 // a Jet<double, 4>.
64 // Before substituting a jet object for x, the dual components are set
89 // vector-valued parameters, for example, x[3] and z[6]. Unfortunately, the jet
110 // In this case, the necessary jet type is Jet<double, 5>. Here is a
111 // visualization of the jet objects in this case
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1110 milliseconds