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

Method addRoutine

numpy/linalg/lapack_lite/make_lite.py:129–132  ·  view source on GitHub ↗

Add a routine to the library.

(self, rname)

Source from the content-addressed store, hash-verified

127 self.names_to_routines[rname] = routine
128
129 def addRoutine(self, rname):
130 """Add a routine to the library.
131 """
132 self.getRoutine(rname)
133
134 def getRoutine(self, rname):
135 """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