Programming Assignment 2

Yiming Liu (yimingl@princeton.edu)

Oct 29


Basic Laplacian Mesh Representation and Mesh Reconstruction

In this part, I use a sparse matrix to represent the laplacian matrix in the memory, and use the Directed Sparse Solver (DSS) Interface Routines from Intel Math Kernel Library to solve sparse linear system.

Here I demonstrate the result of mesh reconstruction. I anchored one vertex of the mesh, so the left hand side matrix is exactly full-rank, which can be solved perfectly.


Dragon

Setting:


Result:


Zoom-in:

Bunny

Setting:


Result: