Home
last modified time | relevance | path

Searched refs:essential (Results 1 – 25 of 76) sorted by relevance

1234

/external/eigen/Eigen/src/Householder/
DHouseholder.h66 EssentialPart& essential, in makeHouseholder() argument
83 essential.setZero(); in makeHouseholder()
90 essential = tail / (c0 - beta); in makeHouseholder()
113 const EssentialPart& essential, in applyHouseholderOnTheLeft() argument
125 tmp.noalias() = essential.adjoint() * bottom; in applyHouseholderOnTheLeft()
128 bottom.noalias() -= tau * essential * tmp; in applyHouseholderOnTheLeft()
150 const EssentialPart& essential, in applyHouseholderOnTheRight() argument
162 tmp.noalias() = right * essential.conjugate(); in applyHouseholderOnTheRight()
165 right.noalias() -= tau * tmp * essential.transpose(); in applyHouseholderOnTheRight()
/external/eigen/test/
Dhouseholder.cpp39 EssentialVectorType essential; in householder() local
43 v1.makeHouseholder(essential, beta, alpha); in householder()
44 v1.applyHouseholderOnTheLeft(essential,beta,tmp); in householder()
49 v1.applyHouseholderOnTheLeft(essential,beta,tmp); in householder()
59 m1.col(0).makeHouseholder(essential, beta, alpha); in householder()
60 m1.applyHouseholderOnTheLeft(essential,beta,tmp); in householder()
71 m3.row(0).makeHouseholder(essential, beta, alpha); in householder()
72 m3.applyHouseholderOnTheRight(essential,beta,tmp); in householder()
/external/skia/tools/
Dinstall_dependencies.sh28 build-essential
/external/llvm/test/CodeGen/AArch64/
Darm64-fp-contract-zero.ll5 ; -0.0. It's also good, though not essential, that we don't resort to a litpool.
/external/elfutils/tests/
Dlfs-symbols9 # with build-essential installed
/external/libvorbis/doc/
Dfooter.tex11 to protect essential tenets of Internet multimedia from corporate
/external/eigen/Eigen/src/Core/
DMatrixBase.h425 void makeHouseholder(EssentialPart& essential,
428 void applyHouseholderOnTheLeft(const EssentialPart& essential,
432 void applyHouseholderOnTheRight(const EssentialPart& essential,
/external/okhttp/
DREADME.md30 MockWebServer coupling with OkHttp is essential for proper testing of SPDY and HTTP/2.0 so that cod…
/external/skia/site/user/quick/
Dlinux.md55 * A C++ compiler (typically GCC or Clang) **build-essential** or **clang-3.6**
/external/zlib/src/contrib/pascal/
Dreadme.txt22 class wrappers around zlib streams. Other essential features,
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst151 or other essential parts of pre-rasterization vertex preparation.
/external/google-breakpad/src/testing/
DCHANGES25 * Some non-essential project files for Visual Studio 2005 are removed.
/external/valgrind/
DREADME_MISSING_SYSCALL_OR_IOCTL33 essential.
37 just been written to. This step is essential.
/external/opencv3/doc/tutorials/introduction/linux_install/
Dlinux_install.markdown23 [compiler] sudo apt-get install build-essential
/external/opencv3/doc/tutorials/highgui/raster-gdal/
Draster_io_gdal.markdown41 When loading digital elevation models, the actual numeric value of each pixel is essential and
/external/fonttools/Doc/
Dinstall.txt53 Windows/README.TXT. Thanks a LOT to Adam Twardoch for this essential
/external/gmock/
DCHANGES59 * Some non-essential project files for Visual Studio 2005 are removed.
/external/valgrind/docs/internals/
DDarwin-notes.txt7 /* IMPORTANT: on Darwin it is essential to use the _nocancel versions
/external/iputils/doc/
Dtftpd.sgml88 However, this is not very essential; remember, only files accessible
/external/tlsdate/
DINSTALL182 lintian libevent-dev libseccomp-dev build-essential \
/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt36 sudo apt-get install build-essential
/external/vulkan-validation-layers/
DBUILD.md33 sudo apt-get install git cmake build-essential bison libxcb1-dev
/external/opencv3/3rdparty/libjpeg/
DREADME79 decoding, but they are essential for output to colormapped file formats or
202 of the most essential properties and algorithms of the underlying DCT
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.mm165 // It is essential that we use the same sample rate as stream format
214 // for all of them. It is essential that we only activate the app's audio
276 // Helper method that logs essential device information strings.
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt96 BAD_PRACTICE - violations of recommended and essential coding practice

1234