Searched refs:essential (Results 1 – 25 of 260) sorted by relevance
1234567891011
/external/eigen/Eigen/src/Householder/ |
D | Householder.h | 66 EssentialPart& essential, in makeHouseholder() argument 84 essential.setZero(); in makeHouseholder() 91 essential = tail / (c0 - beta); in makeHouseholder() 114 const EssentialPart& essential, in applyHouseholderOnTheLeft() argument 126 tmp.noalias() = essential.adjoint() * bottom; in applyHouseholderOnTheLeft() 129 bottom.noalias() -= tau * essential * tmp; in applyHouseholderOnTheLeft() 151 const EssentialPart& essential, in applyHouseholderOnTheRight() argument 163 tmp.noalias() = right * essential.conjugate(); in applyHouseholderOnTheRight() 166 right.noalias() -= tau * tmp * essential.transpose(); in applyHouseholderOnTheRight()
|
/external/eigen/test/ |
D | householder.cpp | 39 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/tensorflow/tensorflow/lite/tools/pip_package/ |
D | Dockerfile | 27 crossbuild-essential-armhf \ 28 crossbuild-essential-arm64 \
|
/external/autotest/test_suites/ |
D | control.audio_essential | 7 PURPOSE = "Suite for testing essential audio functionalities." 15 Audio tests that cover audio functionalities that are essential to the
|
/external/arm-trusted-firmware/docs/about/ |
D | release-information.rst | 9 non-essential changes) up to 4 weeks prior to the target release date. The release 12 judgement on what changes are essential for the release. A release branch may be
|
/external/skia/infra/gcc/Debian10/ |
D | Dockerfile | 4 build-essential \
|
/external/skia/infra/gcc/Debian10-x86/ |
D | Dockerfile | 5 build-essential \
|
/external/flatbuffers/tests/docker/ |
D | Dockerfile.testing.build_flatc_debian_stretch | 3 RUN apt -qq install -y cmake make build-essential >/dev/null
|
/external/skia/infra/gcc/Debian10-mips64el/ |
D | Dockerfile | 5 build-essential \
|
/external/cpuinfo/ |
D | METADATA | 3 "cpuinfo is a library to detect essential for performance optimization "
|
/external/skqp/tools/ |
D | install_dependencies.sh | 28 build-essential
|
/external/python/cpython3/.azure-pipelines/ |
D | posix-deps-apt.sh | 4 build-essential \
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_rpi.md | 25 sudo apt-get install crossbuild-essential-armhf 59 sudo apt-get install build-essential
|
D | build_arm64.md | 25 sudo apt-get install crossbuild-essential-arm64 58 sudo apt-get install build-essential
|
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_x64/ |
D | Dockerfile | 25 build-essential \ 83 RUN dpkg --add-architecture armhf && apt-get update && apt-get install -y crossbuild-essential-armhf
|
/external/skia/tools/ |
D | install_dependencies.sh | 28 build-essential
|
/external/tensorflow/tensorflow/tools/ci_build/install/ |
D | install_gcc6.sh | 18 apt-get install build-essential software-properties-common -y
|
/external/oss-fuzz/projects/cpython3/ |
D | Dockerfile | 5 RUN apt-get install -y build-essential libncursesw5-dev \
|
/external/ltp/android/tools/ |
D | Dockerfile | 7 RUN apt-get update && apt-get install -y python autoconf build-essential libssl-dev
|
/external/libxkbcommon/xkbcommon/test/data/compat/ |
D | caps | 4 // the whole key to a real modifier. This is essential when you don't
|
/external/grpc-grpc/templates/tools/dockerfile/ |
D | apt_get_basic.include | 5 build-essential ${'\\'}
|
/external/protobuf/kokoro/linux/dockerfile/test/cpp_tcmalloc/ |
D | Dockerfile | 8 build-essential \
|
/external/ltp/travis/ |
D | ubuntu.sh | 15 build-essential \
|
D | debian.sh | 15 build-essential \
|
/external/google-styleguide/docguide/ |
D | philosophy.md | 39 essential to this formula, but it is the best and most widely supported 43 to ditch the renderer and read the essential information at source. Users
|
1234567891011