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