BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Defines | Functions
init.h File Reference

BeBOP library initialization. More...

Go to the source code of this file.

Defines

#define INC_OSKI_INIT_H
 oski/init.h has been included.

Functions

int oski_Init (void)
 Initialize the library.
void oski_Close (void)
 Shuts the library down.

Detailed Description

BeBOP library initialization.

This module implements the OSKI library initialization.


Define Documentation

#define INC_OSKI_INIT_H

oski/init.h has been included.


Function Documentation

int oski_Init ( void  )

Initialize the library.

Returns:
0 on error, 1 on success.

References InitSetDebugLevel(), oski_CreateTimer(), oski_DestroyTimer(), oski_InitHeurManager(), oski_InitMatTypeManager(), oski_InitModuleLoader(), and oski_PrintDebugMessage().

Referenced by main().