pxp

erfa.pxp(a, b)[source]

Wrapper for ERFA function eraPxp.

Parameters
adouble array
bdouble array
Returns
axbdouble array

Notes

The ERFA documentation is below.

- - - - - - -
 e r a P x p
- - - - - - -

p-vector outer (=vector=cross) product.

Given:
   a        double[3]      first p-vector
   b        double[3]      second p-vector

Returned:
   axb      double[3]      a x b

Note:
   It is permissible to re-use the same array for any of the
   arguments.

Copyright (C) 2013-2019, NumFOCUS Foundation.
Derived, with permission, from the SOFA library.  See notes at end of file.