HomeSort by relevance Sort by last modified time
    Searched refs:natural (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/ceres-solver/docs/
faq.tex 21 In most problems there is a natural parameter block structure, as there is a semantic meaning associated with groups of scalars -- mean vector of a distribution, color of a pixel etc. To group two scalar variables, ask yourself if residual blocks will always use these two variables together. If the answer is yes, then the two variables belong to the same parameter block.
28 While it is often the case that problems have a natural blocking of parameters into parameter blocks, it is not always clear what a good residual block structure is. One rule of thumb for non-linear least squares problems since they often come from data fitting problems is to create one residual block per observation. So if you are solving a Structure from Motion problem, one 2 dimensional residual block per 2d image projection is a good idea.
  /external/guava/guava/src/com/google/common/collect/
SortedIterables.java 53 comparator2 = (Comparator) Ordering.natural();
SortedMaps.java 154 * the left map, or {@code Ordering.natural()} if the left map uses the
155 * natural ordering of its elements. This difference is an immutable snapshot
178 * Ordering.natural()}. This method is an abomination of generics; the only
187 return (Comparator<E>) Ordering.natural();
TreeMultiset.java 41 * their natural order or an explicit {@link Comparator}. In all cases, this
60 * Creates a new, empty multiset, sorted according to the elements' natural
75 return new TreeMultiset<E>(Ordering.natural());
88 * null value indicates that the elements' <i>natural ordering</i> should
95 ? new TreeMultiset<E>((Comparator) Ordering.natural())
101 * according to the elements' natural order.
GeneralRange.java 52 return new GeneralRange<T>(Ordering.natural(), range.hasLowerBound(), lowerEndpoint,
Ordering.java 71 * Returns a serializable ordering that uses the natural order of the values.
81 public static <C extends Comparable> Ordering<C> natural() { method in class:Ordering
256 * Returns an ordering that compares objects by the natural ordering of their
318 // Ordering<String> o = Ordering.<String>natural().reverse();
343 * a lexicographical natural ordering over integers considers {@code
355 // Ordering.<String>natural().lexicographical();
372 // Ordering<String> o = Ordering.<String>natural().nullsFirst();
383 // Ordering<String> o = Ordering.<String>natural().nullsLast();
Maps.java 190 * Creates a <i>mutable</i>, empty {@code TreeMap} instance using the natural
519 * the left map, or {@code Ordering.natural()} if the left map uses the
520 * natural ordering of its elements. This difference is an immutable snapshot
610 * Ordering.natural()}. This method is an abomination of generics; the only
619 return (Comparator<E>) Ordering.natural();
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstTesting.java 171 tester.setDefault(GeneralRange.class, GeneralRange.all(Ordering.natural()));
MinMaxPriorityQueueTest.java 47 private Ordering<Integer> SOME_COMPARATOR = Ordering.natural().reverse();
176 assertSame(Ordering.natural(), queue.comparator());
492 MinMaxPriorityQueue.orderedBy(Ordering.natural().reverse()).create();
502 Ordering.natural().reverse()).expectedSize(5).create();
IterablesTest.java     [all...]
MultimapsTest.java 65 Ordering.<Integer>natural().reverse().nullsFirst();
206 = TreeMultimap.create(Ordering.<String>natural(), INT_COMPARATOR);
216 TreeMultimap.create(Ordering.<String>natural(), INT_COMPARATOR);
    [all...]
MapsTest.java     [all...]
MapConstraintsTest.java 304 = TreeMultimap.create(Ordering.<String>natural(), comparator);
  /external/guava/guava/src/com/google/common/util/concurrent/
Futures.java     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 912 static void webkit_web_view_get_preferred_width(GtkWidget* widget, gint* minimum, gint* natural)
923 *minimum = *natural = view->contentsWidth();
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 270 * the parameter, to negate it. Before is more natural, after
  /external/iproute2/doc/
ip-tunnels.tex 420 Actually, such setup is the most natural for tunneling,
ip-cref.tex 466 types may have their natural address format, f.e.\ addresses
500 natural for the architecture is exceeded, so continuous monitoring requires
739 It is natural to interpret link layer addresses
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 187 * Creates a <i>mutable</i>, empty {@code TreeMap} instance using the natural
516 * the left map, or {@code Ordering.natural()} if the left map uses the
517 * natural ordering of its elements. This difference is an immutable snapshot
607 * Ordering.natural()}. This method is an abomination of generics; the only
616 return (Comparator<E>) Ordering.natural();
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 

Completed in 4578 milliseconds

1 23 4