Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
qutip / core / cy / coefficient.pxd
Size: Mime:
#cython: language_level=3
cdef class Coefficient:
    cdef readonly dict args
    cdef double complex _call(self, double t) except *
    cpdef Coefficient copy(self)