Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 528 Bytes

era.pvmpv.md

File metadata and controls

34 lines (26 loc) · 528 Bytes

eraPvmpv

amb = ERFA.pvmpv(a, b)

Subtract one pv-vector from another.

Given:

   a       double[2][3]      first pv-vector
   b       double[2][3]      second pv-vector

Returned:

   amb     double[2][3]      a - b

Note:

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

Called:

   eraPmp       p-vector minus p-vector

This revision: 2021 May 11

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