HomeSort by relevance Sort by last modified time
    Searched refs:essential (Results 1 - 15 of 15) sorted by null

  /external/eigen/Eigen/src/Householder/
Householder.h 30 * \f$ v^T = [1 essential^T] \f$
32 * The essential part of the vector \c v is stored in *this.
53 * \f$ v^T = [1 essential^T] \f$
56 * \param essential the essential part of the vector \c v
66 EssentialPart& essential,
83 essential.setZero();
90 essential = tail / (c0 - beta);
98 * \f$ v^T = [1 essential^T] \f$
102 * \param essential the essential part of the vector \c
    [all...]
  /external/chromium_org/third_party/skia/tools/
install_dependencies.sh 17 build-essential \
  /external/skia/tools/
install_dependencies.sh 17 build-essential \
  /external/eigen/test/
householder.cpp 39 EssentialVectorType essential; local
43 v1.makeHouseholder(essential, beta, alpha);
44 v1.applyHouseholderOnTheLeft(essential,beta,tmp);
49 v1.applyHouseholderOnTheLeft(essential,beta,tmp);
59 m1.col(0).makeHouseholder(essential, beta, alpha);
60 m1.applyHouseholderOnTheLeft(essential,beta,tmp);
71 m3.row(0).makeHouseholder(essential, beta, alpha);
72 m3.applyHouseholderOnTheRight(essential,beta,tmp);
  /external/chromium_org/third_party/binutils/
build-all.sh 61 --include=build-essential,flex,bison \
  /external/libvorbis/doc/
footer.tex 11 to protect essential tenets of Internet multimedia from corporate
  /external/eigen/Eigen/src/Core/
MatrixBase.h 431 void makeHouseholder(EssentialPart& essential,
434 void applyHouseholderOnTheLeft(const EssentialPart& essential,
438 void applyHouseholderOnTheRight(const EssentialPart& essential,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 47 when requiring 'antlr3', only the essential core components are loaded
167 # Thus, they're not essential for everything ANTLR generates and
184 # Set up non-essential components to be loaded on-demand
  /external/chromium_org/v8/test/mjsunit/
function-call.js 165 // We call all functions with no parameters, which means that essential
  /external/chromium_org/v8/src/
runtime.js 652 // that is cloned when running the code. It is essential that the
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 645 // essential, because 0 == "", presumably via type coercion to
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 612 // essential, because 0 == "", presumably via type coercion to
  /frameworks/base/docs/html/training/
training_toc.cs 125 UI components on smaller screens—essential for building a single APK for both
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 713 * One time initialization of the Files.app's essential UI elements. These
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 404 milliseconds