xforms_internal.h

Go to the documentation of this file.
00001 
00010 #if !defined(INC_OSKI_XFORMS_INTERNAL_H)
00011 
00012 #define INC_OSKI_XFORMS_INTERNAL_H
00013 
00014 #include <oski/matrix.h>
00015 #include <oski/xforms.h>
00016 
00017 #if defined(DO_NAME_MANGLING)
00018 
00020 #define oski_CreateLuaMatReprGenericFromCSR \
00021     MANGLE_(oski_CreateLuaMatReprGenericFromCSR)
00022 #define oski_CreateLuaMatReprGeneric2IndexFromCSR \
00023     MANGLE_(oski_CreateLuaMatReprGeneric2IndexFromCSR)
00024 #define oski_CreateLuaMatReprFromCSR \
00025     MANGLE_MOD_(oski_CreateLuaMatReprFromCSR)
00026 
00027 #endif
00028 
00033 int oski_CreateLuaMatReprGenericFromCSR (lua_State * L, const char *mattype);
00034 
00040 int oski_CreateLuaMatReprGeneric2IndexFromCSR (lua_State * L,
00041                            const char *mattype);
00042 
00047 int oski_CreateLuaMatReprFromCSR (lua_State * L);
00048 
00049 #endif
00050 
00051 /* eof */

Generated on Wed Sep 19 16:41:18 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6