powered by
nearest.SO3(x) nearest.orthog(x)
nearest.SO3
orientation-class
nearest.orthog produces a 3 x 3 x n array of orthogonal matrices.
nearest.orthog
orientation-class x <- matrix(rnorm(9), 3,3) nearest.orthog(x) nearest.SO3(x) x <- -x nearest.orthog(x) nearest.SO3(x) arrayalgebra