-----------------------------------------------------------------------------
| 19 | |
| 20 | //----------------------------------------------------------------------------- |
| 21 | SLEPcEigenSolver::SLEPcEigenSolver(MPI_Comm comm) { EPSCreate(comm, &_eps); } |
| 22 | //----------------------------------------------------------------------------- |
| 23 | SLEPcEigenSolver::SLEPcEigenSolver(EPS eps, bool inc_ref_count) : _eps(eps) |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected