rxpv¶
-
erfa.
rxpv
(r, pv)[source]¶ Wrapper for ERFA function
eraRxpv
.- Parameters
r : double array
pv : double array
- Returns
rpv : double array
Notes
The ERFA documentation is below.
- - - - - - - - e r a R x p v - - - - - - - - Multiply a pv-vector by an r-matrix. Given: r double[3][3] r-matrix pv double[2][3] pv-vector Returned: rpv double[2][3] r * pv Note: It is permissible for pv and rpv to be the same array. Called: eraRxp product of r-matrix and p-vector Copyright (C) 2013-2019, NumFOCUS Foundation. Derived, with permission, from the SOFA library. See notes at end of file.