breeze.linalg

support

package support

Visibility
  1. Public
  2. All

Type Members

  1. trait CanCollapseAxis[From, Axis, ColType, R, TR] extends AnyRef

    This trait is for multi-dimensional tensors that can logically have one of their dimensions "collapsed", e.

  2. trait CanCopy[T] extends AnyRef

    Capability trait for being able to copy a collection

  3. trait CanCreateZerosLike[-From, +To] extends AnyRef

    Marker for being able to create a collection of the same shape as the given input but with zero values everywhere.

  4. trait CanForeachValues[From, +A] extends AnyRef

    Marker for being able to do a foreach on the values of a collection

  5. trait CanIterateAxis[From, Axis, ColType] extends AnyRef

    This trait is for multi-dimensional tensors that can logically have one of their dimensions "collapsed", e.

  6. trait CanMapKeyValuePairs[-From, +K, +A, -B, +To] extends AnyRef

    Marker for being able to map the keys and values in a value collection to new values.

  7. trait CanMapValues[From, +A, B, +To] extends AnyRef

    Marker for being able to map the keys and values in a value collection to new values.

  8. trait CanMapValuesLowPrio extends AnyRef

  9. trait CanSlice[-From, -Slice, +To] extends AnyRef

    Capability trait for slices like denseVector(0 until 5)

  10. trait CanSlice2[-From, -Slice1, -Slice2, +To] extends AnyRef

    Capability trait for slices like denseMatrix(1 until 5, 3 until 20 by 2)

  11. trait CanTransformValues[From, +A, B] extends AnyRef

    Marker for being able to transform the keys and values in a value collection to new values.

  12. trait CanTranspose[From, +To] extends AnyRef

    Capability trait for the transpose of a shaped value.

  13. trait CanTraverseKeyValuePairs[From, K, A] extends AnyRef

    Marker for being able to traverse over the values in a collection/tensor

  14. trait CanTraverseValues[From, A] extends AnyRef

    Marker for being able to traverse over the values in a collection/tensor

  15. trait CanZipMapValues[From, A, B, +To] extends AnyRef

    Marker for being able to zip two From's and map the values to a new collection

  16. trait LiteralRow[-R, V] extends AnyRef

    Marker trait for a row literal used in Matrix construction.

  17. trait LowPrioCanTraverseValues extends AnyRef

  18. class TensorActive[K, V, +This] extends AnyRef

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

  19. class TensorKeys[K, V, +This] extends AnyRef

    Class that is kind of like a collection view of the keys in a tensor.

  20. class TensorPairs[K, V, +This] extends AnyRef

    Class that is kind of like a collection view of the pairs in a tensor.

  21. class TensorValues[K, V, +This] extends AnyRef

    Class that is kind of like a collection view of the values in a tensor.

Ungrouped