MCPcopy Create free account
hub / github.com/numpy/numpy / addRoutine

Method addRoutine

numpy/linalg/lapack_lite/make_lite.py:128–131  ·  view source on GitHub ↗

Add a routine to the library.

(self, rname)

Source from the content-addressed store, hash-verified

126 self.names_to_routines[rname] = routine
127
128 def addRoutine(self, rname):
129 """Add a routine to the library.
130 """
131 self.getRoutine(rname)
132
133 def getRoutine(self, rname):
134 """Get a routine from the library. Will add if it's not found.

Callers 2

getLapackRoutinesFunction · 0.80

Calls 1

getRoutineMethod · 0.95

Tested by

no test coverage detected