AffineDemandFunction.value¶
- AffineDemandFunction.value(param: float = 1, **kwargs) scipy.sparse.csc.csc_matrix [source]¶
Value 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.