add(const DataVectorDistributed &x) | sgpp::datadriven::DataVectorDistributed | |
add(DataVectorDistributed &y, const DataVectorDistributed &x, double a=1.0) | sgpp::datadriven::DataVectorDistributed | static |
copyFrom(const DataVectorDistributed &other) | sgpp::datadriven::DataVectorDistributed | |
DataVectorDistributed(std::shared_ptr< BlacsProcessGrid > grid, size_t globalSize, size_t blockSize, double value=0.0) | sgpp::datadriven::DataVectorDistributed | |
DataVectorDistributed(double *input, std::shared_ptr< BlacsProcessGrid > grid, size_t globalSize, size_t blockSize) | sgpp::datadriven::DataVectorDistributed | |
distribute(double *input, int masterRow=0, int masterCol=0) | sgpp::datadriven::DataVectorDistributed | |
dot(const DataVectorDistributed &y) const | sgpp::datadriven::DataVectorDistributed | |
dot(const DataVectorDistributed &x, const DataVectorDistributed &y) | sgpp::datadriven::DataVectorDistributed | static |
get(size_t row) const | sgpp::datadriven::DataVectorDistributed | |
getBlockSize() const | sgpp::datadriven::DataVectorDistributed | |
getDescriptor() | sgpp::datadriven::DataVectorDistributed | |
getDescriptor() const | sgpp::datadriven::DataVectorDistributed | |
getGlobalRows() const | sgpp::datadriven::DataVectorDistributed | |
getLocalPointer() | sgpp::datadriven::DataVectorDistributed | |
getLocalPointer() const | sgpp::datadriven::DataVectorDistributed | |
getLocalRows() const | sgpp::datadriven::DataVectorDistributed | |
getMatrix() | sgpp::datadriven::DataVectorDistributed | |
getMatrix() const | sgpp::datadriven::DataVectorDistributed | |
getProcessGrid() const | sgpp::datadriven::DataVectorDistributed | |
globalToLocalRowIndex(size_t globalRowIndex) const | sgpp::datadriven::DataVectorDistributed | |
globalToRowProcessIndex(size_t globalRowIndex) const | sgpp::datadriven::DataVectorDistributed | |
isProcessMapped() const | sgpp::datadriven::DataVectorDistributed | |
localToGlobalRowIndex(size_t localRowIndex) const | sgpp::datadriven::DataVectorDistributed | |
operator()(size_t row) const | sgpp::datadriven::DataVectorDistributed | |
printVector() const | sgpp::datadriven::DataVectorDistributed | |
resize(size_t rows) | sgpp::datadriven::DataVectorDistributed | |
scale(double a) | sgpp::datadriven::DataVectorDistributed | |
set(size_t row, double value) | sgpp::datadriven::DataVectorDistributed | |
setAll(double value) | sgpp::datadriven::DataVectorDistributed | |
toLocalDataVector() const | sgpp::datadriven::DataVectorDistributed | |
toLocalDataVector(DataVector &localVector) const | sgpp::datadriven::DataVectorDistributed | |
toLocalDataVectorBroadcast() const | sgpp::datadriven::DataVectorDistributed | |
toLocalDataVectorBroadcast(DataVector &localVector) const | sgpp::datadriven::DataVectorDistributed | |