TABLE OF CONTENTS


ABINIT/m_spmat_spvec [ Modules ]

[ Top ] [ Modules ]

NAME

 m_spmat_spvec

FUNCTION

 This module contains the a sparse vector.

 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

21 #if defined HAVE_CONFIG_H
22 #include "config.h"
23 #endif
24 #include "abi_common.h"
25 
26 module m_spmat_spvec
27   use defs_basis  
28   use m_xmpi
29   use m_errors
30   use m_abicore
31   use m_dynamic_array, only: real_array_type, int_array_type
32   implicit none
33   private