kyonifer / koma

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

Slicing operators for NDArray #90

Closed peastman closed 5 years ago

peastman commented 5 years ago

This is a first pass at implementing #83. It's still a work in progress. Right now I've just implemented the vararg Any functions and left them as public. Once we figure out exactly what the public API should be I can change that.

peastman commented 5 years ago

I updated the API as discussed in #83. This is now ready for review.

kyonifer commented 5 years ago

Looks good here, thanks!