tr¶
-
erfa.
tr
(r)[source]¶ Wrapper for ERFA function
eraTr
.- Parameters
r : double array
- Returns
rt : double array
Notes
The ERFA documentation is below.
- - - - - - e r a T r - - - - - - Transpose an r-matrix. Given: r double[3][3] r-matrix Returned: rt double[3][3] transpose Note: It is permissible for r and rt to be the same array. Called: eraCr copy r-matrix Copyright (C) 2013-2019, NumFOCUS Foundation. Derived, with permission, from the SOFA library. See notes at end of file.