CUSP
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  cusp
  blas
 blas.hBLAS-like functions
  eigen
 arnoldi.hArnoldi method
 lanczos.hLanczos method
 lobpcg.hLOBPCG method
 spectral_radius.hVarious methods to compute spectral radius
  gallery
 diffusion.hAnisotropic diffusion matrix generators
 grid.hGrid matrix generators
 poisson.hPoisson matrix generators
 random.hRandom matrix generators
  graph
 breadth_first_search.hBreadth-first traversal of a graph
 connected_components.hCompute the connected components of a graph
 hilbert_curve.hCluster points using a Hilbert space filling curve
 maximal_independent_set.hMaximal independent set of a graph
 pseudo_peripheral.hPseudo peripheral vertex of a graph
 symmetric_rcm.hReverse Cuthill-Mckee of a sparse matrix
 vertex_coloring.hBreadth-first traversal of a graph
  io
 binary.hBinary file I/O
 dimacs.hDimacs file I/O
 matrix_market.hMatrixMarket file I/O
  iterator
 join_iterator.hAn iterator which concatenates two separate iterators
 random_iterator.hAn iterator which generates random entries
 strided_iterator.hAn iterator which returns strided access to array entries
  krylov
 bicg.hBiconjugate Gradient (BiCG) method
 bicgstab.hBiconjugate Gradient Stabilized (BiCGstab) method
 bicgstab_m.hMulti-mass Biconjugate Gradient stabilized (BiCGstab-M) method
 cg.hConjugate Gradient (CG) method
 cg_m.hMulti-mass Conjugate Gradient (CG-M) method
 cr.hConjugate Residual (CR) method
 gmres.hGeneralized Minimum Residual (GMRES) method
  lapack
 lapack.hInterface to lapack functions
  precond
  aggregation
 smoothed_aggregation.hAlgebraic multigrid preconditioner based on smoothed aggregation
 ainv.hApproximate Inverse (AINV) preconditioner
 diagonal.hDiagonal preconditioner
  relaxation
 gauss_seidel.hGauss-Seidel relaxation
 jacobi.hJacobi relaxation
 polynomial.hPolynomial relaxation
 sor.hSuccessive Over-Relaxation relaxation
 array1d.h1D array of elements that may reside in "host" or "device" memory space
 array2d.h2D array of elements that may reside in "host" or "device" memory space
 complex.hComplex numbers
 convert.hMatrix format conversion
 coo_matrix.hCoordinate matrix format
 copy.hPerforms (deep) copy operations between containers and views
 csr_matrix.hCompressed Sparse Row matrix format
 dia_matrix.hDiagonal matrix format
 elementwise.hElementwise operations on matrices
 ell_matrix.hELLPACK/ITPACK matrix format
 format_utils.hVarious matrix utility functions
 functional.hDefines templated convenience functors analogous to what is found in thrust's functional
 hyb_matrix.hHybrid ELL/COO matrix format
 linear_operator.hAbstract interface for iterative solvers
 monitor.hMonitor iterative solver convergence
 multiply.hMatrix multiplication
 permutation_matrix.hA permutation matrix
 print.hPrint textual representation of an object
 sort.hSpecialized sorting routines
 transpose.hMatrix transpose
 verify.hValidate matrix format