Home
last modified time | relevance | path

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

12345678

/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/g3doc/guide/
Dbuild_arm64.md9 sudo apt-get install crossbuild-essential-arm64
44 sudo apt-get install build-essential
Dbuild_rpi.md14 sudo apt-get install crossbuild-essential-armhf
45 sudo apt-get install build-essential
/external/e2fsprogs/debian/
De2fsprogs.lintian-overrides1 e2fsprogs: new-essential-package
/external/perf_data_converter/src/quipper/
Dinstall_prerequisites.sh6 readonly PREREQS=(build-essential protobuf-compiler libprotobuf-dev openssl \
/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/flatbuffers/tests/docker/
DDockerfile.testing.build_flatc_debian_stretch3 RUN apt -qq install -y cmake make build-essential >/dev/null
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/
Ddevel-cpu-ppc64le.Dockerfile27 build-essential \
74 build-essential \
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Ddevel-cpu.Dockerfile27 build-essential \
74 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
/external/skia/tools/
Dinstall_dependencies.sh28 build-essential
/external/skqp/tools/
Dinstall_dependencies.sh28 build-essential
/external/python/cpython3/.azure-pipelines/
Dposix-deps-apt.sh4 build-essential \
/external/ltp/travis/
Ddebian.sh11 build-essential \
Dubuntu.sh11 build-essential \
/external/grpc-grpc/templates/tools/dockerfile/
Dapt_get_basic.include5 build-essential ${'\\'}
/external/libxkbcommon/xkbcommon/test/data/compat/
Dcaps4 // the whole key to a real modifier. This is essential when you don't
/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/swiftshader/third_party/llvm-7.0/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/nos/test/system-test-harness/
DREADME.md10 * build-essential
/external/libcxx/utils/docker/debian9/
DDockerfile18 build-essential \
95 build-essential \
/external/skqp/docker/cmake-release/
DDockerfile7 build-essential \
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazelbuild.partial.Dockerfile2 build-essential \
/external/skia/docker/cmake-release/
DDockerfile7 build-essential \

12345678