Home
last modified time | relevance | path

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

1234567891011

/external/eigen/Eigen/src/Householder/
DHouseholder.h66 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/
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/tensorflow/tensorflow/lite/tools/pip_package/
DDockerfile27 crossbuild-essential-armhf \
28 crossbuild-essential-arm64 \
/external/autotest/test_suites/
Dcontrol.audio_essential7 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/
Drelease-information.rst9 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/
DDockerfile4 build-essential \
/external/skia/infra/gcc/Debian10-x86/
DDockerfile5 build-essential \
/external/flatbuffers/tests/docker/
DDockerfile.testing.build_flatc_debian_stretch3 RUN apt -qq install -y cmake make build-essential >/dev/null
/external/skia/infra/gcc/Debian10-mips64el/
DDockerfile5 build-essential \
/external/cpuinfo/
DMETADATA3 "cpuinfo is a library to detect essential for performance optimization "
/external/skqp/tools/
Dinstall_dependencies.sh28 build-essential
/external/python/cpython3/.azure-pipelines/
Dposix-deps-apt.sh4 build-essential \
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_rpi.md25 sudo apt-get install crossbuild-essential-armhf
59 sudo apt-get install build-essential
Dbuild_arm64.md25 sudo apt-get install crossbuild-essential-arm64
58 sudo apt-get install build-essential
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_x64/
DDockerfile25 build-essential \
83 RUN dpkg --add-architecture armhf && apt-get update && apt-get install -y crossbuild-essential-armhf
/external/skia/tools/
Dinstall_dependencies.sh28 build-essential
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_gcc6.sh18 apt-get install build-essential software-properties-common -y
/external/oss-fuzz/projects/cpython3/
DDockerfile5 RUN apt-get install -y build-essential libncursesw5-dev \
/external/ltp/android/tools/
DDockerfile7 RUN apt-get update && apt-get install -y python autoconf build-essential libssl-dev
/external/libxkbcommon/xkbcommon/test/data/compat/
Dcaps4 // the whole key to a real modifier. This is essential when you don't
/external/grpc-grpc/templates/tools/dockerfile/
Dapt_get_basic.include5 build-essential ${'\\'}
/external/protobuf/kokoro/linux/dockerfile/test/cpp_tcmalloc/
DDockerfile8 build-essential \
/external/ltp/travis/
Dubuntu.sh15 build-essential \
Ddebian.sh15 build-essential \
/external/google-styleguide/docguide/
Dphilosophy.md39 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