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 | Namespace for Tpetra implementation details |
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 |
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 |
DeferredActionCommRequest | Part of the Work-around for not having MPI >= 3 |
IallreduceCommRequest | Object representing a pending ::Tpetra::Details::iallreduce operation |
IallreduceCommRequest< PacketType, SendLayoutType, SendDeviceType, RecvLayoutType, RecvDeviceType, 1 > | Partial pecialization for rank-1 send and receive buffers |
IallreduceCommRequest< PacketType, SendLayoutType, SendDeviceType, RecvLayoutType, RecvDeviceType, 0 > | Partial pecialization for rank-0 (single-value) send and receive buffers |
Iallreduce | Implementation of ::Tpetra::Details::iallreduce |
Iallreduce< PacketType, SendLayoutType, SendDeviceType, RecvLayoutType, RecvDeviceType, 1 > | Partial specialization of Iallreduce for rank-1 send and receive buffers |
Iallreduce< PacketType, SendLayoutType, SendDeviceType, RecvLayoutType, RecvDeviceType, 0 > | Partial specialization of Iallreduce for rank-0 send and receive buffers |
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 | |
Impl | |
Fill | Implementation of ::Tpetra::Details::Blas::fill |
Fill< ViewType, ValueType, ExecutionSpace, IndexType, 1 > | Specialization for rank-1 Views |
Fill< ViewType, ValueType, ExecutionSpace, IndexType, 2 > | Specialization for rank-2 Views |
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 |
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 |
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 |
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 |
LocalTriangularStructureResult | Return value of determineLocalTriangularStructure |
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 |
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 |
PackTraits | Traits class for packing / unpacking data of type T , using Kokkos data structures that live in the given space D |
ProfilingRegion | Profile the given scope |
RightScaleLocalCrsMatrix | Kokkos::parallel_for functor that right-scales a KokkosSparse::CrsMatrix |
Transfer | Common base class of Import and Export |
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 | |
MapCloner | Implementation detail of Map::clone() |
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 |
RTI | Namespace for Tpetra Reduction/Tranformation Interface |
detail | Internal detail for Tpetra::RTI. Methods and class here are not guaranteed to be backwards compatible |
StdOpKernel | Utility base class for kernels used to define Tpetra::Operator objects |
UnaryFunctorAdapter | Adapter class between kernels for Tpetra::RTI::unary_transform and Tpetra::RTI::detail::unary_transform |
BinaryFunctorAdapter | Adapter class between kernels for Tpetra::RTI::binary_transform and Tpetra::RTI::detail::binary_transform |
BinaryFunctorAdapterWithAlphaBeta | Adapter class between binary functors and BinaryOp |
TertiaryFunctorAdapter | Adapter class between kernels for Tpetra::RTI::tertiary_transform and Tpetra::RTI::detail::tertiary_transform |
RTIReductionAdapter1 | Adapter class between kernels for Tpetra::RTI::binary_transform and Tpetra::RTI::detail::binary_transform |
RTIReductionAdapter2 | Adapter class between kernels for Tpetra::RTI::binary_transform and Tpetra::RTI::detail::binary_transform |
RTIReductionAdapter3 | Adapter class between kernels for Tpetra::RTI::binary_transform and Tpetra::RTI::detail::binary_transform for three vectors |
RTIPreTransformReductionAdapter | Adapter class between kernels for Tpetra::RTI::binary_pre_transform_reduce and Tpetra::RTI::detail::binary_transform |
RTIPreTransformReductionAdapter3 | Adapter class between kernels for Tpetra::RTI::binary_pre_transform_reduce and Tpetra::RTI::detail::binary_transform |
TeuchosValueTypeReductionOpAdapter | Decorator for Kokkos reduction kernels to satisfy requirements for Teuchos::ValueTypeReductionOp |
ZeroOp | A static identity functor, providing a static method identity() that returns zero |
OneOp | A static identity functor, providing a static method identity() that returns one |
ReductionGlob | A type glob containing the types needed for calling Tpetra::RTI::reduce() with individual functors |
TransformReductionGlob | A type glob containing the types needed for calling Tpetra::RTI::binary_pre_transform_reduce() with individual functors |
KernelOp | Operator wrapping a Kokkos (Classic) kernel using RTI |
BinaryOp | Tpetra::Operator wrapping a binary functor using the Tpetra Reduction/Transformation Interface |
Ext | Namespace for external Tpetra functionality |
TypeStackBottom | Implementation of a Tpetra::Ext::TypeStack, supporting the last entry |
TypeStack | Implementation of a Tpetra::Ext::TypeStack, supporting the next to last entry |
TypeStack< T, TypeStack< S, SS > > | Generic implementation of a Tpetra::Ext::TypeStack. This is the model that should be programmed to |
MatrixMatrix | Distributed sparse matrix-matrix multiply and add |
TripleMatrixMultiply | Distributed sparse triple matrix product |
Experimental | Namespace for new Tpetra features that are not ready for public release, but are ready for evaluation by friendly expert users |
Impl | |
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::Experimental::SCAL function |
SCAL< ViewType, CoefficientType, LayoutType, IndexType, 1 > | Implementation of Tpetra::Experimental::SCAL function, for ViewType rank 1 (i.e., a vector) |
SCAL< ViewType, CoefficientType, LayoutType, IndexType, 2 > | Implementation of Tpetra::Experimental::SCAL function, for ViewType rank 2 (i.e., a matrix) |
SCAL< ViewType, CoefficientType, Kokkos::LayoutRight, IndexType, 2 > | Implementation of Tpetra::Experimental::SCAL function, for ViewType rank 2 (i.e., a matrix), and LayoutType = LayoutRight |
FILL | Implementation of Tpetra::Experimental::FILL function |
FILL< ViewType, InputType, LayoutType, IndexType, 1 > | Implementation of Tpetra::Experimental::FILL function, for ViewType rank 1 (i.e., a vector) |
FILL< ViewType, InputType, LayoutType, IndexType, 2 > | Implementation of Tpetra::Experimental::FILL function, for ViewType rank 2 (i.e., a matrix) |
AXPY | Implementation of Tpetra::Experimental::AXPY function |
AXPY< CoefficientType, ViewType1, ViewType2, LayoutType1, LayoutType2, IndexType, 1 > | Implementation of Tpetra::Experimental::AXPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors) |
AXPY< CoefficientType, ViewType1, ViewType2, LayoutType1, LayoutType2, IndexType, 2 > | Implementation of Tpetra::Experimental::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices) |
AXPY< CoefficientType, ViewType1, ViewType2, Kokkos::LayoutRight, Kokkos::LayoutRight, IndexType, 2 > | Implementation of Tpetra::Experimental::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices), when both ViewType1 and ViewType2 have LayoutRight |
AXPY< CoefficientType, ViewType1, ViewType2, Kokkos::LayoutLeft, Kokkos::LayoutLeft, IndexType, 2 > | Implementation of Tpetra::Experimental::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices), when both ViewType1 and ViewType2 have LayoutLeft |
COPY | Implementation of Tpetra::Experimental::COPY function |
COPY< ViewType1, ViewType2, LayoutType1, LayoutType2, IndexType, 1 > | Implementation of Tpetra::Experimental::COPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors) |
COPY< ViewType1, ViewType2, LayoutType1, LayoutType2, IndexType, 2 > | Implementation of Tpetra::Experimental::COPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices) |
COPY< ViewType1, ViewType2, Kokkos::LayoutRight, Kokkos::LayoutRight, IndexType, 2 > | Implementation of Tpetra::Experimental::COPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices), where both have LayoutRight (row-major order, with contiguous storage) |
COPY< ViewType1, ViewType2, Kokkos::LayoutLeft, Kokkos::LayoutLeft, IndexType, 2 > | Implementation of Tpetra::Experimental::COPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices), where both have LayoutLeft (row-major order, with contiguous storage) |
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 |
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 |
MatrixMarket | |
Reader | Matrix Market file reader for CrsMatrix and MultiVector |
Writer | Matrix Market file writer for CrsMatrix and MultiVector |
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 |
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 |
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 |
Import | Communication plan for data redistribution from a uniquely-owned to a (possibly) multiply-owned distribution |
ImportExportData | Implementation detail of Import and Export |
Map | A parallel distribution of indices over processes |
MultiVector | One or more distributed dense vectors |
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 |
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 |
TpetraExamples | Namespace for Tpetra example classes and methods |