HomeSort by relevance Sort by last modified time
    Searched refs:getU (Results 1 - 17 of 17) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
LUDecomposition.java 60 RealMatrix getU();
FieldLUDecomposition.java 62 FieldMatrix<T> getU();
SingularValueDecomposition.java 61 RealMatrix getU();
67 * @see #getU()
SingularValueDecompositionImpl.java 157 public RealMatrix getU() throws InvalidMatrixException {
167 cachedUt = getU().transpose();
BiDiagonalTransformer.java 88 public RealMatrix getU() {
LUDecompositionImpl.java 181 public RealMatrix getU() {
FieldLUDecompositionImpl.java 172 public FieldMatrix<T> getU() {
  /external/llvm/lib/Support/
DataExtractor.cpp 17 static T getU(uint32_t *offset_ptr, const DataExtractor *de,
40 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data);
51 return getU<uint8_t>(offset_ptr, this, IsLittleEndian, Data.data());
62 return getU<uint16_t>(offset_ptr, this, IsLittleEndian, Data.data());
72 return getU<uint32_t>(offset_ptr, this, IsLittleEndian, Data.data());
82 return getU<uint64_t>(offset_ptr, this, IsLittleEndian, Data.data());
ScaledNumber.cpp 26 auto getU = [](uint64_t N) { return N >> 32; };
28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
37 Upper += getU(N) + (NewLower < Lower);
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 17 static T getU(uint32_t *offset_ptr, const DataExtractor *de,
40 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data);
51 return getU<uint8_t>(offset_ptr, this, IsLittleEndian, Data.data());
62 return getU<uint16_t>(offset_ptr, this, IsLittleEndian, Data.data());
72 return getU<uint32_t>(offset_ptr, this, IsLittleEndian, Data.data());
82 return getU<uint64_t>(offset_ptr, this, IsLittleEndian, Data.data());
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 106 inline ImageType getU()
123 inline int getU(int y, int x)
Blend.cpp 336 mbU = mb->getU();
    [all...]
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 283 static inline MatrixU getU(const MatrixType& m) { return MatrixU(m.adjoint()); }
297 static inline MatrixU getU(const MatrixType& m) { return MatrixU(m.adjoint()); }
360 return Traits::getU(Base::m_matrix);
457 return Traits::getU(Base::m_matrix);
616 LDLTTraits::getU(Base::m_matrix).solveInPlace(dest);
618 LLTTraits::getU(Base::m_matrix).solveInPlace(dest);
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 144 return Traits::getU(m_matrix);
473 static inline MatrixU getU(const MatrixType& m) { return MatrixU(m.adjoint()); }
481 static inline MatrixU getU(const MatrixType& m) { return MatrixU(m); }
LLT.h 118 return Traits::getU(m_matrix);
395 static inline MatrixU getU(const MatrixType& m) { return MatrixU(m.adjoint()); }
405 static inline MatrixU getU(const MatrixType& m) { return MatrixU(m); }
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
get.go 83 var getU = CmdGet.Flag.Bool("u", false, "")
95 if *getF && !*getU {
257 if p.Dir == "" || *getU {
388 if *getU && vcs.remoteRepo != nil {
  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
get.go 83 var getU = CmdGet.Flag.Bool("u", false, "")
95 if *getF && !*getU {
257 if p.Dir == "" || *getU {
388 if *getU && vcs.remoteRepo != nil {

Completed in 825 milliseconds