|
template<class T > |
void | coo_tocsr (const int n_row, const int n_col, const int nnz, const Coordinates Aij, const Values Ax, int Bp[], int Bj[], T Bx[]) |
|
template<class I , class T > |
void | csr_sort_indices (const I n_row, const I Ap[], I Aj[], T Ax[]) |
|
template<class I , class T > |
void | csr_sum_duplicates (const I n_row, const I n_col, I Ap[], I Aj[], T Ax[]) |
|
template<class T1 , class T2 > |
bool | kv_pair_less (const std::pair< T1, T2 > &x, const std::pair< T1, T2 > &y) |
|
int | main (int argc, char *argv[]) |
|
EIGEN_DONT_INLINE Scalar * | setinnerrand_eigen (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_eigen_compact (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_eigen_dynamic (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_eigen_gnu_hash (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_eigen_google_dense (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_eigen_google_sparse (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_eigen_sumeq (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_mtl (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_scipy (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_ublas_compressed (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_ublas_coord (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_ublas_genvec (const Coordinates &coords, const Values &vals) |
|
EIGEN_DONT_INLINE Scalar * | setrand_ublas_mapped (const Coordinates &coords, const Values &vals) |
|