api / koma.matrix.mtj

Package koma.matrix.mtj

Types

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