Programming Assignment 2 (Laplacian Mesh)
Yiming Liu (yimingl@princeton.edu)
Oct 29
Overview
In this assignment, I have implemented nearly all features of Laplacian Mesh, except for Rotation of coordinate frames.
Art Contest
An Armadillo with Longer Ears, Mouth, Fingers, and Tail
Notes
- My codes are written in C++. They can be normally compiled and linked with g++ 4.4.5 or Clang++ 2.8.
- My codes use Intel MKL to perform Sparse BLAS operations. Since its size is too large, I do not include it in my submission. So it is possible for you not able to compile and link my codes. But feel free to go to my seat to check my program and verify all my results :).
- All experimental results are got on my computer with Intel Core2 Quad 2.66 GHz / 4GB memory / Ubuntu 10.10 / clang++ 2.8.
- Sorry, since I mistook the deadline as Sunday, so I will use one free late day.