Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/~sontag/spicedocs/cspice/mequ_c.html
Дата изменения: Sat Dec 17 06:09:19 2005 Дата индексирования: Sun Apr 10 22:52:04 2016 Кодировка: |
Set one double precision 3x3 matrix equal to another.
None.
VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- m1 I Input matrix. mout O Output matrix equal to m1.
m1 This is an arbitrary input 3x3 matrix. There are no restrictions on what it may contain.
mout This 3x3 matrix is set to be equal to m1.
None.
None.
If m1 = | 1.0 0.0 0.0 | | | | 0.0 1.0 0.0 | | | | 0.0 0.0 1.0 | the call mequ_c ( m1, mout ); produces the matrix mout = | 1.0 0.0 0.0 | | | | 0.0 1.0 0.0 | | | | 0.0 0.0 1.0 |
None.
Error free.
None.
W.M. Owen (JPL) E.D. Wright (JPL)
None.
-CSPICE Version 1.0.0, 29-JUN-1999
equal to another 3x3_matrix