摘要:
settings.outformat="html"; import graph3; size(10cm,10cm); currentprojection=perspective(10,10,10); for(int i=1;i<10;++i) { for(int j=1;j<10;++j) draw 阅读全文
摘要:
settings.outformat="html"; size(10cm,10cm); for(int i=1;i<100;++i) { draw((i,0)--(100,100),rgb(i/100.0,1-i/100,0)); } 阅读全文
摘要:
settings.outformat="html"; import graph3; size(200,0); currentprojection=perspective(10,8,4); real f(pair z) {return 0.5+exp(-abs(z)^2);} draw((-1,-1, 阅读全文
摘要:
GSL - GNU Scientific Library https://www.gnu.org/software/gsl/ eigen http://eigen.tuxfamily.org/index.php?title=Main_Page libigl - A simple C++ geomet 阅读全文