Expand description
Triangular solve module.
Functions
Computes the solution of
Op_lhs(triangular_lower)×X = Op(rhs), and stores the result in
rhs.Computes the solution of
Op_lhs(triangular_lower)×X = Op(rhs), and stores the result in
rhs.Computes the solution of
Op_lhs(triangular_upper)×X = Op(rhs), and stores the result in
rhs.Computes the solution of
Op_lhs(triangular_upper)×X = Op(rhs), and stores the result in
rhs.