HomeSort by relevance Sort by last modified time
    Searched full:singular (Results 26 - 50 of 356) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_iterator.h 44 * _Safe_iterators can be determined singular or non-singular via
98 /// @post the iterator is singular and unattached
106 * @post this is not singular
118 * @pre @p x is not singular
133 * @pre @p x is not singular
151 * @pre @p x is not singular
331 /** Invalidate the iterator, making it singular. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_unordered_container.h 62 are not singular, and for which @c __pred(x) returns @c
70 are not singular, and for which @c __pred(x) returns @c
safe_unordered_base.h 53 /** Initializes the iterator and makes it singular. */
61 * singular. Otherwise, the iterator will reference @p __seq and
144 /** Detach all iterators, leaving them singular. */
safe_sequence.h 116 are not singular, and for which @c __pred(x) returns @c
124 are not singular, and for which @c __pred(x) returns @c
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_unordered_container.h 62 are not singular, and for which @c __pred(x) returns @c
70 are not singular, and for which @c __pred(x) returns @c
safe_unordered_base.h 53 /** Initializes the iterator and makes it singular. */
61 * singular. Otherwise, the iterator will reference @p __seq and
144 /** Detach all iterators, leaving them singular. */
safe_sequence.h 116 are not singular, and for which @c __pred(x) returns @c
124 are not singular, and for which @c __pred(x) returns @c
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_unordered_container.h 62 are not singular, and for which @c __pred(x) returns @c
70 are not singular, and for which @c __pred(x) returns @c
safe_unordered_base.h 53 /** Initializes the iterator and makes it singular. */
61 * singular. Otherwise, the iterator will reference @p __seq and
144 /** Detach all iterators, leaving them singular. */
safe_sequence.h 115 are not singular, and for which @c __pred(x) returns @c
123 are not singular, and for which @c __pred(x) returns @c
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 439 * the diagonal entries of S are known as the \em singular \em values of \a A and the columns of \a U and \a V are known as the left
440 * and right \em singular \em vectors of \a A respectively.
442 * Singular values are always sorted in decreasing order.
444 * This JacobiSVD decomposition computes only the singular values by default. If you want \a U or \a V, you need to ask for them explicitly.
447 * smaller value among \a n and \a p, there are only \a m singular vectors; the remaining columns of \a U and \a V do not correspond to actual
448 * singular vectors. Asking for \em thin \a U or \a V means asking for only their \a m first columns to be formed. So \a U is then a n-by-m matrix,
584 * The \a m first columns of \a U are the left singular vectors of the matrix being decomposed.
600 * The \a m first columns of \a V are the right singular vectors of the matrix being decomposed.
611 /** \returns the vector of singular values.
614 * returned vector has size \a m. Singular values are always sorted in decreasing order
    [all...]
  /external/ceres-solver/include/ceres/
covariance.h 152 // requires the computation of the so called Singular Value
219 // computations. It computes the singular value decomposition
274 // If the Jacobian matrix is near singular, then inverting J'J
295 // singular values of J respectively.
324 // singular and near singular covariance matrices.
327 // singular, instead of computing the inverse of J'J, the
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 157 "Field is repeated; the method requires a singular field.")
160 "Field is singular; the method requires a repeated field.")
296 // For singular fields, the prototype just stores a pointer to the
677 USAGE_CHECK_ALL(Get##TYPENAME, SINGULAR, CPPTYPE); \
689 USAGE_CHECK_ALL(Set##TYPENAME, SINGULAR, CPPTYPE); \
748 USAGE_CHECK_ALL(GetString, SINGULAR, STRING);
767 USAGE_CHECK_ALL(GetStringReference, SINGULAR, STRING);
787 USAGE_CHECK_ALL(SetString, SINGULAR, STRING);
    [all...]
unittest_lite.proto 55 // Singular
121 // Singular with defaults
180 // Singular
252 // Singular with defaults
unittest_micro.proto 53 // Singular
119 // Singular with defaults
unittest_nano.proto 53 // Singular
125 // Singular with defaults
  /external/chromium_org/third_party/jinja2/
ext.py 264 singular_names, singular = self._parse_block(parser, True)
300 node = self._make_node(singular, plural, variables, plural_expr,
341 def _make_node(self, singular, plural, variables, plural_expr,
347 singular = singular.replace('%%', '%')
351 # singular only:
354 node = nodes.Call(gettext, [nodes.Const(singular)],
357 # singular and plural
361 nodes.Const(singular),
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
MessageLiteOrBuilder.java 42 * all getters for singular fields will return default values and repeated
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest_lite.proto 55 // Singular
129 // Singular with defaults
188 // Singular
269 // Singular with defaults
  /external/e2fsprogs/e2fsck/
e2fsck.h 51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
  /external/eigen/test/
cholesky.cpp 79 // let's make sure the matrix is not singular or near singular
211 // let's make sure the matrix is not singular or near singular
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_sequence.h 116 are not singular, and for which @c pred(x) returns @c
124 are not singular, and for which @c pred(x) returns @c
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_sequence.h 116 are not singular, and for which @c pred(x) returns @c
124 are not singular, and for which @c pred(x) returns @c
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_sequence.h 116 are not singular, and for which @c pred(x) returns @c
124 are not singular, and for which @c pred(x) returns @c
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_sequence.h 116 are not singular, and for which @c pred(x) returns @c
124 are not singular, and for which @c pred(x) returns @c

Completed in 497 milliseconds

12 3 4 5 6 7 8 91011>>