SpM Handbook 1.2.4
|
#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. | |
SParse Matrix package random multi-dof spm generator.
Definition in file p_spm_expand.c.