|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjflexcrf.Mathlib
public class Mathlib
The Class Mathlib.
Constructor Summary | |
---|---|
Mathlib()
|
Method Summary | |
---|---|
static void |
mult(int size,
DoubleVector x,
DoubleMatrix A,
DoubleVector y,
boolean isTransposed)
Mult. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mathlib()
Method Detail |
---|
public static void mult(int size, DoubleVector x, DoubleMatrix A, DoubleVector y, boolean isTransposed)
size
- the sizex
- the xA
- the ay
- the yisTransposed
- the is transposed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |