Module extendr_api::prelude::modules::lu::full_pivoting::compute

Expand description

Computing the decomposition.

Structs§

Functions§

  • Computes the LU decomposition of the given matrix with partial pivoting, replacing the matrix with its factors in place.
  • Computes the size and alignment of required workspace for performing an LU decomposition with full pivoting.