Skip to content
Advertisement

Tag: ejml

Java: Inverse of a matrix using EJML not working as expected

Within a java project I’ve developed I need to calculate the inverse of a matrix. In order to align with other projects and other developers I’m using the Efficient Java Matrix Library (orj.ejml). For inverting the Matrix I’m using invert from org.ejml.ops.CommonOps, and I has worked fine until now that I’m getting a unexpected result I’ve isolated the case that

Advertisement