Home
last modified time | relevance | path

Searched defs:getL (Results 1 – 10 of 10) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DCholeskyDecomposition.java50 RealMatrix getL(); in getL() method
DLUDecomposition.java53 RealMatrix getL(); in getL() method
DFieldLUDecomposition.java55 FieldMatrix<T> getL(); in getL() method
DCholeskyDecompositionImpl.java156 public RealMatrix getL() { in getL() method in CholeskyDecompositionImpl
DFieldLUDecompositionImpl.java156 public FieldMatrix<T> getL() { in getL() method in FieldLUDecompositionImpl
DLUDecompositionImpl.java165 public RealMatrix getL() { in getL() method in LUDecompositionImpl
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DDHParameter.java80 public BigInteger getL() in getL() method in DHParameter
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DDSAParameterGenerationParameters.java56 public int getL() in getL() method in DSAParameterGenerationParameters
DDHParameters.java146 public int getL() in getL() method in DHParameters
/external/llvm/lib/Support/
DScaledNumber.cpp27 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; in multiply64() local