HomeSort by relevance Sort by last modified time
    Searched refs:essential (Results 1 - 11 of 11) 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,
80 essential.setZero();
87 essential = tail / (c0 - beta);
95 * \f$ v^T = [1 essential^T] \f$
99 * \param essential the essential part of the vector \c
    [all...]
  /external/eigen/test/
householder.cpp 41 EssentialVectorType essential; local
45 v1.makeHouseholder(essential, beta, alpha);
46 v1.applyHouseholderOnTheLeft(essential,beta,tmp);
51 v1.applyHouseholderOnTheLeft(essential,beta,tmp);
61 m1.col(0).makeHouseholder(essential, beta, alpha);
62 m1.applyHouseholderOnTheLeft(essential,beta,tmp);
73 m3.row(0).makeHouseholder(essential, beta, alpha);
74 m3.applyHouseholderOnTheRight(essential,beta,tmp);
  /external/libvorbis/doc/
footer.tex 11 to protect essential tenets of Internet multimedia from corporate
  /external/eigen/Eigen/src/Core/
MatrixBase.h 428 void makeHouseholder(EssentialPart& essential,
431 void applyHouseholderOnTheLeft(const EssentialPart& essential,
435 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/v8/test/mjsunit/
function-call.js 160 // We call all functions with no parameters, which means that essential
  /external/v8/src/
runtime.js 665 // that is cloned when running the code. It is essential that the
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 645 // essential, because 0 == "", presumably via type coercion to
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 645 // essential, because 0 == "", presumably via type coercion to
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 98 UI components on smaller screens—essential for building a single APK for both
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 310 milliseconds