Free Software

    This is a brief list of some web pages that are related with free software. I am a big fan of the GNU Project.

  • http://www.gnu.org . This page contains all the information about the GNU project.
  • http://fedoraproject.org . This page contains all the information about the Fedora Operating System.
  • http://www.gnu.org/software/gsl . This page contains all the information about the GNU Scientific Library, useful for scientific computation for C or/and C++ programmer.
  • http://crd.lbl.gov/~xiaoye/SuperLU/ . This page contains all the information about the SuperLU library to deal with sparse matrices.
  • http://math-atlas.sourceforge.net/ . This page contains all the information about the Automatic Tuned Linear Algebra Software.
  • http://www.netlib.org/lapack/ . This page contains all the information about the LAPACK software.
  • My Matrix - Vector Manipulation Library for C++

    My Matrix - Vector manipulation library for C++ is an attempt to develop an interface for object oriented implementation of ATLAS, LAPACK and SuperLU. I hope that it will be useful for new C++ programmers that want to do this kind of manipulations. The library is available free of charge and you are welcome to redistribute or modifidy it, under the GNU General Public License; for more information go to GNU General Public License.

    Get the files:

  • Download NUMERIC.tar.gz . This is a compressed tar file containing source code, include files, test folder, Makefile and a README file with the compilation instructions. If you have problems downloading the files or using the library, please send me an email.