Module extendr_api::prelude::modules::lu::partial_pivoting::reconstruct
source · Expand description
Reconstructing the original matrix from the decomposition.
Functions§
- Computes the reconstructed matrix, given its partial pivoting LU decomposition, and stores the result in
dst. - Computes the reconstructed matrix, given its partial pivoting LU decomposition, and stores the result in
lu_factors. - Computes the size and alignment of required workspace for reconstructing a matrix in place, given its partial pivoting LU decomposition.
- Computes the size and alignment of required workspace for reconstructing a matrix out of place, given its partial pivoting LU decomposition.