Skip to content

Instantly share code, notes, and snippets.

View junchenfeng's full-sized avatar

Junchen Feng junchenfeng

  • Spark Edu
  • Beijing
View GitHub Profile
import numpy as np
import scipy.linalg.blas
cdef extern from "f2pyptr.h":
void *f2py_pointer(object) except NULL
ctypedef int dgemm_t(
char *transa, char *transb,
int *m, int *n, int *k,
double *alpha,