kyonifer / koma

A scientific computing library for Kotlin. https://kyonifer.github.io/koma
Other
270 stars 23 forks source link

Implement a fully functional pure kotlin Matrix implementation, such that all ops (e.g. decompositions) are available on all platforms. #48

Open kyonifer opened 6 years ago

kyonifer commented 6 years ago

The current DefaultXXMatrix implementations currently have a lot of unimplemented methods. On some platforms (e.g. js-in-browser) finding an apache license compatible lib that has the full set of functionality can be challenging, so it would be useful to have a set of complete default implementations for full compatibility.