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:
F
float
float det = determinant(F);