![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
this file provides wrappers to the cuSolver functions More...
#include <carma_host_obj.h>
#include <carma_obj.h>
#include <carma_sparse_obj.h>
#include <cusolverDn.h>
Go to the source code of this file.
Functions | |
template<class T > | |
int | carma_syevd (cusolverEigMode_t jobz, CarmaObj< T > *mat, CarmaObj< T > *eigenvals) |
template<class T > | |
int | carma_syevd (cusolverEigMode_t jobz, long N, T *mat, T *eigenvals) |
this file provides wrappers to the cuSolver functions
Definition in file carma_cusolver.h.
int carma_syevd | ( | cusolverEigMode_t | jobz, |
CarmaObj< T > * | mat, | ||
CarmaObj< T > * | eigenvals | ||
) |
int carma_syevd | ( | cusolverEigMode_t | jobz, |
long | N, | ||
T * | mat, | ||
T * | eigenvals | ||
) |