koma
koma copied to clipboard
A scientific computing library for Kotlin. https://kyonifer.github.io/koma
A matrix log is needed to solve A in e^A=B (i.e. not an element wise log). It doesn't look like this method is available under any of the current dependencies,...
``` Matrix Required Actual ========================== ======== ====== measurementMatrix NxM 2x1 measurementNoiseCovariance NxN 2x2 measurement Nx1 1x2 xhat Mx1 2x1 P MxM 2x2 measurementMatrix must have the same number of rows...
Create a matrix division operator to solve Ax=b which avoids computing the full inverse of A.
I need an Android library for calculating matrix exponentials and products. I tied using koma but could not add it to my build gradle. I have tried both the fixes...