optimatika / okAlgo

Idiomatic Kotlin extensions for ojAlgo
MIT License
26 stars 3 forks source link

Fix inverted LTE and GTE #5

Closed jcornaz closed 6 years ago

jcornaz commented 6 years ago

Fix #4

Note it was only inverted for expression builder on the left of the sign. It was correct when the left of the sign was a constant (Number) and the variable/expression was on the right.

thomasnield commented 6 years ago

Thanks