提交 b0f69ac4 authored 作者: Virgile Andreani's avatar Virgile Andreani 提交者: Ricardo Vieira

Fix RUF002

上级 0ddf72cb
...@@ -335,7 +335,7 @@ def solve_triangular( ...@@ -335,7 +335,7 @@ def solve_triangular(
Input data for the right hand side. Input data for the right hand side.
lower : bool, optional lower : bool, optional
Use only data contained in the lower triangle of `a`. Default is to use upper triangle. Use only data contained in the lower triangle of `a`. Default is to use upper triangle.
trans: {0, 1, 2, ‘N’, ‘T’, ‘C’}, optional trans: {0, 1, 2, 'N', 'T', 'C'}, optional
Type of system to solve: Type of system to solve:
trans system trans system
0 or 'N' a x = b 0 or 'N' a x = b
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论