clear() | madness::DistributedMatrix< T > | inline |
coldim() const | madness::DistributedMatrixDistribution | inline |
coltile() const | madness::DistributedMatrixDistribution | inline |
concatenate_rows(const DistributedMatrix< T > &a, const DistributedMatrix< T > &b) | madness::DistributedMatrix< T > | friend |
copy_from_replicated(const Tensor< T > &s) | madness::DistributedMatrix< T > | inline |
copy_from_replicated_patch(int64_t ilow, int64_t ihigh, int64_t jlow, int64_t jhigh, const Tensor< T > &s) | madness::DistributedMatrix< T > | inline |
copy_to_replicated(Tensor< T > &s) const | madness::DistributedMatrix< T > | inline |
copy_to_replicated_patch(int64_t ilow, int64_t ihigh, int64_t jlow, int64_t jhigh, Tensor< T > &s) const | madness::DistributedMatrix< T > | inline |
data() | madness::DistributedMatrix< T > | inline |
data() const | madness::DistributedMatrix< T > | inline |
DistributedMatrix(World &world, int64_t n, int64_t m, int64_t coltile, int64_t rowtile) | madness::DistributedMatrix< T > | inlineprotected |
DistributedMatrix() | madness::DistributedMatrix< T > | inline |
DistributedMatrix(const DistributedMatrixDistribution &d) | madness::DistributedMatrix< T > | inline |
DistributedMatrix(const DistributedMatrix< T > &A, bool deepcopy=false) | madness::DistributedMatrix< T > | inline |
DistributedMatrixDistribution(World &world, int64_t n, int64_t m, int64_t coltile, int64_t rowtile) | madness::DistributedMatrixDistribution | inlineprotected |
DistributedMatrixDistribution() | madness::DistributedMatrixDistribution | inline |
distribution() const | madness::DistributedMatrixDistribution | inline |
extract_columns(int64_t jlow, int64_t jhigh, DistributedMatrix< T > &U) const | madness::DistributedMatrix< T > | inline |
fill(const funcT &f) | madness::DistributedMatrix< T > | inline |
fill(T value) | madness::DistributedMatrix< T > | inline |
fill_identity() | madness::DistributedMatrix< T > | inline |
get(int64_t i, int64_t j) const | madness::DistributedMatrix< T > | inline |
get_colrange(int p, int64_t &ilow, int64_t &ihigh) const | madness::DistributedMatrixDistribution | inline |
get_range(int p, int64_t &ilow, int64_t &ihigh, int64_t &jlow, int64_t &jhigh) const | madness::DistributedMatrixDistribution | inline |
get_rowrange(int p, int64_t &jlow, int64_t &jhigh) const | madness::DistributedMatrixDistribution | inline |
get_world() const | madness::DistributedMatrixDistribution | inline |
has_same_dimension_and_distribution(const DistributedMatrix< R > &A) | madness::DistributedMatrix< T > | inline |
idij(const int64_t i, const int64_t j) | madness::DistributedMatrix< T > | inlineprivatestatic |
idim | madness::DistributedMatrixDistribution | protected |
ihi | madness::DistributedMatrixDistribution | protected |
ilo | madness::DistributedMatrixDistribution | protected |
interleave_rows(const DistributedMatrix< T > &a, const DistributedMatrix< T > &b) | madness::DistributedMatrix< T > | friend |
is_column_distributed() const | madness::DistributedMatrixDistribution | inline |
is_row_distributed() const | madness::DistributedMatrixDistribution | inline |
jdim | madness::DistributedMatrixDistribution | protected |
jhi | madness::DistributedMatrixDistribution | protected |
jlo | madness::DistributedMatrixDistribution | protected |
local_coldim() const | madness::DistributedMatrixDistribution | inline |
local_colrange(int64_t &ilow, int64_t &ihigh) const | madness::DistributedMatrixDistribution | inline |
local_ihigh() const | madness::DistributedMatrixDistribution | inline |
local_ilow() const | madness::DistributedMatrixDistribution | inline |
local_jhigh() const | madness::DistributedMatrixDistribution | inline |
local_jlow() const | madness::DistributedMatrixDistribution | inline |
local_rowdim() const | madness::DistributedMatrixDistribution | inline |
local_rowrange(int64_t &jlow, int64_t &jhigh) const | madness::DistributedMatrixDistribution | inline |
local_size() const | madness::DistributedMatrixDistribution | inline |
m | madness::DistributedMatrixDistribution | protected |
n | madness::DistributedMatrixDistribution | protected |
operator*=(const T s) | madness::DistributedMatrix< T > | inline |
operator+(const DistributedMatrix< T > &A) const | madness::DistributedMatrix< T > | inline |
operator+=(const DistributedMatrix< T > &A) | madness::DistributedMatrix< T > | inline |
operator=(const DistributedMatrix< T > &A) | madness::DistributedMatrix< T > | inline |
operator==(const DistributedMatrixDistribution &d) const | madness::DistributedMatrixDistribution | inline |
owner(int64_t i, int64_t j) const | madness::DistributedMatrixDistribution | inline |
P | madness::DistributedMatrixDistribution | protected |
Pcol | madness::DistributedMatrixDistribution | protected |
Pcoldim | madness::DistributedMatrixDistribution | protected |
process_coldim() const | madness::DistributedMatrixDistribution | inline |
process_rowdim() const | madness::DistributedMatrixDistribution | inline |
Prow | madness::DistributedMatrixDistribution | protected |
Prowdim | madness::DistributedMatrixDistribution | protected |
pworld | madness::DistributedMatrixDistribution | protected |
rank | madness::DistributedMatrixDistribution | protected |
rowdim() const | madness::DistributedMatrixDistribution | inline |
rowtile() const | madness::DistributedMatrixDistribution | inline |
set(int64_t i, int64_t j, const T x) | madness::DistributedMatrix< T > | inline |
t | madness::DistributedMatrix< T > | private |
tilem | madness::DistributedMatrixDistribution | protected |
tilen | madness::DistributedMatrixDistribution | protected |
~DistributedMatrix() | madness::DistributedMatrix< T > | inlinevirtual |
~DistributedMatrixDistribution() | madness::DistributedMatrixDistribution | inlinevirtual |