| Line 19... |
Line 19... |
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "private/ipimpl.h" /*I "slepcip.h" I*/
|
#include <private/ipimpl.h> /*I "slepcip.h" I*/
|
|
|
PetscClassId IP_CLASSID = 0;
|
PetscClassId IP_CLASSID = 0;
|
PetscLogEvent IP_InnerProduct = 0, IP_Orthogonalize = 0, IP_ApplyMatrix = 0;
|
PetscLogEvent IP_InnerProduct = 0, IP_Orthogonalize = 0, IP_ApplyMatrix = 0;
|
|
|
#undef __FUNCT__
|
#undef __FUNCT__
|