Determinants
Calculating the determinant of a matrix is an inexpensive simple process, given its factorization. If F is a float precision factorization, then its determinant can be calculated using:
 
float det = determinant(F);