|
ergo
|
#include "template_blas_common.h"#include <stdexcept>#include <iostream>#include <math.h>#include <stdio.h>#include <pthread.h>Typedefs | |
| typedef double | realtype |
Functions | |
| static void * | thread_func (void *arg) |
| int | main () |
Variables | |
| pthread_mutex_t | mutex = PTHREAD_MUTEX_INITIALIZER |
| typedef double realtype |
| int main | ( | ) |
References thread_func(), and template_blas_compute_pi_BBP().
| static void* thread_func | ( | void * | arg | ) | [static] |
References A, B, template_blas_gemm(), and mutex.
Referenced by main().
| pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER |
Referenced by thread_func().