Coordinate conversion from EF coordinates to stereographic near pole theta=0. More...
#include <kerr_coords.h>
Public Member Functions | |
| Point | convertPoint (Point) |
| Conversion of a point. More... | |
| double | jacobian (int i, int j, Point) |
| Jacobian of the conversion. More... | |
| double | inv_jacobian (int i, int j, Point) |
| Inverse jacobian of the conversion. More... | |
Public Member Functions inherited from CoordinateConversion | |
| CoordinateConversion () | |
| Constructor. | |
| virtual | ~CoordinateConversion () |
| Destructor. | |
Coordinate conversion from EF coordinates to stereographic near pole theta=0.
Conversion of a point.
This method converts a single point to a different coordinate system.
| p | Point to be converted |
Implements CoordinateConversion.
|
virtual |
Inverse jacobian of the conversion.
This method returns the inverse jacobian (matrix of partial derivatives) of the transformation between coordinate systems.
| i | The number of the row |
| j | The number of the column |
| p | The point at which the jacobian is calculated |
Implements CoordinateConversion.
|
virtual |
Jacobian of the conversion.
This method returns the jacobian (matrix of partial derivatives) of the transformation between coordinate systems.
| i | The number of the row |
| j | The number of the column |
| p | The point at which the jacobian is calculated |
Implements CoordinateConversion.
1.8.3.1