Interface MaxwellProvider
- All Superinterfaces:
AlgorithmProvider
- All Known Implementing Classes:
MulticoreMaxwellProvider
Interface for Maxwell's Equations providers.
- Since:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionReal[][]computeTensor(Vector4D point) double[][]computeTensorDouble(Vector4D point) float[][]computeTensorFloat(Vector4D point) default StringReturns the unique category of the algorithm.default StringgetName()Methods inherited from interface AlgorithmProvider
description, getMetadata, getPriority, isAvailable, score, shutdown
-
Method Details
-
computeTensorFloat
-
computeTensorDouble
-
computeTensor
-
getName
- Specified by:
getNamein interfaceAlgorithmProvider
-
getAlgorithmType
Description copied from interface:AlgorithmProviderReturns the unique category of the algorithm.- Specified by:
getAlgorithmTypein interfaceAlgorithmProvider
-