Package com.flag4j.core.sparse


package com.flag4j.core.sparse
  • Interface Summary
    Interface
    Description
    This interface specifies methods which all sparse tensor, matrices, and vectors should implement.
  • Class Summary
    Class
    Description
    This abstract class is the base class of all complex sparse tensors.
    RealSparseTensorBase<T,​U,​W,​Z>
    Base class for all sparse tensor.
    SparseTensorBase<T,​U,​W,​Z,​Y,​D extends Serializable,​X extends Number>
    The base class for all sparse tensors.