Uses of Class
org.openscience.cdk.graph.invariant.exception.IndexOutOfBoundsException
Packages that use IndexOutOfBoundsException
-
Uses of IndexOutOfBoundsException in org.openscience.cdk.graph.invariant
Methods in org.openscience.cdk.graph.invariant that throw IndexOutOfBoundsExceptionModifier and TypeMethodDescriptionGIMatrix.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 doubleHuLuIndexTool.getEAIDNumber(IAtomContainer atomContainer) Calculates the extended adjacency matrix index.GIMatrix.getLine(int i) Returns the line-matrix at the given line index.doubleGIMatrix.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.voidSets the column of the matrix at the specified index to a new value.voidSets the line of the matrix at the specified index to a new value.voidGIMatrix.setValueAt(int i, int j, double element) Sets the value of the element at the given index.