Click or drag to resize

SOFARxpv Method

Multiply a pv−vector by an r−matrix.

Namespace: ASCOM.Astrometry.SOFA
Assembly: ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public void Rxpv(
	double[,] r,
	double[,] pv,
	double[,] rpv
)

Parameters

r  Double
r−matrix
pv  Double
pv−vector
rpv  Double
r * pv
Remarks
Note
  1. The algorithm is for the simple case where the r−matrix r is not a function of time. The case where r Is a function of time leads to an additional velocity component equal to the product of the derivative of r And the position vector.
  2. It is permissible for pv and rpv to be the same array.
See Also