Details | Implementation details of Tpetra |
MatrixMarket | Matrix Market file readers and writers for sparse and dense matrices (as CrsMatrix resp. MultiVector ) |
SortDetails | Implementation details of sort routines used by Tpetra |
Tpetra | Namespace Tpetra contains the class and methods constituting the Tpetra library |
KokkosRefactor | |
Details | |
Impl | Implementation details of implementation details |
OutOfBounds | Is x out of bounds? That is, is x less than zero, or greater than or equal to the given exclusive upper bound? |
Details | Nonmember function that computes a residual Computes R = B - A * X |
Impl | |
DetermineLocalTriangularStructure | Implementation of Tpetra::Details::determineLocalTriangularStructure (which see below) |
GetGraphDiagOffsets | Implementation detail of Tpetra::Details::getGraphDiagOffsets, which in turn is an implementation detail of Tpetra::CrsGraph |
GetGraphOffRankOffsets | Implementation detail of Tpetra::Details::getGraphOffRankOffsets, which in turn is an implementation detail of Tpetra::CrsGraph |
CountLocalNumDiags | Kokkos::parallel_reduce functor for counting the local number of diagonal entries in a sparse graph |
GetLocalNumDiags | Implementation of Tpetra::Details::getLocalNumDiags (see below) |
GetLocalNumDiags< ::Tpetra::RowGraph< LO, GO, NT > > | Specialization of GetLocalNumDiags for RowGraph |
GetLocalNumDiags< ::Tpetra::CrsGraph< LO, GO, NT > > | Specialization of GetLocalNumDiags for CrsGraph |
CooGraphEntry | Type of each (row index, column index) pair in the Tpetra::Details::CooMatrix (see below) |
CompareCooGraphEntries | Function comparing two CooGraphEntry structs, lexicographically, first by row index, then by column index |
CooMatrixImpl | Implementation detail of Tpetra::Details::CooMatrix (which see below) |
ReadLine | Implementation of the readLine stand-alone function in this namespace (see below) |
ReadLine< SC, GO, true > | Complex-arithmetic partial specialization of ReadLine |
ReadLine< SC, GO, false > | Real-arithmetic partial specialization of ReadLine |
Blas | |
BlasSupportsScalar | Do BLAS libraries (all that are compliant with the BLAS Standard) support the given "scalar" (matrix entry) type? |
BlasSupportsLayout | Do BLAS libraries (all that are compliant with the BLAS Standard) support the given Kokkos array layout? |
DefaultTypes | Declarations of values of Tpetra classes' default template parameters |
CommBufferMemorySpace | Memory space used for MPI communication buffers |
Spaces | |
InstanceLifetimeManager | Provides reusable Kokkos execution space instances |
Slot | Lazily acquires and stores Kokkos Execution Spaces |
User | A class can inherit from this if it wants to use Tpetra managed spaces |
FHT | |
CountBuckets | Parallel for functor for counting "buckets" in the FixedHashTable |
FillPairsResult | Reduction result for FillPairs functor below |
FillPairs | Parallel reduce functor for filling the FixedHashTable, and computing the min and max keys |
CheckForDuplicateKeys | Functor for checking whether a FixedHashTable has one or more duplicate entries |
DeepCopyCounter | Counter for Kokkos::deep_copy calls |
FenceCounter | Counter for Kokkos::fence calls |
KokkosRegionCounter | Counter for Kokkos regions representing third-party library usage |
PackCrsGraphImpl | |
NumPacketsAndOffsetsFunctor | Compute the number of packets and offsets for the pack procedure |
PackCrsMatrixImpl | |
NumPacketsAndOffsetsFunctor | Compute the number of packets and offsets for the pack procedure |
TempView | |
UnifiedContiguousLayout | Get the contiguous layout that matches as many of the given views as possible. If neither or both arguments are contiguous, favor LayoutLeft |
UnpackAndCombineCrsGraphImpl | |
UnpackAndCombineFunctor | Unpacks and combines a single row of the CrsGraph |
UnpackAndCombineCrsMatrixImpl | |
UnpackCrsMatrixAndCombineFunctor | Unpacks and combines a single row of the CrsMatrix |
NumEntriesFunctor | Kokkos::parallel_reduce functor to determine the number of entries (to unpack) in a KokkosSparse::CrsMatrix to pack |
AbsMax | Functor for the the ABSMAX CombineMode of Import and Export operations |
Behavior | Description of Tpetra's behavior |
CrsPadding | Keep track of how much more space a CrsGraph or CrsMatrix needs, when the graph or matrix is the target of a doExport or doImport |
LocalTriangularStructureResult | Return value of determineLocalTriangularStructure |
DistributorPlan | |
EquilibrationInfo | Struct storing results of Tpetra::computeRowAndColumnOneNorms |
FixedHashTable | |
CrsMatrixGetDiagCopyFunctor | Functor that implements much of the one-argument overload of Tpetra::CrsMatrix::getLocalDiagCopy, for the case where the matrix is fill complete |
Hash | The hash function for FixedHashTable |
Hash< KeyType, DeviceType, OffsetType, int > | Specialization for ResultType = int |
CommRequest | Base class for the request (more or less a future) representing a pending nonblocking MPI operation |
IntRowPtrHelper | |
LeftScaleLocalCrsMatrix | Kokkos::parallel_for functor that left-scales a KokkosSparse::CrsMatrix |
LocalMap | "Local" part of Map suitable for Kokkos kernels |
OptColMap | Implementation detail of makeOptimizedColMap, and makeOptimizedColMapAndImport |
MatrixApplyHelper | |
PackTraits | Traits class for packing / unpacking data of type T |
ProfilingRegion | Profile the given scope |
LocalResidualFunctor | Functor for computing the residual |
OffRankUpdateFunctor | Functor for computing R -= A_offRank*X_colmap |
RightScaleLocalCrsMatrix | Kokkos::parallel_for functor that right-scales a KokkosSparse::CrsMatrix |
ScalarViewTraits | Traits class for allocating a Kokkos::View<T*, D> |
Transfer | Common base class of Import and Export |
WrappedDualView | A wrapper around Kokkos::DualView to safely manage data that might be replicated between host and device |
Directory | Computes the local ID and process ID corresponding to given global IDs |
ReplicatedDirectory | Implementation of Directory for a locally replicated Map |
ContiguousUniformDirectory | Implementation of Directory for a contiguous, uniformly distributed Map |
DistributedContiguousDirectory | Implementation of Directory for a distributed contiguous Map |
DistributedNoncontiguousDirectory | Implementation of Directory for a distributed noncontiguous Map |
InvalidGlobalIndex | Exception thrown by CrsMatrix on invalid global index |
InvalidGlobalRowIndex | Exception thrown by CrsMatrix on invalid global row index |
HashTable | |
TieBreak | Interface for breaking ties in ownership |
Triplet | Representation of a global index on a process |
CooMatrix | Sparse matrix used only for file input / output |
details | |
ApplyOp | A class for wrapping an Operator apply in a Operator |
Impl | Namespace for new Tpetra features that are not ready for public release, but are ready for evaluation by friendly expert users |
AbsMax | Implementation of Tpetra's ABSMAX CombineMode for the small dense blocks in BlockCrsMatrix, or the small dense vectors in BlockMultiVector and BlockVector |
AbsMax< ViewType1, ViewType2, 2 > | Implementation of Tpetra's ABSMAX CombineMode for the small dense blocks in BlockCrsMatrix |
AbsMax< ViewType1, ViewType2, 1 > | Implementation of Tpetra's ABSMAX CombineMode for the small dense vectors in BlockMultiVector and BlockVector |
SCAL | Implementation of Tpetra::SCAL function |
SCAL< ViewType, CoefficientType, IndexType, false, 1 > | Implementation of Tpetra::SCAL function, for ViewType rank 1 (i.e., a vector) |
SCAL< ViewType, CoefficientType, IndexType, false, 2 > | Implementation of Tpetra::SCAL function, for ViewType rank 2 (i.e., a matrix) |
FILL | Implementation of Tpetra::FILL function |
FILL< ViewType, InputType, IndexType, false, 1 > | Implementation of Tpetra::FILL function, for ViewType rank 1 (i.e., a vector) |
FILL< ViewType, InputType, IndexType, false, 2 > | Implementation of Tpetra::FILL function, for ViewType rank 2 (i.e., a matrix) |
AXPY | Implementation of Tpetra::AXPY function |
AXPY< CoefficientType, ViewType1, ViewType2, IndexType, false, 1 > | Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors) |
AXPY< CoefficientType, ViewType1, ViewType2, IndexType, false, 2 > | Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices) |
COPY | Implementation of Tpetra::COPY function |
COPY< ViewType1, ViewType2, IndexType, false, 1 > | Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors) |
COPY< ViewType1, ViewType2, IndexType, false, 2 > | Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices) |
GETRS | Computes the solution to Ax=b |
GETRS< LittleBlockType, LittleIntVectorType, LittleScalarVectorType, 1 > | Special case of GETRS for a single right-hand side |
GETRS< LittleBlockType, LittleIntVectorType, LittleScalarVectorType, 2 > | Special case of GETRS for multiple right-hand sides |
Ext | Namespace for external Tpetra functionality |
MatrixMatrix | Distributed sparse matrix-matrix multiply and add |
TripleMatrixMultiply | Distributed sparse triple matrix product |
MatrixMarket | |
Reader | Matrix Market file reader for CrsMatrix and MultiVector |
Writer | Matrix Market file writer for CrsMatrix and MultiVector |
BlockCrsMatrix | Sparse matrix whose entries are small dense square blocks, all of the same dimensions |
BlockMultiVector | MultiVector for multiple degrees of freedom per mesh point |
BlockVector | Vector for multiple degrees of freedom per mesh point |
project1st | Binary function that returns its first argument |
project2nd | Binary function that returns its second argument |
ScopeGuard | Scope guard whose destructor automatically calls Tpetra::finalize for you |
RowInfo | Allocation information for a locally owned row in a CrsGraph or CrsMatrix |
CrsGraph | A distributed graph accessed by rows (adjacency lists) and stored sparsely |
CrsGraphTransposer | Construct and (optionally) redistribute the explicitly stored transpose of a CrsGraph |
CrsMatrix | Sparse matrix that presents a row-oriented interface that lets users read or modify entries |
CrsMatrixMultiplyOp | A class for wrapping a CrsMatrix multiply in a Operator |
MultiVector | One or more distributed dense vectors |
Directory | Implement mapping from global ID to process ID and local ID |
DistObject | Base class for distributed Tpetra objects that support data redistribution |
Distributor | Sets up and executes a communication plan for a Tpetra DistObject |
Export | Communication plan for data redistribution from a (possibly) multiply-owned to a uniquely-owned distribution |
FECrsGraph | A distributed graph accessed by rows (adjacency lists) and stored sparsely |
FECrsMatrix | Sparse matrix that presents a row-oriented interface that lets users read or modify entries |
Import | Communication plan for data redistribution from a uniquely-owned to a (possibly) multiply-owned distribution |
ImportExportData | Implementation detail of Import and Export |
LocalCrsMatrixOperator | Abstract interface for local operators (e.g., matrices and preconditioners) |
LocalOperator | Abstract interface for local operators (e.g., matrices and preconditioners) |
Map | A parallel distribution of indices over processes |
MixedScalarMultiplyOp | A class for wrapping an Operator of one Scalar type into an Operator of another Scalar type |
Operator | Abstract interface for operators (e.g., matrices and preconditioners) |
Packable | Abstract base class for objects that can be the source of an Import or Export operation, and that also know how to pack their data to send to the target object |
RowGraph | An abstract interface for graphs accessed by rows |
RowMatrix | A read-only, row-oriented interface to a sparse matrix |
RowMatrixTransposer | Construct and (optionally) redistribute the explicitly stored transpose of a CrsMatrix |
BlockCrsMatrixTransposer | Construct and (optionally) redistribute the explicitly stored transpose of a BlockCrsMatrix |
SrcDistObject | Abstract base class for objects that can be the source of an Import or Export operation |
Vector | A distributed dense vector |
CrsMatrixStruct | Struct that holds views of the contents of a CrsMatrix |
BlockCrsMatrixStruct | Struct that holds views of the contents of a BlockCrsMatrix |
TpetraExamples | Namespace for Tpetra example classes and methods |