![]() |
CUSP
|
Directories | |
| blas | |
| eigen | |
| gallery | |
| graph | |
| io | |
| iterator | |
| krylov | |
| lapack | |
| precond | |
| relaxation | |
Files | |
| array1d.h | |
| 1D array of elements that may reside in "host" or "device" memory space | |
| array2d.h | |
| 2D array of elements that may reside in "host" or "device" memory space | |
| complex.h | |
| Complex numbers. | |
| convert.h | |
| Matrix format conversion. | |
| coo_matrix.h | |
| Coordinate matrix format. | |
| copy.h | |
| Performs (deep) copy operations between containers and views. | |
| csr_matrix.h | |
| Compressed Sparse Row matrix format. | |
| dia_matrix.h | |
| Diagonal matrix format. | |
| elementwise.h | |
| Elementwise operations on matrices. | |
| ell_matrix.h | |
| ELLPACK/ITPACK matrix format. | |
| format_utils.h | |
| Various matrix utility functions. | |
| functional.h | |
| Defines templated convenience functors analogous to what is found in thrust's functional. | |
| hyb_matrix.h | |
| Hybrid ELL/COO matrix format. | |
| linear_operator.h | |
| Abstract interface for iterative solvers. | |
| monitor.h | |
| Monitor iterative solver convergence. | |
| multiply.h | |
| Matrix multiplication. | |
| permutation_matrix.h | |
| A permutation matrix. | |
| print.h | |
| Print textual representation of an object. | |
| sort.h | |
| Specialized sorting routines. | |
| transpose.h | |
| Matrix transpose. | |
| verify.h | |
| Validate matrix format. | |