Class NativeCPULinearAlgebraComplexBackend

java.lang.Object
org.episteme.nativ.mathematics.linearalgebra.backends.AbstractNativeCPULinearAlgebraBackend<Complex>
org.episteme.nativ.mathematics.linearalgebra.backends.NativeCPULinearAlgebraComplexBackend
All Implemented Interfaces:
AutoCloseable, LinearAlgebraProvider<Complex>, AlgorithmProvider, Backend, ComputeBackend, CPUBackend, NativeBackend

@AutoService({Backend.class,ComputeBackend.class,NativeBackend.class,LinearAlgebraProvider.class,CPUBackend.class,AlgorithmProvider.class}) public class NativeCPULinearAlgebraComplexBackend extends AbstractNativeCPULinearAlgebraBackend<Complex>
Concrete Native CPU-BLAS provider for Complex numbers.