This website requires JavaScript.
Explore
Help
Sign In
sm
/
smbinterp
Watch
1
Star
0
Fork
0
You've already forked smbinterp
Code
Issues
Pull Requests
Activity
Results of my master's thesis
28
Commits
1
Branch
0
Tags
193
MiB
Graphviz (DOT)
67.7%
Python
31.5%
Shell
0.5%
GLSL
0.3%
3efe335563
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Stephen Mardson McQuay
3efe335563
moved the quadratic error calculation out of the baker method, and added a cubic version too
2010-04-02 11:06:17 -06:00
bin
created a test for tesing the cubic interpolation
2010-03-20 20:09:46 -06:00
data
merged the drivers, and am investigating the qdelauney manpage ... should've done this earlier :P
2010-01-30 12:15:00 -07:00
lib
moved the quadratic error calculation out of the baker method, and added a cubic version too
2010-04-02 11:06:17 -06:00
test
moved the quadratic error calculation out of the baker method, and added a cubic version too
2010-04-02 11:06:17 -06:00
tools
putting together a simple test case so that I can test my quad/cubic interpolator
2010-03-20 17:10:02 -06:00
.hgignore
updated library files so that i don't have to edit the __init__.py files
2010-03-08 14:30:22 -07:00
.setup
working on getting baker to work in 3D. the code runs, but the numbers are odd. I suspect the rectangular grid, and am going to try a random cloud of points.
2010-03-18 23:18:59 -06:00
distribute_setup.py
modified code to use Distribute (python's distribution framework)
2010-03-08 13:31:51 -07:00
setup.py
working on getting baker to work in 3D. the code runs, but the numbers are odd. I suspect the rectangular grid, and am going to try a random cloud of points.
2010-03-18 23:18:59 -06:00