Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 459 Bytes

era.pxp.md

File metadata and controls

29 lines (22 loc) · 459 Bytes

eraPxp

axb = ERFA.pxp(a, b)

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.

This revision: 2021 May 11

Copyright (C) 2013-2021, NumFOCUS Foundation. Derived, with permission, from the SOFA library.