Package org.flag4j.linalg.ops.dispatch
package org.flag4j.linalg.ops.dispatch
-
ClassesClassDescriptionBiTensorOpDispatcher<T extends AbstractTensor<T,
?, ?>, U extends AbstractTensor<U, ?, ?>, R extends AbstractTensor<R, ?, ?>> Base class for all dispatchers which apply a binary tensor operation.A dispatcher that selects the most suitable matrix multiplication kernel for twocomplex dense matrices
.A dispatcher that selects the most suitable matrix-vector multiplication kernel for a complex matrix/vector pair.LRUCache<K,V> A least recently used (LRU) cache.A dispatcher that selects the most suitable matrix multiplication kernel for two real dense matrices.A dispatcher that selects the most suitable matrix-vector multiplication kernel for a real dense matrix/vector pair.