Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the DoubleDVectorFunctor instance. | |
None | __init__ (DoubleDVectorFunctor func) |
Initializes a copy of the DoubleDVectorFunctor instance func. More... | |
None | __init__ (object callable) |
Initializes the DoubleDVectorFunctor instance. More... | |
float | __call__ (DVector arg1) |
bool | __bool__ () |
bool | __nonzero__ () |
None CDPL.Math.DoubleDVectorFunctor.__init__ | ( | DoubleDVectorFunctor | func | ) |
Initializes a copy of the DoubleDVectorFunctor instance func.
func | The DoubleDVectorFunctor instance to copy. |
None CDPL.Math.DoubleDVectorFunctor.__init__ | ( | object | callable | ) |
Initializes the DoubleDVectorFunctor instance.
callable |
float CDPL.Math.DoubleDVectorFunctor.__call__ | ( | DVector | arg1 | ) |
arg1 |
bool CDPL.Math.DoubleDVectorFunctor.__bool__ | ( | ) |
bool CDPL.Math.DoubleDVectorFunctor.__nonzero__ | ( | ) |