TABLE OF CONTENTS


ABINIT/m_spmat_convert [ Modules ]

[ Top ] [ Modules ]

NAME

 m_spmat_convert

FUNCTION

 This module contains the functions to convert between sparse matrix formats


 Subroutines:
 - dense_to_LIL
 - LIL_to_dense
 - LIL_to_COO
 - LIL_to_CSR
 - Dense_to_CSR

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

26 #if defined HAVE_CONFIG_H
27 #include "config.h"
28 #endif
29 #include "abi_common.h"
30 
31 
32 module m_spmat_convert
33   use defs_basis
34   use m_xmpi
35   use m_abicore
36   use m_errors
37   use m_spmat_dense
38   use m_linked_list
39   use m_spmat_lil
40   use m_spmat_csr
41   use m_spmat_coo
42   use m_spmat_lco
43   implicit none