SuperLU Distributed 9.0.0
gpu3d
|
#include <cassert>
#include <algorithm>
#include <cmath>
#include "superlu_defs.h"
#include "superlu_dist_config.h"
#include <cuda_runtime.h>
#include "cublas_v2.h"
#include "lupanels.hpp"
#include <complex>
Go to the source code of this file.
Macros | |
#define | EPSILON 1e-3 |
Functions | |
template<typename T > | |
int | checkArr (const T *A, const T *B, int n) |
#define EPSILON 1e-3 |
int checkArr | ( | const T * | A, |
const T * | B, | ||
int | n | ||
) |