Python: module sphereFun
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.2
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.
Classes |
| |
- builtins.object
-
- SphericalBesselJ
- SphericalHarmonics
class SphericalBesselJ(builtins.object) |
|
SphericalBesselJ(*args, **kwargs)
|
|
Methods defined here:
- __init__(self, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __repr__ = _swig_repr(self)
- calcAll(self, *args, **kwargs) -> 'CDSVector< float_type >'
Static methods defined here:
- __swig_destroy__ = delete_SphericalBesselJ(...)
Data descriptors defined here:
- __dict__
dictionary for instance variables (if defined)
- __weakref__
list of weak references to the object (if defined)
- thisown
The membership flag
|
class SphericalHarmonics(builtins.object) |
|
SphericalHarmonics(*args, **kwargs)
|
|
Methods defined here:
- __init__(self, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __repr__ = _swig_repr(self)
- besselJ(self, *args, **kwargs) -> 'float_type'
- calcAll(self, *args, **kwargs) -> 'CDSMatrix< CDS::complex >'
- calcAssocLegendre(self, *args, **kwargs) -> 'CDSMatrix< float_type >'
- calcYpref(self, *args, **kwargs) -> 'void'
Static methods defined here:
- __swig_destroy__ = delete_SphericalHarmonics(...)
Data descriptors defined here:
- __dict__
dictionary for instance variables (if defined)
- __weakref__
list of weak references to the object (if defined)
- lMax
- thisown
The membership flag
| |