Uses of Class
org.episteme.core.mathematics.linearalgebra.matrices.GenericMatrix
Packages that use GenericMatrix
Package
Description
-
Uses of GenericMatrix in org.episteme.core.mathematics.linearalgebra.matrices
Subclasses of GenericMatrix in org.episteme.core.mathematics.linearalgebra.matricesModifier and TypeClassDescriptionclassDenseMatrix<E>A dense matrix implementation.classMemory-Mapped Matrix implementation for Out-of-Core processing.classA specialized Matrix implementation for Doubles with SIMD and Native optimization.classSIMD-accelerated Matrix implementation using JDK Vector API.classSIMD-accelerated Matrix implementation using JDK Vector API for Float (Single) precision.classSparseMatrix<E>A sparse matrix implementation.classTiledMatrix<E>A matrix decomposed into smaller tiles (blocks).Methods in org.episteme.core.mathematics.linearalgebra.matrices that return GenericMatrixModifier and TypeMethodDescriptionGenericMatrix.withProvider(LinearAlgebraProvider<E> provider) Returns a new view of this matrix with a different provider. -
Uses of GenericMatrix in org.episteme.nativ.mathematics.linearalgebra.matrices
Subclasses of GenericMatrix in org.episteme.nativ.mathematics.linearalgebra.matricesModifier and TypeClassDescriptionclassHigh-performance Real Double Matrix backed by a persistent native MemorySegment.classHigh-performance Real Float Matrix backed by a persistent native MemorySegment.