HomeSort by relevance Sort by last modified time
    Searched full:ell (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/eigen/doc/
C07_TutorialReductionsVisitorsBroadcasting.dox 43 The (Euclidean a.k.a. \f$\ell^2\f$) squared norm of a vector can be obtained \link MatrixBase::squaredNorm() squaredNorm() \endlink. It is equal to the dot product of the vector by itself, and equivalently to the sum of squared absolute values of its coefficients.
47 These operations can also operate on matrices; in that case, a n-by-p matrix is seen as a vector of size (n*p), so for example the \link MatrixBase::norm() norm() \endlink method returns the "Frobenius" or "Hilbert-Schmidt" norm. We refrain from speaking of the \f$\ell^2\f$ norm of a matrix because that can mean different things.
49 If you want other \f$\ell^p\f$ norms, use the \link MatrixBase::lpNorm() lpNnorm<p>() \endlink method. The template parameter \a p can take the special value \a Infinity if you want the \f$\ell^\infty\f$ norm, which is the maximum of the absolute values of the coefficients.
  /external/eigen/Eigen/src/Core/
Dot.h 201 /** \returns the \f$ \ell^p \f$ norm of *this, that is, returns the p-th root of the sum of the p-th powers of the absolute values
202 * of the coefficients of *this. If \a p is the special value \a Eigen::Infinity, this function returns the \f$ \ell^\infty \f$
  /external/icu4c/layout/
ScriptAndLanguageTags.cpp 219 ellLanguageTag, /* 'ELL' (Greek) */
ScriptAndLanguageTags.h 234 const LETag ellLanguageTag = 0x454C4C20; /* 'ELL' (Greek) */
  /external/skia/tests/
StringTest.cpp 61 REPORTER_ASSERT(reporter, !a.startsWith( "ell"));
  /external/llvm/unittests/ADT/
SmallStringTest.cpp 111 EXPECT_EQ("ell", theString.slice(1, 4));
StringRefTest.cpp 113 EXPECT_EQ("ell", Str.slice(1, 4));
  /external/tcpdump/
print-wb.c 299 "ELL",
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 270 { "gre", "ell" },
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 439 * ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 463 * ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
  /external/icu4c/layoutex/
ParagraphLayout.cpp 877 {"ell", ellLanguageCode}, // Greek
    [all...]
  /external/regex-re2/util/
pcre.h 92 // CHECK(PCRE::PartialMatch("hello", "ell"));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 490 * ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 560 * ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 511 * ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip</p>
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.m 601 * ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 619 # ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 549 * ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
    [all...]
  /external/regex-re2/re2/
re2.h 92 // CHECK(RE2::PartialMatch("hello", "ell"));
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 585 CHECK_EQ(s, string("ell"));
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 873 /// ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 582 ftp://www.cocolab.com/products/cocktail/doca4.ps/ell.ps.zip
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityNames.in 982 "ell;","U+02113"
    [all...]
  /system/core/sh/
sh.1     [all...]

Completed in 1481 milliseconds

1 2 3