Rank: 5042 based on 2 downloads (last 30 days) and 1 file submitted
photo

Christoph Ortner

E-mail

Personal Profile:
Professional Interests:
Numerical Analysis, PDEs, Mathematical Modelling

 

Watch this Author's files

 

Files Posted by Christoph
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 May 2007 MTRON MTRON is a Matlab wrapper for the Fortran software TRON (a large scale trust region Newton method). Author: Christoph Ortner optimization, large scale, unconstrained, box constrained 2 4
  • 4.5
4.5 | 2 ratings
Comments and Ratings on Christoph's Files View all
Updated File Comment by Comments Rating
29 Nov 2011 MTRON MTRON is a Matlab wrapper for the Fortran software TRON (a large scale trust region Newton method). Author: Christoph Ortner Le, Son

Couple comments to make it works on x86_64:

- add -fPIC to the CFLAGS/FFLAGS of all Makefile when compiling tron.
- compile using gfortran if you have more recent GCC
- change -lg2c to "-lgfortran -largeArrayDims"
- in mtron.c:154 int dims[] => mwSize dims[]
- mtron.c:306/307 =>
   mwIndex *t = mxGetJc(prhs[7]);
   nnz = (t[n] + 100) * 2;

11 Jan 2011 MTRON MTRON is a Matlab wrapper for the Fortran software TRON (a large scale trust region Newton method). Author: Christoph Ortner Nicholas

In regards to memory issues and 64-bit compatibility:

The only changes that need to be made are to replace the int type declarations corresponding to ir and jc in the main routine with mwSize type declarations. Also, in the create_nfo function the int type for the dims array must be replced by an mwSize type.

11 Jan 2011 MTRON MTRON is a Matlab wrapper for the Fortran software TRON (a large scale trust region Newton method). Author: Christoph Ortner Nicholas

Hi there,

I'm having memory issues when compiling this on a 64 bit linux machine. I was wondering what hacks needed to be done to make this code work.

12 Sep 2008 MTRON MTRON is a Matlab wrapper for the Fortran software TRON (a large scale trust region Newton method). Author: Christoph Ortner Reviewer, Tron

pretty good, and easy to use. Needed some hacking for 64bit.

Top Tags Applied by Christoph
box constrained, large scale, optimization, unconstrained
Files Tagged by Christoph
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 May 2007 MTRON MTRON is a Matlab wrapper for the Fortran software TRON (a large scale trust region Newton method). Author: Christoph Ortner optimization, large scale, unconstrained, box constrained 2 4
  • 4.5
4.5 | 2 ratings

Contact us at files@mathworks.com