LinearDemandFunction.ddx

LinearDemandFunction.ddx(param: float, **kwargs) scipy.sparse.csc.csc_matrix[source]

Derivative of demand function: demand’(param).

Parameters
param: float, default=1
Returns
csc_matrix

demand’(param).

See also

DemandVector.sparse

details on the structure of the return matrix.

DemandVectorSP.sparse

details on the structure of the return matrix.