Uses of Class
de.jstacs.algorithms.graphs.tensor.AsymmetricTensor

Packages that use AsymmetricTensor
de.jstacs.algorithms.graphs.tensor Provides classes to represent symmetric and asymmetric tensors in graphs. 
 

Uses of AsymmetricTensor in de.jstacs.algorithms.graphs.tensor
 

Constructors in de.jstacs.algorithms.graphs.tensor with parameters of type AsymmetricTensor
SymmetricTensor(AsymmetricTensor asym_tensor)
          This constructor creates and checks a filled asymmetric tensor from an AsymmetricTensor instance.