MCPcopy Create free account
hub / github.com/dask/dask / solve_triangular_safe

Function solve_triangular_safe

dask/array/utils.py:587–588  ·  view source on GitHub ↗
(a, b, lower=False)

Source from the content-addressed store, hash-verified

585
586
587def solve_triangular_safe(a, b, lower=False):
588 return scipy_linalg_safe("solve_triangular", a, b, lower=lower)
589
590
591def __getattr__(name):

Callers 1

_solve_triangular_lowerFunction · 0.90

Calls 1

scipy_linalg_safeFunction · 0.85

Tested by

no test coverage detected