sxp

erfa.sxp(s, p)[source]

Wrapper for ERFA function eraSxp.

Parameters
sdouble array
pdouble array
Returns
spdouble array

Notes

The ERFA documentation is below.

- - - - - - -
 e r a S x p
- - - - - - -

Multiply a p-vector by a scalar.

Given:
   s      double        scalar
   p      double[3]     p-vector

Returned:
   sp     double[3]     s * p

Note:
   It is permissible for p and sp to be the same array.

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