Thread: 'portable' package

  1. #1
    Registered User
    Join Date
    Dec 2006
    Posts
    1

    Arrow 'portable' package

    I have a question for people that know something about working with packages.

    I want to enhance myself written C++ programs with linear algebra stuff like, vectors, matrices, matrix-vector operations, LU-decomposition, Cholesky decomposition, etc.
    What I want:
    I would like to have a package that gives me the above possibilities and that is ‘portable’, i.e. I want to be able to use this package with every computer and every compiler I work on (I work on my window XP desktop at home and also behind a Linux computer at university). Different packages I have looked at don’t work on different compilers for some reason. I don’t really get it why this is the case. Anyhow, I’d like if there is some package downloadable that I can just put on my USB-stick and take with me to every computer, just like my own written code, and just include, just like my own written code.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Dec 2006
    Location
    Washington
    Posts
    18

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to get RSSI value, send to sensor, sensor receive package, repackage it?
    By techissue2008 in forum Networking/Device Communication
    Replies: 1
    Last Post: 03-04-2009, 10:13 AM
  2. MSXML package
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 06-18-2008, 07:32 PM
  3. Cannot install lrzsz package, please help
    By ssharish2005 in forum Tech Board
    Replies: 2
    Last Post: 06-20-2007, 05:36 AM
  4. Possible Loss of data
    By silicon in forum C Programming
    Replies: 3
    Last Post: 03-24-2004, 12:25 PM
  5. which Portable mp3 player?
    By Raihana in forum A Brief History of Cprogramming.com
    Replies: 27
    Last Post: 01-09-2004, 07:58 AM