Package org.episteme.core.mathematics.linearalgebra.matrices
package org.episteme.core.mathematics.linearalgebra.matrices
-
ClassesClassDescriptionDenseMatrix<E>A dense matrix implementation.Utility for performing distributed matrix multiplication using tiles.A generic matrix implementation with smart storage and provider selection.Memory-Mapped Matrix implementation for Out-of-Core processing.A specialized Matrix implementation for Doubles with SIMD and Native optimization.SIMD-accelerated Matrix implementation using JDK Vector API.SIMD-accelerated Matrix implementation using JDK Vector API for Float (Single) precision.SparseMatrix<E>A sparse matrix implementation.TiledMatrix<E>A matrix decomposed into smaller tiles (blocks).