Module inverse
Expand description
Reconstructing the inverse of the original matrix from the decomposition.
Functionsยง
- Computes the inverse of a matrix, given its QR decomposition with column pivoting, and stores the result in
dst
. - Computes the inverse of a matrix, given its QR decomposition with column pivoting, and stores the result in
qr_factors
. - Computes the size and alignment of required workspace for computing the inverse of a matrix in place, given its QR decomposition with column pivoting.
- Computes the size and alignment of required workspace for computing the inverse of a matrix out of place, given its QR decomposition with column pivoting.