Results 1 to 2 of 2

Thread: Linear algebra (matrix operations) using Qt5.4 with C++

  1. #1
    Join Date
    Aug 2015
    Posts
    2
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Linear algebra (matrix operations) using Qt5.4 with C++

    I work on a project using Qt 5.4 with C++ developing on both Windows 7 and Mac OS X 10.10.5. The application has to do with live data acquisition and presentation, and I need to implement an algorithm that requires linear algebra in the term of matrix operations (size 5 by 5). Can this be done from within Qt, or do I need an external library?

    Research revealed that C++ libraries as Armadillo, Eigen, etc. can do the job - but I am not experienced in such library management and would prefer the easiest solution. Computational efficiency should not be an issue, since the rest of the program is very efficient.

    What can you recommend?

  2. #2
    Join Date
    Aug 2015
    Posts
    2
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Linear algebra (matrix operations) using Qt5.4 with C++

    QGenericMatrix did the job brilliantly!

Similar Threads

  1. Replies: 1
    Last Post: 15th July 2014, 09:40
  2. Replies: 2
    Last Post: 21st March 2014, 03:44
  3. Linear gradient problem
    By K4ELO in forum Newbie
    Replies: 1
    Last Post: 10th April 2013, 09:57
  4. Linear analog display
    By CoderMan in forum Qt Programming
    Replies: 3
    Last Post: 27th February 2012, 21:30
  5. Non-typical and Non-linear wizard
    By kornicameister in forum Qt Programming
    Replies: 4
    Last Post: 30th December 2010, 16:26

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.