| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--Integroi3
Ohjelmalla integroidaan numeerisesti funktio-olio.
| Nested Class Summary | |
(package private) static class | 
Integroi3.ExpFun
 | 
(package private) static interface | 
Integroi3.FunktioRR
 | 
(package private) static class | 
Integroi3.OmaFun
 | 
static class | 
Integroi3.PerusFunktio
 | 
(package private) static class | 
Integroi3.SinFun
 | 
| Constructor Summary | |
Integroi3()
 | 
|
| Method Summary | |
static double | 
integroi(Integroi3.FunktioRR f,
                 double x1,
                 double x2,
                 int tiheys)
 | 
static void | 
main(java.lang.String[] args)
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Integroi3()
| Method Detail | 
public static double integroi(Integroi3.FunktioRR f,
                              double x1,
                              double x2,
                              int tiheys)
public static void main(java.lang.String[] args)
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||