|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.matrix.doubles.matrixtype.mathoperation.SimpleDoubleArrayOperation
public class SimpleDoubleArrayOperation
| Constructor Summary | |
|---|---|
SimpleDoubleArrayOperation()
|
|
| Method Summary | |
|---|---|
double[] |
add(double[] arr1,
double[] arr2)
|
double[] |
minus(double[] arr1,
double[] arr2)
|
double[] |
scaled(double[] arr,
double scalar)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleDoubleArrayOperation()
| Method Detail |
|---|
public double[] add(double[] arr1,
double[] arr2)
add in interface DoubleArrayOperation
public double[] minus(double[] arr1,
double[] arr2)
minus in interface DoubleArrayOperation
public double[] scaled(double[] arr,
double scalar)
scaled in interface DoubleArrayOperation
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||