Searched defs:getL (Results 1 – 10 of 10) sorted by relevance
50 RealMatrix getL(); in getL() method
53 RealMatrix getL(); in getL() method
55 FieldMatrix<T> getL(); in getL() method
156 public RealMatrix getL() { in getL() method in CholeskyDecompositionImpl
156 public FieldMatrix<T> getL() { in getL() method in FieldLUDecompositionImpl
165 public RealMatrix getL() { in getL() method in LUDecompositionImpl
80 public BigInteger getL() in getL() method in DHParameter
56 public int getL() in getL() method in DSAParameterGenerationParameters
146 public int getL() in getL() method in DHParameters
27 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; in multiply64() local