Expand description
triangular matrix solve Triangular solve module.
Functionsยง
- solve_
lower_ triangular_ in_ place - solves $L x = b$, implicitly conjugating $L$ if needed, and stores the result in
rhs - solve_
lower_ triangular_ in_ place_ with_ conj - solves $L x = b$, implicitly conjugating $L$ if needed, and stores the result in
rhs - solve_
unit_ lower_ triangular_ in_ place - solves $L x = b$, replacing the diagonal of $L$ with ones, and implicitly conjugating $L$ if
needed, and stores the result in
rhs - solve_
unit_ lower_ triangular_ in_ place_ with_ conj - solves $L x = b$, replacing the diagonal of $L$ with ones, and implicitly conjugating $L$ if
needed, and stores the result in
rhs - solve_
unit_ upper_ triangular_ in_ place - solves $U x = b$, replacing the diagonal of $U$ with ones, and implicitly conjugating $U$ if
needed, and stores the result in
rhs - solve_
unit_ upper_ triangular_ in_ place_ with_ conj - solves $U x = b$, replacing the diagonal of $U$ with ones, and implicitly conjugating $U$ if
needed, and stores the result in
rhs - solve_
upper_ triangular_ in_ place - solves $U x = b$, implicitly conjugating $U$ if needed, and stores the result in
rhs - solve_
upper_ triangular_ in_ place_ with_ conj - solves $U x = b$, implicitly conjugating $U$ if needed, and stores the result in
rhs