espressopp.RealND
This is the object which represents N-dimensional vector. It is an extended Real3D, basicly, it hase the same functionallity but in N-dimetions. First of all it is usefull for classes in ‘espressopp.analysis’.
Description
…
- espressopp.RealND(\*args)
- Parameters:
*args
- espressopp.toRealNDFromVector(\*args)
- Parameters:
*args
- espressopp.toRealND(\*args)
- Parameters:
*args
- espressopp.RealND.toRealND(*args)
Try to convert the arguments to a RealND, returns the argument, if it is already a RealND.
- espressopp.RealND.toRealNDFromVector(*args)
Try to convert the arguments to a RealND.
This function will only convert to a RealND if x, y and z are specified.