tf.matrix_triangular_solve

tf.matrix_triangular_solve

tf.matrix_triangular_solve

matrix_triangular_solve(
    matrix,
    rhs,
    lower=None,
    adjoint=None,
    name=None
)

Defined in tensorflow/python/ops/gen_linalg_ops.py.

See the guide: Math > Matrix Math Functions

Solves systems of linear equations with upper or lower triangular matrices by

backsubstitution.

matrix is a tensor of shape [..., M, M] whose inner-most 2 dimensions form square matrices. If 登录查看完整内容