ubsuny / CP1-24-HW7

Homework template for Homework 7
1 stars 14 forks source link

Algo: adaptive trapezoid (2 members) #3

Open laserlab opened 4 days ago

laserlab commented 4 days ago

Each algorithm has to be implemented in three ways.

wrapper for numpy (only trapezoids) and scipy (only simpson) implementation (due Wednesday) pure python implementation (due Friday) c/c++ implementation using ctypes in python (due Monday)

abruns123 commented 4 days ago

I work on this one

kylemasc917 commented 4 days ago

I'll work on this with you @abruns123

kylemasc917 commented 4 days ago

How would you want to divvy up the tasks?

abruns123 commented 3 days ago

@kylemasc917

Pull Request for wrapper is in. Ready for you to write the unit tests