TABLE OF CONTENTS


ABINIT/m_spmat_lco [ Modules ]

[ Top ] [ Modules ]

NAME

 m_spmat_lco

FUNCTION

 This module contains the a LCO (lcordinate) format of sparse matrix.
 The efficiency of mat vec multiplication is fine but not as good as CSR
 Datatypes:
  LCO_mat_t: LCO matrix

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

COPYRIGHT

 Copyright (C) 2001-2022 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 #include "abi_common.h"
28 
29 module m_spmat_lco
30   use defs_basis
31   use m_xmpi
32   use m_errors
33   use m_abicore
34   use m_dynamic_array, only: int_array_type, real_array_type
35   use m_spmat_base
36   implicit none
37   private