Package | Description |
---|---|
org.biojava.nbio.structure.math |
Modifier and Type | Method and Description |
---|---|
SparseVector |
SparseVector.plus(SparseVector b)
Calcualtes return a + b
|
SparseVector |
SparseVector.scale(double alpha)
Calculates alpha * a
|
SparseVector |
SparseSquareMatrix.times(SparseVector x) |
Modifier and Type | Method and Description |
---|---|
double |
SparseVector.dot(SparseVector b)
Calculates the dot product of this vector a with b
|
SparseVector |
SparseVector.plus(SparseVector b)
Calcualtes return a + b
|
SparseVector |
SparseSquareMatrix.times(SparseVector x) |
Copyright © 2000–2019 BioJava. All rights reserved.