Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:
- OBJ_PERM_IDENTITY
: perm.c
- OBJ_SYMBOLIC_MULTIVEC
: src/vecview.c
- OBJ_SYMBOLIC_VEC
: src/vecview.c
- OLUA_INMAT
: lua.h
- OLUA_MAT
: lua.h
- OLUA_MATTAB
: lua.h
- OLUA_NEWUSERDATA
: lua.h
- OP_A_AH
: userconst.h
- OP_A_AT
: userconst.h
- OP_AH_A
: userconst.h
- OP_AT_A
: userconst.h
- OP_CONJ
: userconst.h
- OP_CONJ_TRANS
: userconst.h
- OP_NORMAL
: userconst.h
- OP_TRANS
: userconst.h
- OpenLua()
: xforms.c
- OpenLuaMatMod()
: xforms.c
- oski_AllocStructHintBlocksizes()
: structhint.c, structhint.h
- oski_AllocStructHintDiaglens()
: structhint.c, structhint.h
- oski_ApplyHeurResults()
: heur_typedep.c, heur_typedep.h
- oski_ApplyMatTransforms()
: xforms.c, tune.h
- oski_ataop_t
: userconst.h
- oski_AXPYVecView()
: blas.c, blas.h
- oski_BCSR_MatMult_funcpt
: BCSR/module.h
- oski_BCSR_MatTransMatMult_funcpt
: BCSR/module.h
- oski_BDIAG1_MatMult_funcpt
: BDIAG1/module.h
- oski_CalcMat1Norm()
: matcreate.c, matcreate.h
- oski_CalcMatRepr1Norm
: CSR/module.c, matmodexport.h
- oski_CalcMatRepr1Norm_funcpt
: matrix.h
- oski_CalcVecViewInfNorm()
: src/vecview.c, vecview.h
- oski_CalcVecViewInfNormDiff()
: src/vecview.c, vecview.h
- oski_CalibrateTimer()
: src/timer/timer.c, timer.h
- oski_CallModuleInit()
: modloader.h
- oski_ChangeIndexBase()
: CSR/module.c, CSR/module.h
- oski_ChangeIndexBase_funcpt
: CSR/format.h
- OSKI_CHECK_ATAOP
: userconst.h
- OSKI_CHECK_COPYMODE
: userconst.h
- OSKI_CHECK_MAT_DIMS
: matrix.h
- OSKI_CHECK_MATOP
: userconst.h
- OSKI_CHECK_STORAGE
: userconst.h
- OSKI_CHECK_TUNEHINT
: userconst.h
- oski_CheckArgsMatMult()
: src/matmult.c, matmult.h
- oski_CheckArgsMatMultAndMatTransMult()
: a_and_at.c, a_and_at.h
- oski_CheckArgsMatPowMult()
: matpow.c, matpow.h
- oski_CheckArgsMatTransMatMult()
: src/ata.c, ata.h
- oski_CheckArgsMatTrisolve()
: src/trisolve.c, trisolve.h
- oski_CheckCSR()
: check.c, CSR/module.h
- oski_CheckCSR_funcpt
: CSR/format.h
- oski_CheckHasSortedInds()
: check.c
- oski_CheckHasUniqueInds()
: check.c
- oski_CheckIndexBase()
: check.c
- oski_CheckIndNonDecreasing()
: check.c
- oski_CheckIsLowerTriangular()
: check.c
- oski_CheckIsUpperTriangular()
: check.c
- oski_CheckPattern()
: check.c
- oski_CheckUnitDiagImplicit()
: check.c
- oski_ClearInMatPropSet()
: inmatprop.c, inmatprop.h
- oski_Close()
: src/init.c, init.h
- oski_CloseBenchmarkData()
: heur.h
- oski_CloseHeurManager()
: heur.h
- oski_CloseMatTypeManager()
: mattypes.h
- oski_CloseModule()
: VBR/module.c, MBCSR/module.c, MATTYPE_TEMPLATE/module.c, GCSR/module.c, DENSE/module.c, CSR/module.c, CSC/module.c, CB/module.c, BDIAG1/module.c, BCSR/module.c, modloader.h, modcommon.h
- oski_CloseModule_funcpt
: methodtypes.h
- oski_CloseModuleLoader()
: modloader.h
- oski_CollectInMatProps()
: inmatprop.c, inmatprop.h
- oski_CollectInMatProps_arr()
: inmatprop.c, inmatprop.h
- oski_CollectInMatProps_va()
: inmatprop.c, inmatprop.h
- oski_CompleteDefaultInMatPropSet()
: inmatprop.c, inmatprop.h
- oski_ConditionallyExpandCSRToFull()
: CSR/module.h
- oski_ConditionallyExpandCSRToFull_funcpt
: CSR/format.h
- oski_ConjVecView()
: blas.c, blas.h
- oski_ConvertMatReprToCSR
: src/VBR/convert.c, src/MBCSR/convert.c, src/MATTYPE_TEMPLATE/convert.c, GCSR/module.c, DENSE/module.c, CSR/module.c, CSC/module.c, src/CB/convert.c, src/BDIAG1/convert.c, src/BCSR/convert.c, matmodexport.h
- oski_ConvertMatReprToCSR_funcpt
: matrix.h
- oski_CopyMat()
: matcreate.c, matcreate.h
- oski_CopyMatRepr
: src/VBR/convert.c, src/MBCSR/convert.c, src/MATTYPE_TEMPLATE/convert.c, GCSR/module.c, DENSE/module.c, CSR/module.c, CSC/module.c, CB/module.c, src/BDIAG1/convert.c, src/BCSR/convert.c, matmodexport.h
- oski_CopyMatRepr_funcpt
: matrix.h
- oski_CopyMem
: memcpy.h
- oski_copymode_t
: userconst.h
- oski_CopyVecView()
: src/vecview.c, vecview.h
- oski_CountTraceFlopsPerNz()
: trace_query.c
- oski_CountZeroRowsCSR()
: CSR/module.c, CSR/module.h
- oski_CountZeroRowsCSR_funcpt
: CSR/format.h
- oski_CreateLuaMatReprFromCSR()
: src/VBR/convert.c, src/MBCSR/convert.c, src/MATTYPE_TEMPLATE/convert.c, GCSR/module.c, DENSE/module.c, CSC/module.c, src/CB/convert.c, src/BDIAG1/convert.c, src/BCSR/convert.c, xforms_internal.h
- oski_CreateLuaMatReprGeneric2IndexFromCSR()
: xforms.c, xforms_internal.h
- oski_CreateLuaMatReprGenericFromCSR()
: xforms.c, xforms_internal.h
- oski_CreateMatCSC()
: matcreate.c, matcreate.h
- oski_CreateMatCSC_arr()
: matcreate.c, matcreate.h
- oski_CreateMatCSC_va()
: matcreate.c, matcreate.h
- oski_CreateMatCSR()
: matcreate.c, matcreate.h
- oski_CreateMatCSR_arr()
: matcreate.c, matcreate.h
- oski_CreateMatCSR_va()
: matcreate.c, matcreate.h
- oski_CreateMatReprFromCSR
: src/VBR/convert.c, src/MBCSR/convert.c, src/MATTYPE_TEMPLATE/convert.c, GCSR/module.c, DENSE/module.c, CSR/module.c, CSC/module.c, src/CB/convert.c, src/BDIAG1/convert.c, src/BCSR/convert.c, matmodexport.h
- oski_CreateMatReprFromCSR_funcpt
: matrix.h
- oski_CreateMatStruct()
: matrix.c, matrix.h
- oski_CreateMultiVecView()
: src/vecview.c, vecview.h
- oski_CreateSubmatReprFromCSR_funcpt
: matrix.h
- oski_CreateTimer()
: src/timer/timer.c, timer.h
- oski_CreateTrace()
: trace.h
- oski_CreateVecView()
: src/vecview.c, vecview.h
- OSKI_DEBUG_LEVEL
: src/init.c
- oski_DenseMatMult()
: blas.h
- oski_DestroyBCSRFillProfile()
: estfill.c, estfill.h
- oski_DestroyMat()
: matcreate.c, matcreate.h
- oski_DestroyMatRepr
: src/VBR/convert.c, src/MBCSR/convert.c, src/MATTYPE_TEMPLATE/convert.c, GCSR/module.c, DENSE/module.c, CSR/module.c, CSC/module.c, CB/module.c, src/BDIAG1/convert.c, src/BCSR/convert.c, matmodexport.h
- oski_DestroyMatRepr_funcpt
: matrix.h
- oski_DestroyMatStruct()
: matrix.c, matrix.h
- oski_DestroyRegProfileKernelWorkload()
: regprofquery.h
- oski_DestroyTimer()
: src/timer/timer.c, timer.h
- oski_DestroyTrace()
: trace.h
- oski_DestroyVecView()
: src/vecview.c, vecview.h
- oski_DisplayInMatPropSet()
: inmatprop.c, inmatprop.h
- oski_DisplayMatTypeInfo()
: mattypes_internal.h
- oski_DuplicateString()
: memcpy.h
- OSKI_ERR
: error.h
- OSKI_ERR_BAD_ATAOP
: error.h
- OSKI_ERR_BAD_ATAOP_MS
: error.h
- OSKI_ERR_BAD_COL
: error.h
- OSKI_ERR_BAD_COL_MS
: error.h
- OSKI_ERR_BAD_COPYMODE
: error.h
- OSKI_ERR_BAD_DIAG
: error.h
- OSKI_ERR_BAD_DIAG_MS
: error.h
- OSKI_ERR_BAD_DIMS
: error.h
- OSKI_ERR_BAD_ENTRY
: error.h
- OSKI_ERR_BAD_HINT
: error.h
- OSKI_ERR_BAD_HINT_ARG
: error.h
- OSKI_ERR_BAD_INMATPROP
: error.h
- OSKI_ERR_BAD_MAT
: error.h
- OSKI_ERR_BAD_MAT_MS
: error.h
- OSKI_ERR_BAD_MATOP
: error.h
- OSKI_ERR_BAD_MATOP_MS
: error.h
- OSKI_ERR_BAD_PERM
: error.h
- OSKI_ERR_BAD_POWER
: error.h
- OSKI_ERR_BAD_POWER_MS
: error.h
- OSKI_ERR_BAD_ROW
: error.h
- OSKI_ERR_BAD_ROW_MS
: error.h
- OSKI_ERR_BAD_STORAGE
: error.h
- OSKI_ERR_BAD_STRIDE
: error.h
- OSKI_ERR_BAD_VEC
: error.h
- OSKI_ERR_BAD_VEC_MS
: error.h
- OSKI_ERR_CLIQUE_VALMAT_SMALL
: error.h
- OSKI_ERR_CLIQUE_VALMAT_SMALL_MS
: error.h
- OSKI_ERR_DIAG_VALMAT_SMALL
: error.h
- OSKI_ERR_DIAG_VALMAT_SMALL_MS
: error.h
- OSKI_ERR_DIM_MISMATCH
: error.h
- OSKI_ERR_DIM_MISMATCH_MS
: error.h
- OSKI_ERR_DIM_MISMATCH_OBJ
: error.h
- OSKI_ERR_DIM_MISMATCH_OBJ_MS
: error.h
- OSKI_ERR_DIM_MISMATCH_TRANS
: error.h
- OSKI_ERR_DIM_MISMATCH_TRANS_MS
: error.h
- OSKI_ERR_DIM_MISMATCH_TRANS_OBJ
: error.h
- OSKI_ERR_DIM_MISMATCH_TRANS_OBJ_MS
: error.h
- OSKI_ERR_DIM_UNEQUAL
: error.h
- OSKI_ERR_FILE_READ
: error.h
- OSKI_ERR_INCOMPAT_NUMVECS
: error.h
- OSKI_ERR_INCOMPAT_NUMVECS_MS
: error.h
- OSKI_ERR_INMATPROP_CONFLICT
: error.h
- OSKI_ERR_MAT_NOTSQUARE
: error.h
- OSKI_ERR_MAT_NOTSQUARE_MS
: error.h
- OSKI_ERR_MAT_NOTTRI
: error.h
- OSKI_ERR_MAT_NOTTRI_MS
: error.h
- OSKI_ERR_MATTYPE_MEMBER
: error.h
- OSKI_ERR_MATTYPEID_MEMBER
: error.h
- OSKI_ERR_MOD_TRI_COMPLEX
: error.h
- OSKI_ERR_MOD_TRI_REAL
: error.h
- OSKI_ERR_MOD_UNIT_DIAG_COMPLEX
: error.h
- OSKI_ERR_MOD_UNIT_DIAG_REAL
: error.h
- OSKI_ERR_NO_APPLYHEUR
: error.h
- OSKI_ERR_NO_REPR
: error.h
- OSKI_ERR_NOT_IMPLEMENTED
: error.h
- OSKI_ERR_NULL_ARG
: error.h
- OSKI_ERR_NULL_ARG_MS
: error.h
- OSKI_ERR_SMALL_ARG
: error.h
- OSKI_ERR_SMALL_ARG_MS
: error.h
- OSKI_ERR_VEC1_ONLY
: error.h
- OSKI_ERR_VEC1_ONLY_MS
: error.h
- OSKI_ERR_VEC_FEW
: error.h
- OSKI_ERR_VEC_FEW_MS
: error.h
- OSKI_ERR_WRONG_ANS_ELEM
: error.h
- OSKI_ERR_WRONG_ANS_ELEM_COMPLEX
: error.h
- OSKI_ERR_ZERO_ENTRY_COMPLEX
: error.h
- OSKI_ERR_ZERO_ENTRY_REAL
: error.h
- oski_errhandler_t
: error.h
- oski_EstimateFillBCSR()
: estfill.c, estfill.h
- oski_EstimateHeurCost()
: heur_typedep.c, heur_typedep.h
- oski_EstimateTraceTime()
: trace_query.c
- oski_EvaluateHeur()
: heur_typedep.c, heur_typedep.h
- oski_ExpandCSRToFull()
: CSR/module.h
- oski_ExpandCSRToFull_funcpt
: CSR/format.h
- oski_FindHeurRecord()
: heur_internal.h
- oski_FindMatTypeRecord()
: mattypes_internal.h
- oski_FindRowGCSR()
: GCSR/module.c, GCSR/module.h
- oski_Free
: malloc.h
- oski_FreeAll()
: malloc.h
- oski_freefunc_t
: malloc.h
- oski_FreeInputMatRepr()
: xforms.c, xforms.h
- oski_FreeInternal()
: malloc.h
- oski_GetDebugLevel()
: debug.h
- oski_GetDebugOutput()
: debug.h
- oski_GetErrorHandler()
: error.c, error.h
- oski_GetErrorName()
: error.c, error.h
- oski_GetFree()
: malloc.h
- oski_GetLongDesc()
: VBR/module.c, MBCSR/module.c, MATTYPE_TEMPLATE/module.c, GCSR/module.c, DENSE/module.c, CSR/module.c, CSC/module.c, CB/module.c, BDIAG1/module.c, BCSR/module.c, modcommon.h
- oski_GetLongDesc_funcpt
: methodtypes.h
- oski_GetMalloc()
: malloc.h
- oski_GetMatClique()
: src/getset.c, getset.h
- oski_GetMatDiagValues()
: src/getset.c, getset.h
- oski_GetMatEntry()
: src/getset.c, getset.h
- oski_GetMatProps()
: matcreate.c, matcreate.h
- oski_GetMatReprClique_funcpt
: getset.h
- oski_GetMatReprDiagValues_funcpt
: getset.h
- oski_GetMatReprEntry()
: src/BDIAG1/getset.c, src/BCSR/getset.c
- oski_GetMatReprEntry_funcpt
: getset.h
- oski_GetMatTransforms()
: xforms.c, tune.h
- oski_GetNumCalls()
: trace.h
- oski_GetNumHeur()
: heur.h
- oski_GetNumMatTypes()
: mattypes_internal.h
- oski_GetNumScalarIndexTypes()
: scalinfo.h
- oski_GetNumScalarValueTypes()
: scalinfo.h
- oski_GetRealloc()
: malloc.h
- oski_GetRegProfileKernelWorkload()
: regprofquery.h
- oski_GetScalarIndexName()
: scalinfo.h
- oski_GetScalarIndexTag()
: scalinfo.h
- oski_GetScalarValueName()
: scalinfo.h
- oski_GetScalarValueTag()
: scalinfo.h
- oski_GetShortDesc()
: VBR/module.c, MBCSR/module.c, MATTYPE_TEMPLATE/module.c, GCSR/module.c, DENSE/module.c, CSR/module.c, CSC/module.c, CB/module.c, BDIAG1/module.c, BCSR/module.c, modcommon.h
- oski_GetShortDesc_funcpt
: methodtypes.h
- oski_GetStackLuaMat()
: lua.c, lua.h
- oski_GetTimerDesc()
: src/timer/timer.c, timer.h
- oski_GetTimerSecsPerTick()
: src/timer/timer.c, timer.h
- oski_HandleError
: error.h
- oski_HandleErrorDefault()
: error.c, error.h
- oski_HandleErrorNull()
: error.c
- OSKI_HEUR_METHOD
: heur.h
- oski_HeurApplyResults()
: heurexport.h
- oski_HeurApplyResults_funcpt
: heur_typedep.h
- oski_HeurEstimateCost()
: heurexport.h
- oski_HeurEstimateCost_funcpt
: heur_typedep.h
- oski_HeurEvaluate()
: heurexport.h
- oski_HeurEvaluate_funcpt
: heur_typedep.h
- OSKI_HEURID_METHOD
: heur.h
- oski_HeurIsApplicable()
: heurexport.h
- oski_HeurIsApplicable_funcpt
: heur_typedep.h
- oski_id_t
: common.h
- OSKI_IND_ID
: mangle.h
- oski_Init()
: src/init.c, init.h
- oski_InitHeurManager()
: heur.h
- oski_InitMatTypeManager()
: mattypes.h
- oski_InitModule()
: VBR/module.c, MBCSR/module.c, MATTYPE_TEMPLATE/module.c, GCSR/module.c, DENSE/module.c, CSR/module.c, CSC/module.c, CB/module.c, BDIAG1/module.c, BCSR/module.c, modcommon.h
- oski_InitModule_funcpt
: methodtypes.h
- oski_InitModuleLoader()
: modloader.h
- oski_InitStructHint()
: structhint.c, structhint.h
- oski_InitSubVecView()
: src/vecview.c, vecview.h
- oski_inmatprop_t
: userconst.h
- OSKI_IS_SQUARE_MAT
: matrix.h
- oski_IsHeurApplicable()
: heur_typedep.c, heur_typedep.h
- oski_IsInMatPropSetConsistent()
: inmatprop.c, inmatprop.h
- oski_IsMatPermuted()
: perm.c, perm.h
- oski_kerinfo_t
: kerinfo.h
- OSKI_KERNEL
: kerinfo.h
- OSKI_KERNEL_END
: kerinfo.h
- OSKI_KERNEL_END_REC
: kerinfo.h
- OSKI_KERNEL_MatMult
: kerinfo.h
- OSKI_KERNEL_MatMult_REC
: kerinfo.h
- OSKI_KERNEL_MatMultAndMatTransMult
: kerinfo.h
- OSKI_KERNEL_MatMultAndMatTransMult_REC
: kerinfo.h
- OSKI_KERNEL_MatPowMult
: kerinfo.h
- OSKI_KERNEL_MatPowMult_REC
: kerinfo.h
- OSKI_KERNEL_MatTransMatMult
: kerinfo.h
- OSKI_KERNEL_MatTransMatMult_REC
: kerinfo.h
- OSKI_KERNEL_MatTrisolve
: kerinfo.h
- OSKI_KERNEL_MatTrisolve_REC
: kerinfo.h
- oski_LoadModule()
: modloader.h
- oski_LoadModuleOptional()
: modloader.h
- oski_LoadProfileBCSRMatMult()
: regblock.h
- oski_LoadProfileMBCSRMatMult()
: mregblock.h
- oski_LoadProfileMBCSRSymmMatMult()
: symmrb.h
- oski_LockErrorHandler
: error.c
- oski_LookupHeur()
: heur_internal.h
- oski_LookupHeurDescById()
: heur.h
- oski_LookupHeurId()
: heur.h
- oski_LookupHeurIdByNum()
: heur.h
- oski_LookupHeurIdMethod()
: heur.h
- oski_LookupHeurMethod()
: heur.h
- oski_LookupKernelInfo()
: kerinfo.h
- oski_LookupMatTypeId()
: mattypes.h
- oski_LookupMatTypeIdMethod()
: mattypes.h
- oski_LookupMatTypeMethod()
: mattypes.h
- oski_LookupModuleMethod()
: modloader.h
- oski_LookupScalarIndexInfo()
: scalinfo.h
- oski_LookupScalarValueInfo()
: scalinfo.h
- oski_MakeArglistMatMult()
: src/matmult.c, matmult.h
- oski_MakeArglistMatMultAndMatTransMult()
: a_and_at.c, a_and_at.h
- oski_MakeArglistMatPowMult()
: matpow.c, matpow.h
- oski_MakeArglistMatTransMatMult()
: src/ata.c, ata.h
- oski_MakeArglistMatTrisolve()
: src/trisolve.c, trisolve.h
- oski_MakeModuleDesc()
: modloader.h
- oski_MakeModuleName()
: modloader.h
- OSKI_MAKENAME_FUNCPT
: mangle.h, common.h
- oski_Malloc
: malloc.h
- oski_mallocfunc_t
: malloc.h
- oski_MallocInternal()
: malloc.h
- oski_MallocNoError
: malloc.h
- oski_matBCSR_t
: BCSR/format.h
- oski_matBDIAG1_t
: BDIAG1/format.h
- oski_matCB_t
: CB/format.h
- oski_MatchesTraceRecord()
: trace.h
- oski_matCSC_t
: CSC/format.h
- oski_matCSR_t
: CSR/format.h
- oski_matDENSE_t
: DENSE/format.h
- oski_matGCSR_t
: GCSR/format.h
- oski_matMATTYPE_TEMPLATE_t
: MATTYPE_TEMPLATE/format.h
- oski_matMBCSR_t
: MBCSR/format.h
- oski_MatMult()
: src/matmult.c, matmult.h
- OSKI_MATMULT_COMPAT_DIMS
: matmult.h
- OSKI_MATMULT_COMPAT_OBJ_DIMS
: matmult.h
- oski_MatMult_funcpt
: matmult.h
- oski_MatMultAndMatTransMult()
: a_and_at.c, a_and_at.h
- oski_MatMultAndMatTransMult_funcpt
: a_and_at.h
- oski_matop_t
: userconst.h
- oski_MatPowMult()
: matpow.c, matpow.h
- oski_MatPowMult_funcpt
: matpow.h
- OSKI_MATPROP_IS_SQUARE
: matcommon.h
- OSKI_MATPROP_IS_TRI
: matcommon.h
- oski_MatReprMult
: src/VBR/matmult.c, src/MBCSR/matmult.c, src/MATTYPE_TEMPLATE/matmult.c, src/GCSR/matmult.c, src/DENSE/matmult.c, src/CSR/matmult.c, src/CSC/matmult.c, src/CB/matmult.c, src/BDIAG1/matmult.c, src/BCSR/matmult.c, matmodexport.h
- oski_MatReprMult_funcpt
: matmult.h
- oski_MatReprMultAndMatReprTransMult
: MBCSR/a_and_at.c, matmodexport.h
- oski_MatReprMultAndMatReprTransMult_funcpt
: a_and_at.h
- oski_MatReprPowMult
: matmodexport.h
- oski_MatReprPowMult_funcpt
: matpow.h
- oski_MatReprTransMatReprMult
: src/MBCSR/ata.c, src/BCSR/ata.c, matmodexport.h
- oski_MatReprTransMatReprMult_funcpt
: ata.h
- oski_MatReprTrisolve
: src/DENSE/trisolve.c, src/CSC/trisolve.c, matmodexport.h
- oski_MatReprTrisolve_funcpt
: trisolve.h
- oski_matrix_t
: matrix.h
- oski_MatTransMatMult()
: src/ata.c, ata.h
- oski_MatTransMatMult_funcpt
: ata.h
- OSKI_MATTRANSMULT_COMPAT_DIMS
: matmult.h
- OSKI_MATTRANSMULT_COMPAT_OBJ_DIMS
: matmult.h
- oski_matTRIPART_t
: TRIPART/format.h
- oski_MatTrisolve()
: src/trisolve.c, trisolve.h
- OSKI_MATTYPE_ID
: mattypes.h
- OSKI_MATTYPE_METHOD
: mattypes.h
- oski_mattype_t
: mattypes_internal.h
- OSKI_MATTYPEID_METHOD
: mattypes.h
- oski_matVBR_t
: VBR/format.h
- oski_MBCSR_MatMult_funcpt
: MBCSR/format.h
- OSKI_MIN
: common.h
- oski_modhandle_t
: modloader.h
- oski_MultiMalloc()
: malloc.h
- oski_OpenBenchmarkData()
: heur.h
- oski_perm_t
: perm.h
- oski_PermuteVecView()
: perm.c, perm.h
- oski_PrintDebugMessage()
: debug.h
- oski_PrintDebugMessageShort()
: debug.h
- oski_PrintDebugVecView()
: src/vecview.c, vecview.h
- oski_PushEmptyLuaMat()
: lua.c, lua.h
- oski_ReadBenchmarkLine()
: heur.h
- oski_ReadElapsedTime()
: src/timer/timer.c, timer.h
- oski_Realloc
: malloc.h
- oski_reallocfunc_t
: malloc.h
- oski_ReallocInternal()
: malloc.h
- oski_RecordCall
: trace.h
- oski_RecordCalls()
: trace.h
- oski_RectScaledIdentityMult()
: blas.c, blas.h
- oski_register_funcpt
: modloader.h
- oski_RegisterHeur()
: heur.h
- oski_RegisterMatType()
: mattypes.h
- oski_RegisterSiteModules()
: modloader.h
- oski_ReplaceTunedMatRepr()
: xforms.c, xforms.h
- oski_ResetStructHint()
: structhint.c, structhint.h
- oski_ResetStructHintBlocksizes()
: structhint.c, structhint.h
- oski_ResetStructHintDiaglens()
: structhint.c, structhint.h
- oski_RestartTimer()
: src/timer/timer.c, timer.h
- oski_ScaleVecView()
: blas.c, blas.h
- OSKI_SCALIND
: scalinfo.h
- OSKI_SCALIND_END
: scalinfo.h
- OSKI_SCALIND_END_REC
: scalinfo.h
- OSKI_SCALIND_INT
: scalinfo.h
- OSKI_SCALIND_INT_REC
: scalinfo.h
- OSKI_SCALIND_LONG
: scalinfo.h
- OSKI_SCALIND_LONG_REC
: scalinfo.h
- oski_scalinfo_t
: scalinfo.h
- OSKI_SCALVAL
: scalinfo.h
- OSKI_SCALVAL_COMPLEX
: scalinfo.h
- OSKI_SCALVAL_COMPLEX_REC
: scalinfo.h
- OSKI_SCALVAL_DOUBLE
: scalinfo.h
- OSKI_SCALVAL_DOUBLE_REC
: scalinfo.h
- OSKI_SCALVAL_DOUBLECOMPLEX
: scalinfo.h
- OSKI_SCALVAL_DOUBLECOMPLEX_REC
: scalinfo.h
- OSKI_SCALVAL_END
: scalinfo.h
- OSKI_SCALVAL_END_REC
: scalinfo.h
- OSKI_SCALVAL_SINGLE
: scalinfo.h
- OSKI_SCALVAL_SINGLE_REC
: scalinfo.h
- oski_SetDebugLevel()
: debug.h
- oski_SetDebugOutput()
: debug.h
- oski_SetErrorHandler()
: error.c, error.h
- oski_SetFree()
: malloc.h
- oski_SetHint()
: hint.c, hint.h
- oski_SetHintMatMult()
: hint.c, hint.h
- oski_SetHintMatMultAndMatTransMult()
: hint.c, hint.h
- oski_SetHintMatPowMult()
: hint.c, hint.h
- oski_SetHintMatTransMatMult()
: hint.c, hint.h
- oski_SetHintMatTrisolve()
: hint.c, hint.h
- oski_SetMalloc()
: malloc.h
- oski_SetMatClique()
: src/getset.c, getset.h
- oski_SetMatDiagValues()
: src/getset.c, getset.h
- oski_SetMatEntry()
: src/getset.c, getset.h
- oski_SetMatReprClique_funcpt
: getset.h
- oski_SetMatReprDiagValues_funcpt
: getset.h
- oski_SetMatReprEntry()
: src/MBCSR/getset.c, src/BDIAG1/getset.c, src/BCSR/getset.c
- oski_SetMatReprEntry_funcpt
: getset.h
- oski_SetRealloc()
: malloc.h
- oski_SortIndices()
: CSR/module.h
- oski_SortIndices_funcpt
: CSR/format.h
- oski_StopTimer()
: src/timer/timer.c, timer.h
- oski_storage_t
: userconst.h
- oski_StreamMatRepr()
: CSR/module.c, CSR/module.h
- oski_StreamMatRepr_funcpt
: CSR/format.h
- oski_StringPrintf()
: sprintf.h
- oski_submat_t
: matrix.h
- oski_submatMBCSR_t
: MBCSR/format.h
- oski_timer_t
: timer.h
- oski_timerstruct_t
: src/timer/timer.c
- oski_trace_t
: trace.h
- oski_traceargscmp_funcpt
: trace.h
- oski_TransposeCSR()
: transpose.c, CSR/module.h
- oski_TransposeCSR_funcpt
: CSR/format.h
- oski_TransposePatternProp()
: matcommon.c, matcommon.h
- oski_TransposeProps()
: matcommon.c, matcommon.h
- oski_tunehint_t
: userconst.h
- oski_TuneMat()
: tune.c, tune.h
- oski_UnloadModule()
: modloader.h
- oski_UnloadProfileBCSRMatMult()
: regblock.h
- oski_UnloadProfileMBCSRMatMult()
: mregblock.h
- oski_UnloadProfileMBCSRSymmMatMult()
: symmrb.h
- oski_UnlockErrorHandler
: error.c
- OSKI_VAL_ID
: mangle.h
- oski_vecview_t
: vecview.h
- oski_ViewPermutedMat()
: perm.c, perm.h
- oski_ViewPermutedMatColPerm()
: perm.c, perm.h
- oski_ViewPermutedMatRowPerm()
: perm.c, perm.h
- oski_WrapCSC()
: CSC/module.c, CSC/module.h
- oski_WrapCSC_funcpt
: CSC/module.h
- oski_WrapCSR()
: CSR/module.c, CSR/module.h
- oski_WrapCSR_funcpt
: CSR/format.h
- oski_ZeroMem()
: malloc.h
- oski_ZeroVecView()
: blas.c, blas.h
Generated on Wed Sep 19 16:41:24 2007 for BeBOP Optimized Sparse Kernel Interface Library by
1.4.6