Tpetra parallel linear algebra
Version of the Day
|
This is the complete list of members for Tpetra::Details::CooMatrix< SC, LO, GO, NT >, including all inherited members.
buffer_device_type typedef | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | protected |
buffer_memory_space typedef | Tpetra::DistObject< char, LO, GO, NT > | protected |
checkSizes(const ::Tpetra::SrcDistObject &source) | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inlineprotectedvirtual |
DistObject< char, LO, GO, NT >::checkSizes(const SrcDistObject &source)=0 | Tpetra::DistObject< char, LO, GO, NT > | protectedpure virtual |
constantNumberOfPackets() const | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inlineprotectedvirtual |
CooMatrix() | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
CooMatrix(const ::Teuchos::RCP< const map_type > &map) | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
DistObject< char, LO, GO, NT >::copyAndPermute(const SrcDistObject &source, const size_t numSameIDs, const Kokkos::DualView< const local_ordinal_type *, buffer_device_type > &permuteToLIDs, const Kokkos::DualView< const local_ordinal_type *, buffer_device_type > &permuteFromLIDs) | Tpetra::DistObject< char, LO, GO, NT > | protectedvirtual |
describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inlinevirtual |
description() const | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inlinevirtual |
DistObject(const Teuchos::RCP< const map_type > &map) | Tpetra::DistObject< char, LO, GO, NT > | explicit |
DistObject(const DistObject< char, LO, GO, NT > &)=default | Tpetra::DistObject< char, LO, GO, NT > | |
DistObject(DistObject< char, LO, GO, NT > &&)=default | Tpetra::DistObject< char, LO, GO, NT > | |
doExport(const SrcDistObject &source, const Export< LO, GO, NT > &exporter, const CombineMode CM, const bool restrictedMode=false) | Tpetra::DistObject< char, LO, GO, NT > | |
doExport(const SrcDistObject &source, const Import< LO, GO, NT > &importer, const CombineMode CM, const bool restrictedMode=false) | Tpetra::DistObject< char, LO, GO, NT > | |
doImport(const SrcDistObject &source, const Import< LO, GO, NT > &importer, const CombineMode CM, const bool restrictedMode=false) | Tpetra::DistObject< char, LO, GO, NT > | |
doImport(const SrcDistObject &source, const Export< LO, GO, NT > &exporter, const CombineMode CM, const bool restrictedMode=false) | Tpetra::DistObject< char, LO, GO, NT > | |
doTransfer(const SrcDistObject &src, const ::Tpetra::Details::Transfer< local_ordinal_type, global_ordinal_type, node_type > &transfer, const char modeString[], const ReverseOption revOp, const CombineMode CM, const bool restrictedMode) | Tpetra::DistObject< char, LO, GO, NT > | protectedvirtual |
doTransferNew(const SrcDistObject &src, const CombineMode CM, const size_t numSameIDs, const Kokkos::DualView< const local_ordinal_type *, buffer_device_type > &permuteToLIDs, const Kokkos::DualView< const local_ordinal_type *, buffer_device_type > &permuteFromLIDs, const Kokkos::DualView< const local_ordinal_type *, buffer_device_type > &remoteLIDs, const Kokkos::DualView< const local_ordinal_type *, buffer_device_type > &exportLIDs, Distributor &distor, const ReverseOption revOp, const bool commOnHost, const bool restrictedMode) | Tpetra::DistObject< char, LO, GO, NT > | protectedvirtual |
errorMessages() const | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
execution_space typedef | Tpetra::DistObject< char, LO, GO, NT > | |
exports_ | Tpetra::DistObject< char, LO, GO, NT > | protected |
fillComplete(const ::Teuchos::RCP< const ::Teuchos::Comm< int > > &comm) | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
fillComplete() | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
getLclNumEntries() const | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
getMap() const | Tpetra::DistObject< char, LO, GO, NT > | inlinevirtual |
imports_ | Tpetra::DistObject< char, LO, GO, NT > | protected |
isDistributed() const | Tpetra::DistObject< char, LO, GO, NT > | |
localError() const | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
map_ | Tpetra::DistObject< char, LO, GO, NT > | protected |
map_type typedef | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | |
numExportPacketsPerLID_ | Tpetra::DistObject< char, LO, GO, NT > | protected |
numImportPacketsPerLID_ | Tpetra::DistObject< char, LO, GO, NT > | protected |
operator=(const DistObject< char, LO, GO, NT > &)=default | Tpetra::DistObject< char, LO, GO, NT > | |
operator=(DistObject< char, LO, GO, NT > &&)=default | Tpetra::DistObject< char, LO, GO, NT > | |
DistObject< char, LO, GO, NT >::packAndPrepare(const SrcDistObject &source, const Kokkos::DualView< const local_ordinal_type *, buffer_device_type > &exportLIDs, Kokkos::DualView< packet_type *, buffer_device_type > &exports, Kokkos::DualView< size_t *, buffer_device_type > numPacketsPerLID, size_t &constantNumPackets, Distributor &distor) | Tpetra::DistObject< char, LO, GO, NT > | protectedvirtual |
packet_type typedef | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | |
print(std::ostream &os) const | Tpetra::DistObject< char, LO, GO, NT > | |
reallocArraysForNumPacketsPerLid(const size_t numExportLIDs, const size_t numImportLIDs) | Tpetra::DistObject< char, LO, GO, NT > | protectedvirtual |
reallocImportsIfNeeded(const size_t newSize, const bool verbose, const std::string *prefix) | Tpetra::DistObject< char, LO, GO, NT > | protected |
removeEmptyProcessesInPlace(const Teuchos::RCP< const map_type > &newMap) | Tpetra::DistObject< char, LO, GO, NT > | virtual |
ReverseOption enum name | Tpetra::DistObject< char, LO, GO, NT > | protected |
scalar_type typedef | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | |
sumIntoGlobalValue(const GO gblRowInd, const GO gblColInd, const SC &val) | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
sumIntoGlobalValues(const GO gblRowInds[], const GO gblColInds[], const SC vals[], const std::size_t numEnt) | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
sumIntoGlobalValues(std::initializer_list< GO > gblRowInds, std::initializer_list< GO > gblColInds, std::initializer_list< SC > vals, const std::size_t numEnt) | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inline |
DistObject< char, LO, GO, NT >::unpackAndCombine(const Kokkos::DualView< const local_ordinal_type *, buffer_device_type > &importLIDs, Kokkos::DualView< packet_type *, buffer_device_type > imports, Kokkos::DualView< size_t *, buffer_device_type > numPacketsPerLID, const size_t constantNumPackets, Distributor &distor, const CombineMode combineMode) | Tpetra::DistObject< char, LO, GO, NT > | protectedvirtual |
~CooMatrix() | Tpetra::Details::CooMatrix< SC, LO, GO, NT > | inlinevirtual |
~DistObject()=default | Tpetra::DistObject< char, LO, GO, NT > | virtual |
~SrcDistObject() | Tpetra::SrcDistObject | inlinevirtual |