Class : AbstractFunctionBasis
~AbstractFunctionBasis :
prototype: virtual ~AbstractFunctionBasis ()
description:virtual destructor
GetHilbertSpaceDimension :
prototype: virtual int GetHilbertSpaceDimension ()
description:return Hilbert space dimension
input parameters:
return value: Hilbert space dimension
GetFunctionValue :
prototype: virtual void GetFunctionValue (Vector& , double& , int index )
description:get value of the i-th function at a given point (for functions which take values in R)
input parameters:
value = reference on the value where the function has to be evaluated
result = reference on the value where the result has to be stored
index = function index
GetFunctionValue :
prototype: virtual void GetFunctionValue (RealVector& , double& , int index )
description:get value of the i-th function at a given point (for functions which take values in R)
input parameters:
value = reference on the value where the function has to be evaluated
result = reference on the value where the result has to be stored
index = function index
GetFunctionValue :
prototype: virtual void GetFunctionValue (ComplexVector& , double& , int index )
description:get value of the i-th function at a given point (for functions which take values in R)
input parameters:
value = reference on the value where the function has to be evaluated
result = reference on the value where the result has to be stored
index = function index
GetFunctionValue :
prototype: virtual void GetFunctionValue (Vector& , Complex& , int index )
description:get value of the i-th function at a given point (for functions which take values in C)
input parameters:
value = reference on the value where the function has to be evaluated
result = reference on the value where the result has to be stored
index = function index
GetFunctionValue :
prototype: virtual void GetFunctionValue (RealVector& , Complex& , int index )
description:get value of the i-th function at a given point (for functions which take values in C)
input parameters:
value = reference on the value where the function has to be evaluated
result = reference on the value where the result has to be stored
index = function index
GetFunctionValue :
prototype: virtual void GetFunctionValue (ComplexVector& , Complex& , int index )
description:get value of the i-th function at a given point (for functions which take values in C)
input parameters:
value = reference on the value where the function has to be evaluated
result = reference on the value where the result has to be stored
index = function index
Back to index.