Recent content by phil.cummins@

  1. P

    Graduate Cholesky for complex *symmetric*

    Thanks, that sounds right. I am now looking at some of the routines developed by Tim Davis et al. (e.g. CHOLMOD, http://www.cise.ufl.edu/research/sparse/cholmod/ )
  2. P

    Graduate Cholesky for complex *symmetric*

    Hi, I am working with a Galerkin FEM implementation of an elastodynamic problem in the frequency domain. For the purely elastic case, this results in a symmetric, positive definite linear system that is efficiently solved by Cholesky decomposition. In order to consider anelasticity, however...