| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
Finds the best orthogonal transform R between X and Y,
such that R X ~= Y.
:param Y:
:type Y: ``array[KxN]``
:param X:
:type X: ``array[KxN],K>=2,K<N``
:rtype: ``array[KxK],orthogonal``
|
Finds the best transform (R,t) between X and Y,
such that R X + t ~= Y.
:param Y:
:type Y: ``array[KxN]``
:param X:
:type X: ``array[KxN],K>=2,K<N``
:rtype: ``tuple((array[KxK],orthogonal),array[Kx1])``
|
Finds the closest orthogonal matrix to M. :param M: :type M: ``array[NxN]`` :rtype: ``array[NxN],orthogonal`` |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 22 20:39:22 2012 | http://epydoc.sourceforge.net |