function_2D

class nrv.utils.function_2D[source]

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

Methods

function_2D.__init__()

Init method for NRV_class

function_2D.call_method(self, X)

function_2D.get_parameters()

Generic method returning all the atributes of an NRV_class instance

function_2D.load(data[, blacklist])

Generic loading method for NRV_class instance

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

Generic saving method for NRV_class instance.

function_2D.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance