Scythe-1.0.3
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Calculate the inverse of a symmetric positive definite matrix. This function returns the inverse of a symmetric positive definite matrix, using cholesky() to do the necessary decomposition. This method is significantly faster than the generalized inverse function.
|