MCPcopy Create free account
hub / github.com/DedalusProject/dedalus / solve

Method solve

dedalus/libraries/matsolvers.py:205–206  ·  view source on GitHub ↗
(self, vector)

Source from the content-addressed store, hash-verified

203 self.matrix = matrix.copy()
204
205 def solve(self, vector):
206 return sparseqr.solve(self.matrix, vector)
207
208
209@add_solver

Callers

nothing calls this directly

Calls 1

solveMethod · 0.45

Tested by

no test coverage detected