vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
373 stars 109 forks source link

Decomposer/Inverter/LinearSystemSolver are just MatrixOperation's #230

Open vkostyukov opened 9 years ago

vkostyukov commented 9 years ago

We have a ticker https://github.com/vkostyukov/la4j/issues/179 about using the pipeTo operator everywhere. We can get rid of those interfaces (MatrixDecomposer, MatrixInverter, LinearSystemSolver ) in favor of MatrixOperation and MatrixVectorOperation. Note, that we still don't have these XOperation interfaces, this work in progress.