![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
void | csc_dzusadd (int m, int n, doublecomplex alpha, const double val_a[], const int colptr_a[], const int rowind_a[], int base_a, double beta, const double val_b[], const int colptr_b[], const int rowind_b[], int base_b, doublecomplex val_c[], int colptr_c[], int rowind_c[], int base_c, int nnz_c, int *info) |
C <- αA + βB (α and C are complex numbers) (CSC) | |
void | csc_zusadd (int m, int n, doublecomplex alpha, const doublecomplex val_a[], const int colptr_a[], const int rowind_a[], int base_a, doublecomplex beta, const doublecomplex val_b[], const int colptr_b[], const int rowind_b[], int base_b, doublecomplex val_c[], int colptr_c[], int rowind_c[], int base_c, int nnz_c, int *info) |
C <- αA + βB (Complex matrices) (CSC) | |
void | csc_zussv_sor (char uplo, int n, const doublecomplex val[], const int colptr[], const int rowind[], int base, double omega, doublecomplex x[], int incx, int *info) |
Solution of (D/ω + L)x = b or (D/ω + U)x = b (for SOR solver) (Complex matrices) (CSC) | |
void | csr_dzusadd (int m, int n, doublecomplex alpha, const double val_a[], const int rowptr_a[], const int colind_a[], int base_a, double beta, const double val_b[], const int rowptr_b[], const int colind_b[], int base_b, doublecomplex val_c[], int rowptr_c[], int colind_c[], int base_c, int nnz_c, int *info) |
C <- αA + βB (α and C are complex numbers) (CSR) | |
void | csr_zusadd (int m, int n, doublecomplex alpha, const doublecomplex val_a[], const int rowptr_a[], const int colind_a[], int base_a, doublecomplex beta, const doublecomplex val_b[], const int rowptr_b[], const int colind_b[], int base_b, doublecomplex val_c[], int rowptr_c[], int colind_c[], int base_c, int nnz_c, int *info) |
C <- αA + βB (Complex matrices) (CSR) | |
void | csr_zussv_sor (char uplo, int n, const doublecomplex val[], const int rowptr[], const int colind[], int base, double omega, doublecomplex x[], int incx, int *info) |
Solution of (D/ω + L)x = b or (D/ω + U)x = b (for SOR solver) (Complex matrices) (CSR) | |
void | z_csx_diag (int m, int n, const doublecomplex val[], const int ptr[], const int ind[], int base, doublecomplex alpha, int inv, doublecomplex d[], int incd, int *info) |
Diagonal elements of sparse matrix (Complex matrices) (CSC/CSR) | |
void | z_csx_sort (int n, doublecomplex val[], const int ptr[], int ind[], int base, int *info) |
Sort elements of sparse matrix (Complex matrices) (CSC/CSR) | |
void | z_dense_nnz (int m, int n, int lda, const doublecomplex a[], int *nnz, int *info) |
Number of nonzero elements in dense matrix (Complex matrices) | |
This is the group of D1b. Other matrix operations (Complex)