Searched refs:checkLapack (Results 1 – 1 of 1) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 102 def checkLapack(self, lapackLibrary, otherLibs, mangling = None, routinesIn = ['getrs','geev']): member in Configure 113 …foundLapack, missingLapack = self.checkLapack(lapackLibrary, self.getOtherLibs(foundBlas, blasLibr… 791 _, missing = self.checkLapack(self.lapackLibrary, self.getOtherLibs(), mangling, routines)
|