Grassmann
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A cool library for easily managing matrices, vectors, linear systems, and other linear algebra structures
  _ _ _      ____
 | (_) |__  / ___|_ __ __ _ ___ ___ _ __ ___   __ _ _ __  _ __
 | | | '_ \| |  _| '__/ _` / __/ __| '_ ` _ \ / _` | '_ \| '_ \
 | | | |_) | |_| | | | (_| \__ \__ \ | | | | | (_| | | | | | | |
 |_|_|_.__/ \____|_|  \__,_|___/___/_| |_| |_|\__,_|_| |_|_| |_|

by BlackLight , copyright 2009
Web: http://0x00.ath.cx

This software is released under GNU GPL licence v.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

LibGrassmann is a library for managing linear algebra and numerical analysis
structs (matrices, vectors, eigenvalues, linear systems...) through an
high-level C++ interface.

Website -> http://0x00.ath.cx/prog/grassmann

Full documentation -> In doc/ directory in the source package or
  http://0x00.ath.cx/prog/grassmann/doc/html/index.html or in
  /usr/share/grassmann after the installation


  LaTeX sources for the documentation available at 
  http://0x00.ath.cx/prog/grassmann/doc/latex/

  Examples -> http://0x00.ath.cx/prog/grassmann/examples , or in the examples/
  directory in the source package or in /usr/share/grassmann after the
  installation

For installation -> goto INSTALL file

To compile source files using libGrassmann -> just link them using -lgrassmann
after installation.

e.g. -> g++ -o your_program src1.cpp src2.cpp ... src_n.cpp -lgrassmann


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。