kyonifer / koma

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

Switch to kotlin uint / inline class based complex #59

Open kyonifer opened 5 years ago

kyonifer commented 5 years ago

Now that uint will be a builtin kotlin feature, we should deprecate our uint support entirely. In addition, inline classes leave us an avenue to support complex matrices without boxing, and consequently complex algorithms (such as ffts).