Uses of Class
org.openscience.cdk.graph.invariant.exception.IndexOutOfBoundsException

Packages that use IndexOutOfBoundsException
Package
Description
 
  • Uses of IndexOutOfBoundsException in org.openscience.cdk.graph.invariant

    Modifier and Type
    Method
    Description
    GIMatrix.addLine(int i, int j, double c)
    Returns the resulting matrix of an elementary linear operation that consists of adding one line, multiplied by some constant factor, to another line.
    GIMatrix.getColumn(int j)
    Returns the column-matrix at the given line index.
    static double
    HuLuIndexTool.getEAIDNumber(IAtomContainer atomContainer)
    Calculates the extended adjacency matrix index.
    GIMatrix.getLine(int i)
    Returns the line-matrix at the given line index.
    double
    GIMatrix.getValueAt(int i, int j)
    Returns the value of the given element.
    GIMatrix.invertLine(int i, int j)
    Returns the resulting matrix of an elementary linear operation that consists of inverting two lines.
    GIMatrix.multiplyLine(int i, double c)
    Returns the resulting matrix of an elementary linear operation that consists of multiplying a single line of the matrix by a constant.
    void
    GIMatrix.setColumn(int j, GIMatrix column)
    Sets the column of the matrix at the specified index to a new value.
    void
    GIMatrix.setLine(int i, GIMatrix line)
    Sets the line of the matrix at the specified index to a new value.
    void
    GIMatrix.setValueAt(int i, int j, double element)
    Sets the value of the element at the given index.