XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
R2. Check matrix data

Functions

void csc_check (int m, int n, const double val[], const int ptr[], const int ind[], int result[], int *info)
 Check sparse matrix (CSC)
 
void csr_check (int m, int n, const double val[], const int ptr[], const int ind[], int result[], int *info)
 Check sparse matrix (CSR)
 
void csx_check_sym (int n, const double val[], const int ptr[], const int ind[], int *info)
 Check symmetry of sparse matrix (CSC/CSR)
 
void z_csc_check (int m, int n, const doublecomplex val[], const int ptr[], const int ind[], int result[], int *info)
 Check sparse matrix (Complex matrices) (CSC)
 
void z_csr_check (int m, int n, const doublecomplex val[], const int ptr[], const int ind[], int result[], int *info)
 Check sparse matrix (Complex matrices) (CSR)
 
void z_csx_check_sym (int n, const doublecomplex val[], const int ptr[], const int ind[], int *info)
 Check symmetry of sparse matrix (Complex matrices) (CSC/CSR)
 

Detailed Description

This is the group of R2. Check matrix data.