Module extendr_api::prelude::modules::core::inverse

source ·
Expand description

Triangular matrix inversion.

Functions§

  • Computes the inverse of the lower triangular matrix src and stores the lower triangular part of the result to dst.
  • Computes the inverse of the lower triangular matrix src (with implicit unit diagonal) and stores the strictly lower triangular part of the result to dst.
  • Computes the inverse of the upper triangular matrix src (with implicit unit diagonal) and stores the strictly upper triangular part of the result to dst.
  • Computes the inverse of the upper triangular matrix src and stores the upper triangular part of the result to dst.