Package | Description |
---|---|
org.openscience.cdk.graph.invariant |
Modifier and Type | Method and Description |
---|---|
GIMatrix |
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 |
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 |
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 |
GIMatrix.invertLine(int i,
int j)
Returns the resulting matrix of an elementary linear operation that consists of inverting two lines.
|
GIMatrix |
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.
|
Copyright © 2021. All rights reserved.