Determinant# template<int n, typename T>T Determinant( const XMatrix<n, n, T> &A, XMatrix<n, n, T> &L, XMatrix<n, n, T> &U, )#