Scythe-1.0.3
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Invert an arbitrary, non-singular, square matrix. This function returns the inverse of a non-singular square matrix, using lu_decomp() to do the necessary decomposition. This method is significantly slower than the inverse function for symmetric positive definite matrices, invpd().
|