jsci.maths.vector.impl
Class DoubleAlgorithms<E extends DoubleArray1D>

java.lang.Object
  extended by jsci.maths.vector.impl.DoubleAlgorithms<E>
All Implemented Interfaces:
Algorithms<java.lang.Double,E>

public class DoubleAlgorithms<E extends DoubleArray1D>
extends java.lang.Object
implements Algorithms<java.lang.Double,E>


Constructor Summary
DoubleAlgorithms()
           
 
Method Summary
 E add(E a, E b)
           
 E scalarMultiply(E a, java.lang.Double x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleAlgorithms

public DoubleAlgorithms()
Method Detail

add

public E add(E a,
             E b)
Specified by:
add in interface Algorithms<java.lang.Double,E extends DoubleArray1D>

scalarMultiply

public E scalarMultiply(E a,
                        java.lang.Double x)
Specified by:
scalarMultiply in interface Algorithms<java.lang.Double,E extends DoubleArray1D>