kyonifer / koma

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

EJML matrix decomp failing #33

Closed RatsRatsRats closed 7 years ago

RatsRatsRats commented 7 years ago

Attempting to use something like eye(2).QR() always seems to result in empty matrices being returned for QR when using EJML backend (not tested on others). It appears that a call to

decomp.decompose(this.storage.matrix)

after this line may help following docs for getQ() here.

kyonifer commented 7 years ago

Thanks for reporting.