SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::datadriven::DataMatrixDistributed Member List

This is the complete list of members for sgpp::datadriven::DataMatrixDistributed, including all inherited members.

add(const DataMatrixDistributed &a)sgpp::datadriven::DataMatrixDistributed
add(DataMatrixDistributed &c, const DataMatrixDistributed &a, bool transposeA=false, double beta=1.0, double alpha=1.0)sgpp::datadriven::DataMatrixDistributedstatic
copyFrom(const DataMatrixDistributed &other)sgpp::datadriven::DataMatrixDistributed
DataMatrixDistributed()sgpp::datadriven::DataMatrixDistributed
DataMatrixDistributed(std::shared_ptr< BlacsProcessGrid > grid, size_t globalRows, size_t globalColumns, size_t rowBlockSize, size_t columnBlockSize, double value=0.0, DTYPE dtype=DTYPE::DENSE)sgpp::datadriven::DataMatrixDistributed
DataMatrixDistributed(double *input, std::shared_ptr< BlacsProcessGrid > grid, size_t globalRows, size_t globalColumns, size_t rowBlockSize, size_t columnBlockSize, DTYPE dtype=DTYPE::DENSE)sgpp::datadriven::DataMatrixDistributed
distribute(const double *matrix, int masterRow=0, int masterCol=0)sgpp::datadriven::DataMatrixDistributed
DTYPE enum namesgpp::datadriven::DataMatrixDistributed
fromSharedData(const double *input, std::shared_ptr< BlacsProcessGrid > grid, size_t globalRows, size_t globalColumns, size_t rowBlockSize, size_t columnBlockSize, DTYPE dtype=DTYPE::DENSE)sgpp::datadriven::DataMatrixDistributedstatic
get(size_t row, size_t col) constsgpp::datadriven::DataMatrixDistributed
getColumnBlockSize() constsgpp::datadriven::DataMatrixDistributed
getDescriptor()sgpp::datadriven::DataMatrixDistributed
getDescriptor() constsgpp::datadriven::DataMatrixDistributed
getGlobalCols() constsgpp::datadriven::DataMatrixDistributed
getGlobalRows() constsgpp::datadriven::DataMatrixDistributed
getLocalColumns() constsgpp::datadriven::DataMatrixDistributed
getLocalPointer()sgpp::datadriven::DataMatrixDistributed
getLocalPointer() constsgpp::datadriven::DataMatrixDistributed
getLocalRows() constsgpp::datadriven::DataMatrixDistributed
getProcessGrid() constsgpp::datadriven::DataMatrixDistributed
getRowBlockSize() constsgpp::datadriven::DataMatrixDistributed
globalToColumnProcessIndex(size_t globalColumnIndex) constsgpp::datadriven::DataMatrixDistributed
globalToLocalColumnIndex(size_t globalColumnIndex) constsgpp::datadriven::DataMatrixDistributed
globalToLocalRowIndex(size_t globalRowIndex) constsgpp::datadriven::DataMatrixDistributed
globalToRowProcessIndex(size_t globalRowIndex) constsgpp::datadriven::DataMatrixDistributed
isProcessMapped() constsgpp::datadriven::DataMatrixDistributed
localToGlobalColumnIndex(size_t localColumnIndex) constsgpp::datadriven::DataMatrixDistributed
localToGlobalRowIndex(size_t localRowIndex) constsgpp::datadriven::DataMatrixDistributed
mult(const DataVectorDistributed &x, DataVectorDistributed &y, bool transpose=false, double alpha=1.0, double beta=0.0) constsgpp::datadriven::DataMatrixDistributed
mult(const DataMatrixDistributed &a, const DataVectorDistributed &x, DataVectorDistributed &y, bool transpose=false, double alpha=1.0, double beta=0.0)sgpp::datadriven::DataMatrixDistributedstatic
mult(const DataMatrixDistributed &b, DataMatrixDistributed &c, bool transposeA=false, bool transposeB=false, double alpha=1.0, double beta=0.0) constsgpp::datadriven::DataMatrixDistributed
mult(const DataMatrixDistributed &a, const DataMatrixDistributed &b, DataMatrixDistributed &c, bool transposeA=false, bool transposeB=false, double alpha=1.0, double beta=0.0)sgpp::datadriven::DataMatrixDistributedstatic
operator()(size_t row, size_t col) constsgpp::datadriven::DataMatrixDistributed
printMatrix() constsgpp::datadriven::DataMatrixDistributed
resize(size_t rows, size_t cols)sgpp::datadriven::DataMatrixDistributed
set(size_t row, size_t col, double value)sgpp::datadriven::DataMatrixDistributed
setAll(double value)sgpp::datadriven::DataMatrixDistributed
solveCholesky(const DataMatrixDistributed &l, DataVectorDistributed &b, TRIANGULAR uplo=TRIANGULAR::LOWER)sgpp::datadriven::DataMatrixDistributedstatic
sub(const DataMatrixDistributed &a)sgpp::datadriven::DataMatrixDistributed
sub(DataMatrixDistributed &c, const DataMatrixDistributed &a, bool transposeA=false, double beta=1.0, double alpha=1.0)sgpp::datadriven::DataMatrixDistributedstatic
toLocalDataMatrix() constsgpp::datadriven::DataMatrixDistributed
toLocalDataMatrix(DataMatrix &localMatrix) constsgpp::datadriven::DataMatrixDistributed
toLocalDataMatrixBroadcast() constsgpp::datadriven::DataMatrixDistributed
toLocalDataMatrixBroadcast(DataMatrix &localMatrix) constsgpp::datadriven::DataMatrixDistributed
toVector() constsgpp::datadriven::DataMatrixDistributed
transpose()sgpp::datadriven::DataMatrixDistributed
transpose(const DataMatrixDistributed &a, DataMatrixDistributed &c, double alpha=1.0, double beta=0.0)sgpp::datadriven::DataMatrixDistributedstatic
TRIANGULAR enum namesgpp::datadriven::DataMatrixDistributed