LU# template<int n, typename T>XMatrix<n, n, T> LU( const XMatrix<n, n, T> &m, XMatrix<n, n, T> &L, )#