TensorActive

class TensorActive[K, V, +This](tensor: This)(implicit ev: This <:< Tensor[K, V])

Class that is kind of like a collection view of the active pairs (non-zero pairs, for now) in a tensor.

class Object
trait Matchable
class Any

Value members

Concrete methods

def iterator: Iterator[(K, V)]
def keys: TensorKeys[K, V, This]
def pairs: TensorPairs[K, V, This]
def values: TensorValues[K, V, This]