function_ND

class nrv.utils.function_ND[source]

class containing function from IR^n to IR Such function can be call either on 1 value or on a ndarray (and applied on each value)

Methods

function_ND.__init__()

Init method for NRV_class

function_ND.call_method(self, *X)

function_ND.get_parameters()

Generic method returning all the atributes of an NRV_class instance

function_ND.load(data[, blacklist])

Generic loading method for NRV_class instance

function_ND.save([save, fname, blacklist])

Generic saving method for NRV_class instance.

function_ND.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance