Package de.jstacs.algorithms.graphs.tensor

Provides classes to represent symmetric and asymmetric tensors in graphs.

See:
          Description

Class Summary
AsymmetricTensor This class can be used for Tensors which are not symmetric, as opposed to the symmetry defined in SymmetricTensor.
SubTensor This Tensor can be used to extract or use only a part of a complete Tensor.
SymmetricTensor This class can be used for Tensors with a special symmetry property.
Tensor This is the super class for any tensor.
 

Package de.jstacs.algorithms.graphs.tensor Description

Provides classes to represent symmetric and asymmetric tensors in graphs.