![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
Subroutines for matrix format conversion. More...
Go to the source code of this file.
Functions | |
SHORT | fasp_format_dcoo_dcsr (const dCOOmat *A, dCSRmat *B) |
Transform a REAL matrix from its IJ format to its CSR format. More... | |
SHORT | fasp_format_dcsr_dcoo (const dCSRmat *A, dCOOmat *B) |
Transform a REAL matrix from its CSR format to its IJ format. More... | |
SHORT | fasp_format_dstr_dcsr (const dSTRmat *A, dCSRmat *B) |
Transfer a 'dSTRmat' type matrix into a 'dCSRmat' type matrix. More... | |
dCSRmat | fasp_format_dblc_dcsr (const dBLCmat *Ab) |
Form the whole dCSRmat A using blocks given in Ab. More... | |
dCSRLmat * | fasp_format_dcsrl_dcsr (const dCSRmat *A) |
Convert a dCSRmat into a dCSRLmat. More... | |
dCSRmat | fasp_format_dbsr_dcsr (const dBSRmat *B) |
Transfer a 'dBSRmat' type matrix into a dCSRmat. More... | |
dBSRmat | fasp_format_dcsr_dbsr (const dCSRmat *A, const INT nb) |
Transfer a dCSRmat type matrix into a dBSRmat. More... | |
dBSRmat | fasp_format_dstr_dbsr (const dSTRmat *B) |
Transfer a 'dSTRmat' type matrix to a 'dBSRmat' type matrix. More... | |
dCOOmat * | fasp_format_dbsr_dcoo (const dBSRmat *B) |
Transfer a 'dBSRmat' type matrix to a 'dCOOmat' type matrix. More... | |
Subroutines for matrix format conversion.
Copyright (C) 2009–Present by the FASP team. All rights reserved.
Definition in file BlaFormat.c.
Form the whole dCSRmat A using blocks given in Ab.
Ab | Pointer to dBLCmat matrix |
Definition at line 294 of file BlaFormat.c.
Transform a REAL matrix from its IJ format to its CSR format.
Definition at line 36 of file BlaFormat.c.
Transform a REAL matrix from its CSR format to its IJ format.
Modified by Chunsheng Feng, Zheng Li on 10/12/2012
Definition at line 83 of file BlaFormat.c.