TABLE OF CONTENTS


ABINIT/m_polynomial [ Modules ]

[ Top ] [ Modules ]

NAME

 m_polynomial

FUNCTION

 This module contains the datastructure of a polynomial

 Datatypes:

 Subroutines:
 TODO: add this when F2003 doc style is determined.

COPYRIGHT

 Copyright (C) 2001-2020 ABINIT group (hexu)
 This file is distributed under the terms of the
 GNU General Public License, see ~abinit/COPYING
 or http://www.gnu.org/copyleft/gpl.txt .
 For the initials of contributors, see ~abinit/doc/developers/contributors.txt .

SOURCE

24 #if defined HAVE_CONFIG_H
25 #include "config.h"
26 #endif
27 
28 #include "abi_common.h"
29 
30 
31 module m_polynomial
32   use defs_basis
33   use m_errors
34   use m_abicore
35 
36 
37   implicit none