Uses of Class
sbrt.kernel.math.algebra.IndexPair

Packages that use IndexPair
sbrt.kernel.math.algebra Provides classes and interfaces for creating objects relevant to algebra. 
sbrt.shell.text.math Provides classes and interfaces for defining formats for mathematical objects. 
 

Uses of IndexPair in sbrt.kernel.math.algebra
 

Methods in sbrt.kernel.math.algebra that return IndexPair
 IndexPair<R,C> MatrixElement.getIndices()
          Returns the pair of indices.
 

Method parameters in sbrt.kernel.math.algebra with type arguments of type IndexPair
 void AbstractSmdMatrix.setElements(java.util.Map<IndexPair<R,C>,java.lang.Double> elements)
          Sets the corresponding elements of this matrix to those provided.
 

Constructors in sbrt.kernel.math.algebra with parameters of type IndexPair
MatrixElement(IndexPair<R,C> indices, U element)
          Constructs a new matrix element.
 

Uses of IndexPair in sbrt.shell.text.math
 

Methods in sbrt.shell.text.math that return IndexPair
 IndexPair<R,C> IndexPairFormatV1.parse(java.lang.String indexPair)
          Parses the provided string and returns its corresponding index pair.
 

Methods in sbrt.shell.text.math with parameters of type IndexPair
 java.lang.String IndexPairFormatV1.format(IndexPair<R,C> indexPair)
          Returns a formatted string representation of the provided index pair.
 java.lang.String IndexPairFormatV1.formatPair(IndexPair<? extends R,? extends C> indexPair)
          Returns a formatted string representation of the provided index pair.