Actual source code: slepclog.h

  1: /*
  2:     Defines profile/logging in SLEPc.
  3: */

 7:  #include slepc.h

  9: /*
 10:   Lists all SLEPC events for profiling.
 11: */

 13: extern int EPS_SetUp, EPS_Solve, ST_SetUp, ST_Apply, ST_ApplyB, ST_ApplyNoB, EPS_Orthogonalization;

 15: #endif