sxpv

erfa.sxpv(s, pv)[source]

Wrapper for ERFA function eraSxpv.

Parameters

s : double array

pv : double array

Returns

spv : double array

Notes

The ERFA documentation is below.

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

Multiply a pv-vector by a scalar.

Given:
   s       double          scalar
   pv      double[2][3]    pv-vector

Returned:
   spv     double[2][3]    s * pv

Note:
   It is permissible for pv and spv to be the same array

Called:
   eraS2xpv     multiply pv-vector by two scalars

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