Re: Large & sparse SVD

beliavsky_at_aol.com
Date: 12/27/04


Date: 27 Dec 2004 05:58:59 -0800

PROPACK at http://sun.stanford.edu/~rmunk/PROPACK/ "contains a set of
functions for computing the singular value decomposition of large and
sparse or structured matrices". Fortran and Matlab versions are
available. I have not tried it.



Relevant Pages

  • Re: Large & sparse SVD
    ... > functions for computing the singular value decomposition of large and ... > sparse or structured matrices". ... Fortran and Matlab versions are ...
    (sci.math.num-analysis)
  • Re: MATLAB <-> FORTRAN
    ... When you do A\b it just calls the basic solvers Matlab knows, ... in some cases Gauss Elimination. ... In this case you can find a Gauss Solver, ... I've bitten the bullet and converted to Fortran ...
    (comp.soft-sys.matlab)
  • Re: Matlab Vectorisation Speed - How is it done in c++?
    ... Beating the performance of vectorized Matlab code is very ... Matlab makes calls to optimized C and Fortran libraries ... Use optimization level 3 on numerical code and level 2 on non- ...
    (comp.soft-sys.matlab)
  • Re: Calling MATLAB from Fortran
    ... Fortran saves the data which Matlab m-file needs and then Matlab would read them as input from the file and after calculation save then in a file for Fortran. ... returns mxArray * ...
    (comp.soft-sys.matlab)
  • Re: pass 1D vector from matlab to fortran
    ... matlab to fortran: ... %input: timeseries ts and constants ... polynomial in seasonal smoothing ...
    (comp.soft-sys.matlab)