Searched refs:Jet (Results 1 - 8 of 8) sorted by relevance

/external/ceres-solver/include/ceres/
H A Djet.h65 // the function with one extended with infinitesimals. The class Jet, defined in
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,
170 struct Jet { struct in namespace:ceres
175 // (where T is a Jet<T, N>). This usually only happens in opt mode. Note that
178 Jet() : a() { function in struct:ceres::Jet
183 explicit Jet(cons function in struct:ceres::Jet
189 Jet(const T& value, int k) { function in struct:ceres::Jet
200 Jet(const T& value, const Eigen::DenseBase<Derived> &vIn) function in struct:ceres::Jet
207 operator +=(const Jet<T, N> &y) argument
212 operator -=(const Jet<T, N> &y) argument
217 operator *=(const Jet<T, N> &y) argument
222 operator /=(const Jet<T, N> &y) argument
250 operator +(const Jet<T, N>& f) argument
259 operator -(const Jet<T, N>&f) argument
265 operator +(const Jet<T, N>& f, const Jet<T, N>& g) argument
272 operator +(const Jet<T, N>& f, T s) argument
278 operator +(T s, const Jet<T, N>& f) argument
284 operator -(const Jet<T, N>& f, const Jet<T, N>& g) argument
291 operator -(const Jet<T, N>& f, T s) argument
297 operator -(T s, const Jet<T, N>& f) argument
303 operator *(const Jet<T, N>& f, const Jet<T, N>& g) argument
310 operator *(const Jet<T, N>& f, T s) argument
316 operator *(T s, const Jet<T, N>& f) argument
322 operator /(const Jet<T, N>& f, const Jet<T, N>& g) argument
338 operator /(T s, const Jet<T, N>& g) argument
345 operator /(const Jet<T, N>& f, T s) argument
399 abs(const Jet<T, N>& f) argument
405 log(const Jet<T, N>& f) argument
412 exp(const Jet<T, N>& f) argument
419 sqrt(const Jet<T, N>& f) argument
427 cos(const Jet<T, N>& f) argument
433 acos(const Jet<T, N>& f) argument
440 sin(const Jet<T, N>& f) argument
446 asin(const Jet<T, N>& f) argument
453 tan(const Jet<T, N>& f) argument
461 atan(const Jet<T, N>& f) argument
468 sinh(const Jet<T, N>& f) argument
474 cosh(const Jet<T, N>& f) argument
480 tanh(const Jet<T, N>& f) argument
498 IsFinite(const Jet<T, N>& f) argument
512 IsInfinite(const Jet<T, N>& f) argument
526 IsNaN(const Jet<T, N>& f) argument
540 IsNormal(const Jet<T, N>& f) argument
557 atan2(const Jet<T, N>& g, const Jet<T, N>& f) argument
571 pow(const Jet<T, N>& f, double g) argument
579 pow(double f, const Jet<T, N>& g) argument
588 pow(const Jet<T, N>& f, const Jet<T, N>& g) argument
611 ei_conj(const Jet<T, N>& x) argument
612 ei_real(const Jet<T, N>& x) argument
613 ei_imag(const Jet<T, N>& ) argument
614 ei_abs(const Jet<T, N>& x) argument
615 ei_abs2(const Jet<T, N>& x) argument
616 ei_sqrt(const Jet<T, N>& x) argument
617 ei_exp(const Jet<T, N>& x) argument
618 ei_log(const Jet<T, N>& x) argument
619 ei_sin(const Jet<T, N>& x) argument
620 ei_cos(const Jet<T, N>& x) argument
621 ei_tan(const Jet<T, N>& x) argument
622 ei_atan(const Jet<T, N>& x) argument
623 ei_sinh(const Jet<T, N>& x) argument
624 ei_cosh(const Jet<T, N>& x) argument
625 ei_tanh(const Jet<T, N>& x) argument
626 ei_pow(const Jet<T, N>& x, Jet<T, N> y) argument
632 operator <<(std::ostream &s, const Jet<T, N>& z) argument
[all...]
H A Ddynamic_autodiff_cost_function.h123 vector<Jet<double, Stride> > input_jets(num_parameters);
124 vector<Jet<double, Stride> > output_jets(num_residuals());
127 vector<Jet<double, Stride>* > jet_parameters(num_parameter_blocks,
128 static_cast<Jet<double, Stride>* >(NULL));
/external/ceres-solver/google3/
H A Djet_traits.h2 // enable embedding Jet objects inside the Quaternion class, found in
27 struct MathLimits<ceres::Jet<T, N> > {
28 typedef ceres::Jet<T, N> Type;
29 typedef ceres::Jet<T, N> UnsignedType;
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<
[all...]
/external/ceres-solver/internal/ceres/
H A Djet_test.cc49 typedef Jet<double, 2> J;
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);
H A Drotation_test.cc653 typedef Jet<double, 3> J3;
654 typedef Jet<double, 4> J4;
688 bool IsClose(const Jet<double, N> &x, const Jet<double, N> &y) { argument
700 void ExpectJetArraysClose(const Jet<double, N> *x, const Jet<double, N> *y) { argument
703 LOG(ERROR) << "Jet " << i << "/" << M << " not equal";
706 Jet<double, N> d, zero;
H A Dautodiff_test.cc669 typedef Jet<double, 2> JetT;
/external/ceres-solver/include/ceres/internal/
H A Dautodiff.h62 // a Jet<double, 4>.
110 // In this case, the necessary jet type is Jet<double, 5>. Here is a
158 // identity matrix. The JetT type should be a Jet type, and T should be a
179 // Takes the 0th order part of src, assumed to be a Jet type, and puts it in
231 typedef Jet<T, N0 + N1 + N2 + N3 + N4 + N5 + N6 + N7 + N8 + N9> JetT;
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids4353 4005 GT-S8000 Jet (msc)
4354 4f1f GT-S8000 Jet (mtp)
7606 06e6 Tiger Jet Network, Inc.

Completed in 1232 milliseconds