Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ solve_triangular_safe
Function
solve_triangular_safe
dask/array/utils.py:589–590 ·
view source on GitHub ↗
(a, b, lower=False)
Source
from the content-addressed store, hash-verified
587
588
589
def
solve_triangular_safe(a, b, lower=False):
590
return
scipy_linalg_safe(
"solve_triangular"
, a, b, lower=lower)
591
592
593
def
__getattr__(name):
Callers
1
_solve_triangular_lower
Function · 0.90
Calls
1
scipy_linalg_safe
Function · 0.85
Tested by
no test coverage detected