la4j icon indicating copy to clipboard operation
la4j copied to clipboard

Matrices should support exponentiation with floating point exponents

Open vkostyukov opened this issue 11 years ago • 1 comments

See details in this SO question: http://stackoverflow.com/questions/18729470/inaccurate-matrix-power-in-java

vkostyukov avatar Sep 12 '13 08:09 vkostyukov

The problem is to write two methods: one for integer exponents (which could be realized by simple multiplying) and one for floating (which is a huge problem, as we can see in this paper: http://www.cs.cornell.edu/cv/researchpdf/19ways+.pdf).

SamoylovMD avatar Feb 16 '14 12:02 SamoylovMD