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 / solver / cy / nm_mcsolve.pxd
Size: Mime:
#cython: language_level=3
from qutip.core.cy.coefficient cimport Coefficient


cdef class RateShiftCoefficient(Coefficient):
    cdef:
        Coefficient [:] coeffs

    cpdef double as_double(self, double t) except *


cdef class SqrtRealCoefficient(Coefficient):
    cdef:
        Coefficient base