kyonifer / koma

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

Allow for dimensional pivoting for cases other than 2D transpose. #92

Open kyonifer opened 5 years ago

kyonifer commented 5 years ago

Carryover issue from discussion in #83. Swapping dimension ordering is a useful operation outside of just matrices, and should probably have support in N-dimensional cases.