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

Method solve

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

Source from the content-addressed store, hash-verified

216 self.QR = pybanded.BandedQR(matrix)
217
218 def solve(self, vector):
219 return self.QR.solve(vector)
220
221
222@add_solver

Callers 15

poisson.pyFile · 0.45
shallow_water.pyFile · 0.45
solveMethod · 0.45
solveMethod · 0.45
solve_HMethod · 0.45
solveMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
gradMethod · 0.45
curlMethod · 0.45
solveFunction · 0.45
matvecFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_skew_implicitFunction · 0.36
test_trace_implicitFunction · 0.36
test_transpose_implicitFunction · 0.36
test_curl_implicit_FFFFunction · 0.36
test_curl_implicit_FFCFunction · 0.36
test_algebraicFunction · 0.36
test_poisson_fourierFunction · 0.36
test_poisson_jacobiFunction · 0.36
test_poisson_annulusFunction · 0.36
test_poisson_diskFunction · 0.36