imate
C++/CUDA Reference
|
#include "../functions/functions.h"
#include "../_cu_linear_operator/cu_linear_operator.h"
#include "../_definitions/types.h"
#include "../_random_generator/random_number_generator.h"
Go to the source code of this file.
Classes | |
class | cuTraceEstimator< DataType > |
A static class to compute the trace of implicit matrix functions using stochastic Lanczos quadrature method. This class acts as a templated namespace, where the member methods is public and static. The internal private member functions are also static. More... | |