function_1D

class nrv.utils.function_1D[source]

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

Methods

function_1D.__init__()

Initialize a scalar function of one variable.

function_1D.call_method(X)

Evaluate the function or compose it with another NRV function.

function_1D.get_parameters()

Generic method returning all the atributes of an NRV_class instance

function_1D.load(data[, blacklist])

Generic loading method for NRV_class instance

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

Generic saving method for NRV_class instance.

function_1D.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance