kyonifer / koma

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

NDArray.map() can have different input and output types #71

Closed peastman closed 5 years ago

peastman commented 5 years ago

Implements #47. The same change could also be made to mapIndexed() and mapIndexedN(), but for the moment I left those alone.

kyonifer commented 5 years ago

Looks good here, thanks!