MCPcopy 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
589def solve_triangular_safe(a, b, lower=False):
590 return scipy_linalg_safe("solve_triangular", a, b, lower=lower)
591
592
593def __getattr__(name):

Callers 1

_solve_triangular_lowerFunction · 0.90

Calls 1

scipy_linalg_safeFunction · 0.85

Tested by

no test coverage detected