cpp_coefficients.pxd 188 B

1234567
  1. cdef extern from "coefficients.cpp":
  2. pass
  3. cdef extern from "coefficients.hpp":
  4. cdef cppclass cpp_Coefficients "Coefficients":
  5. cpp_Coefficients()
  6. double get(size_t i,size_t j)