2008-05-01から1ヶ月間の記事一覧

pyublas

boost1.35をinstallした後 install pyublas ./configure --boost-inc-dir=/usr/local/include/boost-1_35/ --boost-lib-dir=/usr/local/lib/ --boost-python-libname=boost_python-gcc41-mt make clean make make install sample code のMakefile sample_ext…

boost 1.35

ubuntu7.10では./configre make checkinstallでtarballからでdebパッケージとしてinstallできる. installされる場所は/usr/local/libなど /home/mynameの下に環境を作りたい場合 ./configre --prefix=/home/myname --with-python=/home/myname/bin/python ma…

svd using ublas

boost.ublasを使ったsvdのプログラムがないか探した。 OpenTissue http://www.opentissue.org/wikitissue/index.php/Main_Page (OpenTissue is [a collection of] generic algorithms and data structures for rapid development of interactive modeling and…