Results 1 to 2 of 2

Thread: Octave and C++

  1. #1
    Join Date
    Jul 2008
    Location
    Chennai, India
    Beans
    108
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Octave and C++

    I want to call the fsolve routine in octave in a c++ program. Is there a way to do it by using oct.h or is there any other similar algorithm to solve nonlinear equations?

  2. #2
    Join Date
    Dec 2008
    Location
    Canberra, Australia
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Lightbulb Re: Octave and C++

    Octave, call from C++

    http://www.gnu.org/software/octave/d...alone-Programs

    install
    Code:
    sudo apt-get install octave
    GUI front end (optional)
    Code:
    sudo apt-get install qtoctave
    header files
    Code:
    sudo apt-get install octave3.2-headers

    Howto Use Octave Functions in C++ Programs
    http://www.mathias-michel.de/index.php?page=4&site=4

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
  •