Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.45
shallow_water.py
File · 0.45
solve
Method · 0.45
solve
Method · 0.45
solve_H
Method · 0.45
solve
Method · 0.45
step
Method · 0.45
step
Method · 0.45
grad
Method · 0.45
curl
Method · 0.45
solve
Function · 0.45
matvec
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_jacobi_convert_implicit
Function · 0.36
test_skew_implicit
Function · 0.36
test_trace_implicit
Function · 0.36
test_trace_rank3_implicit
Function · 0.36
test_transpose_implicit
Function · 0.36
test_curl_implicit_FFF
Function · 0.36
test_curl_implicit_FFC
Function · 0.36
test_algebraic
Function · 0.36
test_poisson_fourier
Function · 0.36
test_poisson_jacobi
Function · 0.36
test_poisson_annulus
Function · 0.36
test_poisson_disk
Function · 0.36