TABLE OF CONTENTS


ABINIT/m_spmat_ndcoo [ Modules ]

[ Top ] [ Modules ]

NAME

 m_spmat_ndcoo

FUNCTION

 This module contains the a NDCOO (n-dimensional coordinate) format of sparse matrix.
 Datatypes:
  NDCOO_mat_t: ND COO matrix

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

COPYRIGHT

 Copyright (C) 2001-2024 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

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