SpM Handbook 1.2.4
Loading...
Searching...
No Matches
p_spm_expand.c File Reference
#include "common.h"

Go to the source code of this file.

Functions

static void p_spm_expand_loc2glob (const spmatrix_t *spm_in, spmatrix_t *spm_out)
 Create the associated loc2glob of an expanded matrix.
 
static void p_spmCSCExpand (const spmatrix_t *spm_in, spmatrix_t *spm_out)
 Expand a single dof CSC to a multi-dofs CSC.
 
static void p_spmCSRExpand (const spmatrix_t *spm_in, spmatrix_t *spm_out)
 Expand a single dof CSR to a multi-dofs CSR.
 
static void p_spmIJVExpand (const spmatrix_t *spm_in, spmatrix_t *spm_out)
 Expand a single dof IJV to a multi-dofs IJV.
 
void p_spmExpand (const spmatrix_t *spm_in, spmatrix_t *spm_out)
 Expand a single dof sparse matrix to a multi-dofs sparse matrix.
 

Detailed Description

SParse Matrix package random multi-dof spm generator.

Version
1.2.4
Author
Mathieu Faverge
Alban Bellot
Matias Hastaran
Tony Delarue
Alycia Lisito
Date
2024-06-25
Generated arithmetic file from /builds/2mk6rsew/0/fpruvost/spm/src/z_spm_expand.c, normal z -> p, Fri Nov 29 11:34:30 2024

Definition in file p_spm_expand.c.