Age | Commit message (Expand) | Author |
---|---|---|
2019-07-24 | correct polynomial order for gauss | Wojtek Kosior |
2019-07-03 | return NaN for wrong poly order argument and handle this error upper in the c... | Wojtek Kosior |
2019-07-02 | add licenses | Wojtek Kosior |
2019-06-30 | sum values in a smarter order | Wojtek Kosior |
2019-06-30 | fix coarray allocation | Wojtek Kosior |
2019-06-21 | change functions order in code to one better IMO | Wojtek Kosior |
2019-06-21 | add gauss quadratures, generic way (untestedgit add quadratures.f90) | Wojtek Kosior |
2019-06-21 | move threading code and quadtature selection into separate functions | Wojtek Kosior |
2019-06-21 | parallelize newton-cotes (untestedgit add quadratures.f90) | Wojtek Kosior |
2019-06-21 | compozite newton-cotes integration | Wojtek Kosior |
2019-06-21 | newton-cotes integration of entire interval at once | Wojtek Kosior |
2019-06-21 | make quadratures a module, sketch the integrate fuction for newton-cotes quad... | Wojtek Kosior |
2019-06-21 | initial commit - check that function pointers really work | Wojtek Kosior |