COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
util.h File Reference
#include <stdint.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void throw_err (char const *err_message)
 
void throw_err (char const *err_message, int32_t task)
 
void throw_err (char const *err_message, int32_t task, int32_t thread)
 
void quicksort_dec (uint64_t *arr1, uint64_t *arr2, int64_t left, int64_t right)
 
uint64_tstr_to_array (char *input_list_str, uint64_t *num)
 

Function Documentation

◆ quicksort_dec()

void quicksort_dec ( uint64_t arr1,
uint64_t arr2,
int64_t  left,
int64_t  right 
)

Definition at line 76 of file util.cpp.

◆ str_to_array()

uint64_t * str_to_array ( char *  input_list_str,
uint64_t num 
)

Definition at line 108 of file util.cpp.

◆ throw_err() [1/3]

void throw_err ( char const *  err_message)

Definition at line 58 of file util.cpp.

◆ throw_err() [2/3]

void throw_err ( char const *  err_message,
int32_t  task 
)

Definition at line 64 of file util.cpp.

◆ throw_err() [3/3]

void throw_err ( char const *  err_message,
int32_t  task,
int32_t  thread 
)

Definition at line 70 of file util.cpp.