|
void | Compadre::GMLS_LinearAlgebra::batchQRFactorize (ParallelManager pm, double *P, int lda, int nda, double *RHS, int ldb, int ndb, int M, int N, int NRHS, const int num_matrices, const size_t max_neighbors=0, const int initial_index_of_batch=0, int *neighbor_list_sizes=NULL) |
| Calls LAPACK or CUBLAS to solve a batch of QR problems. More...
|
|
void | Compadre::GMLS_LinearAlgebra::batchSVDFactorize (ParallelManager pm, bool swap_layout_P, double *P, int lda, int nda, bool swap_layout_RHS, double *RHS, int ldb, int ndb, int M, int N, int NRHS, const int num_matrices, const size_t max_neighbors=0, const int initial_index_of_batch=0, int *neighbor_list_sizes=NULL) |
| Calls LAPACK or CUBLAS to solve a batch of SVD problems. More...
|
|
void | Compadre::GMLS_LinearAlgebra::batchLUFactorize (ParallelManager pm, double *P, int lda, int nda, double *RHS, int ldb, int ndb, int M, int N, int NRHS, const int num_matrices, const size_t max_neighbors=0, const int initial_index_of_batch=0, int *neighbor_list_sizes=NULL) |
| Calls LAPACK or CUBLAS to solve a batch of LU problems. More...
|
|