cf.MINNCFM

cf.MINNCFM(*new_minncfm)[source]

Return or set the number of chunks of memory to be kept free as a temporary work space.

Parameters :
new_minncfm : int, optional

The number of chunks to be kept free as a temporary work space.

Returns :
out : int or None

If new_minncfm was not set then return the existing number of chunks, otherwise return None.

Examples

>>> cf.MINNCFM()
10
>>> cf.MINNCFM(20)
>>> cf.MINNCFM()
20

Previous topic

cf.FM_THRESHOLD

Next topic

cf.OF_FRACTION

This Page