Uses of Interface
org.episteme.core.mathematics.linearalgebra.backends.LinearAlgebraBackend
Packages that use LinearAlgebraBackend
Package
Description
-
Uses of LinearAlgebraBackend in org.episteme.client.client.mathematics.linearalgebra.backends
Classes in org.episteme.client.client.mathematics.linearalgebra.backends that implement LinearAlgebraBackendModifier and TypeClassDescriptionclassA LinearAlgebraProvider that offloads operations to a remote gRPC service. -
Uses of LinearAlgebraBackend in org.episteme.core.mathematics.linearalgebra
Subclasses with type arguments of type LinearAlgebraBackend in org.episteme.core.mathematics.linearalgebraModifier and TypeClassDescriptionclassManager for linear algebra backends.Methods in org.episteme.core.mathematics.linearalgebra that return LinearAlgebraBackendModifier and TypeMethodDescriptionLinearAlgebraBackendManager.getActiveBackend()Returns the active linear algebra backend based on preference and priority.protected LinearAlgebraBackendLinearAlgebraBackendManager.selectBestBackend()Methods in org.episteme.core.mathematics.linearalgebra that return types with arguments of type LinearAlgebraBackendModifier and TypeMethodDescriptionstatic Collection<LinearAlgebraBackend> LinearAlgebraBackendManager.staticAllBackends()Utility method to get all discovered backends. -
Uses of LinearAlgebraBackend in org.episteme.core.mathematics.linearalgebra.providers
Classes in org.episteme.core.mathematics.linearalgebra.providers that implement LinearAlgebraBackendModifier and TypeClassDescriptionclassLinear Algebra Provider for Sparse Matrices (CPU).