Skip to content

PDLPorters/PDL-Opt-NonLinear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b818fb6 · Sep 30, 2024

History

46 Commits
Sep 30, 2024
Jan 2, 2022
Apr 25, 2024
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Apr 25, 2024
Apr 25, 2024
Feb 21, 2022
Jan 2, 2022
Apr 25, 2024
Jan 2, 2022
Feb 21, 2022
Feb 21, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Jan 2, 2022
Apr 25, 2024
Feb 21, 2022
Jan 2, 2022
Feb 21, 2022
Feb 21, 2022

Repository files navigation

PDL/Opt/NonLinear version 0.05
=============================

This module provide some optimization routines for PDL.

INSTALLATION

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires the following Perl modules:
  
  PDL
  PDL::LinearAlgebra
  ExtUtils::F77

and C and Fortran compilers.

COPYRIGHT AND LICENCE

Copyright (C) 2005-2018 Grégory Vanuxem

This library is free software; you can redistribute it and/or modify
it under the terms of the Perl Artistic License as in the file Artistic_2
in this distribution.