Package

com.twitter.algebird

matrix

Permalink

package matrix

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AdaptiveMatrix[V] extends Serializable

    Permalink

    A Matrix structure that is designed to hide moving between sparse and dense representations Initial support here is focused on a dense row count with a sparse set of columns

  2. case class DenseMatrix[V](rows: Int, cols: Int, rowsByColumns: IndexedSeq[V])(implicit evidence$1: Monoid[V]) extends AdaptiveMatrix[V] with Product with Serializable

    Permalink
  3. case class SparseColumnMatrix[V](rowsByColumns: IndexedSeq[AdaptiveVector[V]])(implicit evidence$2: Monoid[V]) extends AdaptiveMatrix[V] with Product with Serializable

    Permalink

Value Members

  1. object AdaptiveMatrix extends Serializable

    Permalink
  2. object SparseColumnMatrix extends Serializable

    Permalink

Ungrouped