api / koma.matrix.ejml

Package koma.matrix.ejml

Types

Name Summary
EJMLMatrix class EJMLMatrix :Matrix<Double>,DoubleMatrixBase
An implementation of the Matrix interface using EJML. You should rarely construct this class directly, instead make one via the top-level functions in creators.kt (e.g. zeros(5,5)) or EJMLMatrixFactory.
EJMLMatrixFactory class EJMLMatrixFactory :DoubleFactoryBase<EJMLMatrix>