Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ solve_triangular_safe
Function
solve_triangular_safe
dask/array/utils.py:585–586 ·
view source on GitHub ↗
(a, b, lower=False)
Source
from the content-addressed store, hash-verified
583
584
585
def
solve_triangular_safe(a, b, lower=False):
586
return
scipy_linalg_safe(
"solve_triangular"
, a, b, lower=lower)
587
588
589
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…