jflexcrf
Class Mathlib

java.lang.Object
  extended by jflexcrf.Mathlib

public class Mathlib
extends java.lang.Object

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

Mathlib

public Mathlib()
Method Detail

mult

public static void mult(int size,
                        DoubleVector x,
                        DoubleMatrix A,
                        DoubleVector y,
                        boolean isTransposed)
Mult.

Parameters:
size - the size
x - the x
A - the a
y - the y
isTransposed - the is transposed