view CITATION @ 24653:f0de21a6a426

Use new LAPACK functions in gsvd if available (bug #50463). * oct-shlib.cc: Search all loaded functions if function name is empty. * oct-shlib.h (destructor): Prevent double free on close. * gsvd.cc: Check on run-time whether *ggsvd3 functions are available in used LAPACK library. Use *ggsvd3 functions if available. * gsvd.h (ggsvd): Add additional parameter. * lo-lapack-proto.h: Add declarations for new functions. * configure.ac: Add check for psapi.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 07 Jan 2018 21:48:04 +0100
parents 9b5d5c2697bc
children 59fafbc9fbf7
line wrap: on
line source

To cite GNU Octave in publications use:

  John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2017).
  GNU Octave version 4.2.1 manual: a high-level interactive language for
  numerical computations.
  URL https://www.gnu.org/software/octave/doc/v4.2.1/

A BibTeX entry for LaTeX users is:

  @manual{,
    title     = {{GNU Octave} version 4.2.1 manual: a high-level interactive language for numerical computations},
    author    = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
    year      = {2017},
    url       = {https://www.gnu.org/software/octave/doc/v4.2.1/},
  }

We have invested a lot of time and effort in creating GNU Octave, please cite it
when using it.  See also `citation pkgname' for citing Octave packages.