Thread: Can someone help me use LAPACK?

  1. #1
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665

    Can someone help me use LAPACK?

    Before you guys scold me, I have tried to do this in the past and I've searched on google for awhile but I just can't seem to get LAPACK to work for me. I don't have any code at the moment but in the past I tried and it failed horribly. I think it was because I wasn't prototyping my functions and I had trouble finding the correct information and a working example.

    Can someone help me out and show me or link me to some decent LAPACK code?

  2. #2
    Registered User
    Join Date
    Nov 2012
    Posts
    1,393
    I found this post which seems pretty easy to follow. It includes a simple example of multiplying matrices using BLAS/LAPACK functions.

    Matrix Multiplication | Matrix Programming

  3. #3
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    I tried following that but then I found out about this package called Eigen. I tried googling around a bit and I saw that it's supposed to be pretty good. Does this board have an opinion on it?

    Edit : I mean, I already switched to using it because it seems so simply and was supposed to be comparably fast to BLAS and the like.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. lapack using c++
    By cuizy in forum C++ Programming
    Replies: 1
    Last Post: 08-03-2009, 05:29 PM
  2. MATLAB user trying to use gcc in cygwin (with BLAS and LAPACK)
    By greek_tragedy in forum C Programming
    Replies: 0
    Last Post: 07-23-2007, 02:29 PM
  3. Re: Lapack++ problem
    By frau_india in forum Tech Board
    Replies: 3
    Last Post: 05-14-2007, 03:24 AM
  4. install Lapack++
    By shuo in forum Tech Board
    Replies: 6
    Last Post: 05-03-2007, 05:07 AM
  5. LAPACK linking...
    By ashesh in forum Tech Board
    Replies: 2
    Last Post: 08-18-2003, 03:42 AM