enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Bidirectional map - Wikipedia

    en.wikipedia.org/wiki/Bidirectional_map

    A pair (,) thus provides a unique coupling between and so that can be found when is used as a key and can be found when is used as a key. Mathematically, a bidirectional map can be defined a bijection: between two different sets of keys and of equal cardinality, thus constituting an injective and surjective function:

  3. Associative array - Wikipedia

    en.wikipedia.org/wiki/Associative_array

    remove a (,) pair from the collection, unmapping a given key from its value. The argument to this operation is the key. Lookup, find, or get find the value (if any) that is bound to a given key. The argument to this operation is the key, and the value is returned from the operation.

  4. Contour line - Wikipedia

    en.wikipedia.org/wiki/Contour_line

    A contour line (also isoline, isopleth, isoquant or isarithm) of a function of two variables is a curve along which the function has a constant value, so that the curve joins points of equal value. [ 1 ] [ 2 ] It is a plane section of the three-dimensional graph of the function f ( x , y ) {\displaystyle f(x,y)} parallel to the ( x , y ...

  5. Tent map - Wikipedia

    en.wikipedia.org/wiki/Tent_map

    If μ is greater than 1 the system has two fixed points, one at 0, and the other at μ/(μ + 1). Both fixed points are unstable, i.e. a value of x close to either fixed point will move away from it, rather than towards it. For example, when μ is 1.5 there is a fixed point at x = 0.6 (since 1.5(1 − 0.6) = 0.6) but starting at x = 0.61 we get

  6. Dyadic transformation - Wikipedia

    en.wikipedia.org/wiki/Dyadic_transformation

    xy plot where x = x 0 ∈ [0, 1] is rational and y = x n for all n. The dyadic transformation (also known as the dyadic map, bit shift map, 2x mod 1 map, Bernoulli map, doubling map or sawtooth map [1] [2]) is the mapping (i.e., recurrence relation)

  7. Shortest path problem - Wikipedia

    en.wikipedia.org/wiki/Shortest_path_problem

    The all-pairs shortest path problem finds the shortest paths between every pair of vertices v, v' in the graph. The all-pairs shortest paths problem for unweighted directed graphs was introduced by Shimbel (1953), who observed that it could be solved by a linear number of matrix multiplications that takes a total time of O(V 4).

  8. Poincaré plot - Wikipedia

    en.wikipedia.org/wiki/Poincaré_plot

    An RR tachograph is a graph of the numerical value of the RR-interval versus time. In the context of RR tachography, a Poincaré plot is a graph of RR(n) on the x-axis versus RR(n + 1) (the succeeding RR interval) on the y-axis, i.e. one takes a sequence of intervals and plots each interval against the following interval. [3]

  9. Map (higher-order function) - Wikipedia

    en.wikipedia.org/wiki/Map_(higher-order_function)

    Therefore, compilers will attempt to transform the first form into the second; this type of optimization is known as map fusion and is the functional analog of loop fusion. [2] Map functions can be and often are defined in terms of a fold such as foldr, which means one can do a map-fold fusion: foldr f z . map g is equivalent to foldr (f .