NanoStructures  1.0
DMFT solver for layered, strongly correlated nanostructures
math::Function Member List

This is the complete list of members for math::Function, including all inherited members.

Function() (defined in math::Function)math::Function
Function(int length) (defined in math::Function)math::Function
Function(const Function &orig) (defined in math::Function)math::Function
getArgument(int index) const (defined in math::Function)math::Function
getSize() const (defined in math::Function)math::Functioninline
getValue(int index) const (defined in math::Function)math::Function
interpolate(double x) (defined in math::Function)math::Function
m_arguments (defined in math::Function)math::Functionprotected
m_length (defined in math::Function)math::Functionprotected
m_values (defined in math::Function)math::Functionprotected
mpi::OpenMPI (defined in math::Function)math::Functionfriend
operator=(const Function &orig) (defined in math::Function)math::Function
read(std::string filename) (defined in math::Function)math::Function
resize(int length) (defined in math::Function)math::Function
set(int index, double argument, double value) (defined in math::Function)math::Function
setArgument(int index, double argument) (defined in math::Function)math::Function
setValue(int index, double value) (defined in math::Function)math::Function
write(std::string filename) (defined in math::Function)math::Function
~Function() (defined in math::Function)math::Functionvirtual