Tpetra::Impl::AbsMax< ViewType1, ViewType2, rank1 > | Implementation of Tpetra's ABSMAX CombineMode for the small dense blocks in BlockCrsMatrix, or the small dense vectors in BlockMultiVector and BlockVector |
Tpetra::Details::AbsMax< Scalar > | Functor for the the ABSMAX CombineMode of Import and Export operations |
Tpetra::Impl::AbsMax< ViewType1, ViewType2, 1 > | Implementation of Tpetra's ABSMAX CombineMode for the small dense vectors in BlockMultiVector and BlockVector |
Tpetra::Impl::AbsMax< ViewType1, ViewType2, 2 > | Implementation of Tpetra's ABSMAX CombineMode for the small dense blocks in BlockCrsMatrix |
Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, IndexType, is_contiguous, rank > | Implementation of Tpetra::AXPY function |
Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, IndexType, false, 1 > | Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors) |
Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, IndexType, false, 2 > | Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices) |
Tpetra::Details::Behavior | Description of Tpetra's behavior |
Tpetra::Details::Blas::BlasSupportsLayout< LayoutType > | Do BLAS libraries (all that are compliant with the BLAS Standard) support the given Kokkos array layout? |
Tpetra::Details::Blas::BlasSupportsScalar< ScalarType > | Do BLAS libraries (all that are compliant with the BLAS Standard) support the given "scalar" (matrix entry) type? |
Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Struct that holds views of the contents of a BlockCrsMatrix |
Tpetra::BlockCrsMatrixTransposer< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Construct and (optionally) redistribute the explicitly stored transpose of a BlockCrsMatrix |
Tpetra::Details::FHT::CheckForDuplicateKeys< OffsetsViewType, PairsViewType, SizeType > | Functor for checking whether a FixedHashTable has one or more duplicate entries |
Tpetra::Details::DefaultTypes::CommBufferMemorySpace< ExecutionSpace > | Memory space used for MPI communication buffers |
Tpetra::Details::CommRequest | Base class for the request (more or less a future) representing a pending nonblocking MPI operation |
Tpetra::Details::Impl::CompareCooGraphEntries< IndexType > | Function comparing two CooGraphEntry structs, lexicographically, first by row index, then by column index |
Tpetra::Details::Impl::CooGraphEntry< IndexType > | Type of each (row index, column index) pair in the Tpetra::Details::CooMatrix (see below) |
Tpetra::Details::Impl::CooMatrixImpl< SC, GO > | Implementation detail of Tpetra::Details::CooMatrix (which see below) |
Tpetra::Impl::COPY< ViewType1, ViewType2, IndexType, is_contiguous, rank > | Implementation of Tpetra::COPY function |
Tpetra::Impl::COPY< ViewType1, ViewType2, IndexType, false, 1 > | Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors) |
Tpetra::Impl::COPY< ViewType1, ViewType2, IndexType, false, 2 > | Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices) |
Tpetra::Details::FHT::CountBuckets< CountsViewType, KeysViewType, SizeType > | Parallel for functor for counting "buckets" in the FixedHashTable |
Tpetra::Details::Impl::CountLocalNumDiags< LocalGraphType, LocalMapType > | Kokkos::parallel_reduce functor for counting the local number of diagonal entries in a sparse graph |
Tpetra::CrsGraphTransposer< LocalOrdinal, GlobalOrdinal, Node > | Construct and (optionally) redistribute the explicitly stored transpose of a CrsGraph |
Tpetra::Details::CrsMatrixGetDiagCopyFunctor< DiagType, LocalMapType, CrsMatrixType > | Functor that implements much of the one-argument overload of Tpetra::CrsMatrix::getLocalDiagCopy, for the case where the matrix is fill complete |
Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Struct that holds views of the contents of a CrsMatrix |
Tpetra::Details::CrsPadding< LocalOrdinal, GlobalOrdinal > | 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 |
Tpetra::Details::Impl::DetermineLocalTriangularStructure< LocalGraphType, LocalMapType > | Implementation of Tpetra::Details::determineLocalTriangularStructure (which see below) |
Tpetra::Directory< LocalOrdinal, GlobalOrdinal, Node > | Implement mapping from global ID to process ID and local ID |
Tpetra::Details::Directory< LocalOrdinal, GlobalOrdinal, NodeType > | Computes the local ID and process ID corresponding to given global IDs |
Tpetra::Details::ContiguousUniformDirectory< LocalOrdinal, GlobalOrdinal, NodeType > | Implementation of Directory for a contiguous, uniformly distributed Map |
Tpetra::Details::DistributedContiguousDirectory< LocalOrdinal, GlobalOrdinal, NodeType > | Implementation of Directory for a distributed contiguous Map |
Tpetra::Details::DistributedNoncontiguousDirectory< LocalOrdinal, GlobalOrdinal, NodeType > | Implementation of Directory for a distributed noncontiguous Map |
Tpetra::Details::ReplicatedDirectory< LocalOrdinal, GlobalOrdinal, NodeType > | Implementation of Directory for a locally replicated Map |
Tpetra::Distributor | Sets up and executes a communication plan for a Tpetra DistObject |
Tpetra::Details::DistributorPlan | |
Tpetra::Details::EquilibrationInfo< ScalarType, DeviceType > | Struct storing results of Tpetra::computeRowAndColumnOneNorms |
Tpetra::Details::EquilibrationInfo< val_type, typename NT::device_type > | |
Tpetra::Impl::FILL< ViewType, InputType, IndexType, is_contiguous, rank > | Implementation of Tpetra::FILL function |
Tpetra::Impl::FILL< ViewType, InputType, IndexType, false, 1 > | Implementation of Tpetra::FILL function, for ViewType rank 1 (i.e., a vector) |
Tpetra::Impl::FILL< ViewType, InputType, IndexType, false, 2 > | Implementation of Tpetra::FILL function, for ViewType rank 2 (i.e., a matrix) |
Tpetra::Details::FHT::FillPairs< PairsViewType, KeysViewType, CountsViewType, SizeType > | Parallel reduce functor for filling the FixedHashTable, and computing the min and max keys |
Tpetra::Details::FHT::FillPairsResult< KeyType > | Reduction result for FillPairs functor below |
Tpetra::Details::FixedHashTable< KeyType, ValueType, DeviceType > | |
Tpetra::Details::FixedHashTable< global_ordinal_type, local_ordinal_type, device_type > | |
Tpetra::Details::FixedHashTable< global_ordinal_type, local_ordinal_type, Kokkos::HostSpace::device_type > | |
Tpetra::Details::FixedHashTable< GlobalOrdinal, LocalOrdinal, device_type > | |
Tpetra::Details::FixedHashTable< GO, LO, device_type > | |
Tpetra::Details::Impl::GetGraphDiagOffsets< LO, GO, DeviceType, DiagOffsetType > | Implementation detail of Tpetra::Details::getGraphDiagOffsets, which in turn is an implementation detail of Tpetra::CrsGraph |
Tpetra::Details::Impl::GetGraphOffRankOffsets< LO, GO, DeviceType, OffsetType > | Implementation detail of Tpetra::Details::getGraphOffRankOffsets, which in turn is an implementation detail of Tpetra::CrsGraph |
Tpetra::Details::Impl::GetLocalNumDiags< MatrixType > | Implementation of Tpetra::Details::getLocalNumDiags (see below) |
Tpetra::Details::Impl::GetLocalNumDiags< ::Tpetra::CrsGraph< LO, GO, NT > > | Specialization of GetLocalNumDiags for CrsGraph |
Tpetra::Details::Impl::GetLocalNumDiags< ::Tpetra::RowGraph< LO, GO, NT > > | Specialization of GetLocalNumDiags for RowGraph |
Tpetra::Impl::GETRS< LittleBlockType, LittleIntVectorType, LittleScalarVectorType, rank > | Computes the solution to Ax=b |
Tpetra::Impl::GETRS< LittleBlockType, LittleIntVectorType, LittleScalarVectorType, 1 > | Special case of GETRS for a single right-hand side |
Tpetra::Impl::GETRS< LittleBlockType, LittleIntVectorType, LittleScalarVectorType, 2 > | Special case of GETRS for multiple right-hand sides |
Tpetra::Details::Hash< KeyType, DeviceType, OffsetType, ResultType > | The hash function for FixedHashTable |
Tpetra::Details::Hash< KeyType, DeviceType, OffsetType, int > | Specialization for ResultType = int |
Tpetra::Details::HashTable< KeyType, ValueType > | |
Tpetra::ImportExportData< LocalOrdinal, GlobalOrdinal, Node > | Implementation detail of Import and Export |
Tpetra::Details::Spaces::InstanceLifetimeManager< ExecSpace > | Provides reusable Kokkos execution space instances |
Tpetra::Details::IntRowPtrHelper< LocalMatrix, IntLocalMatrix > | |
Tpetra::Details::MatrixApplyHelper< LocalMatrix, IntLocalMatrix, MultiVectorLocalView > | |
Tpetra::Details::InvalidGlobalIndex< GlobalOrdinal > | Exception thrown by CrsMatrix on invalid global index |
Tpetra::Details::InvalidGlobalRowIndex< GlobalOrdinal > | Exception thrown by CrsMatrix on invalid global row index |
Tpetra::Details::LeftScaleLocalCrsMatrix< LocalSparseMatrixType, ScalingFactorsViewType, divide > | Kokkos::parallel_for functor that left-scales a KokkosSparse::CrsMatrix |
Tpetra::Details::LocalMap< LocalOrdinal, GlobalOrdinal, DeviceType > | "Local" part of Map suitable for Kokkos kernels |
Tpetra::Details::LocalMap< LO, GO, device_type > | |
Tpetra::Details::LocalMap< LO, GO, DT > | |
Tpetra::LocalOperator< Scalar, Device > | Abstract interface for local operators (e.g., matrices and preconditioners) |
Tpetra::LocalOperator< MultiVectorScalar, Device > | |
Tpetra::LocalCrsMatrixOperator< MultiVectorScalar, MatrixScalar, Device > | Abstract interface for local operators (e.g., matrices and preconditioners) |
Tpetra::LocalOperator< Scalar, typename Tpetra::CrsMatrix::device_type > | |
Tpetra::LocalCrsMatrixOperator< Scalar, MatScalar, typename Tpetra::CrsMatrix::device_type > | |
Tpetra::Details::LocalResidualFunctor< AMatrix, MV, ConstMV, Offsets, is_MV, restrictedMode, skipOffRank > | Functor for computing the residual |
Tpetra::Details::LocalTriangularStructureResult< LO > | Return value of determineLocalTriangularStructure |
Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > | A parallel distribution of indices over processes |
Tpetra::Map< LO, GO, Node > | |
Tpetra::Map< LO, GO, node_type > | |
Tpetra::Details::UnpackAndCombineCrsMatrixImpl::NumEntriesFunctor< LO, DT, BDT > | Kokkos::parallel_reduce functor to determine the number of entries (to unpack) in a KokkosSparse::CrsMatrix to pack |
Tpetra::Details::PackCrsGraphImpl::NumPacketsAndOffsetsFunctor< OutputOffsetsViewType, CountsViewType, InputOffsetsViewType, InputLocalRowIndicesViewType, InputLocalRowPidsViewType, debug > | Compute the number of packets and offsets for the pack procedure |
Tpetra::Details::PackCrsMatrixImpl::NumPacketsAndOffsetsFunctor< OutputOffsetsViewType, CountsViewType, InputOffsetsViewType, InputLocalRowIndicesViewType, InputLocalRowPidsViewType, debug > | Compute the number of packets and offsets for the pack procedure |
Tpetra::Details::OffRankUpdateFunctor< AMatrix, MV, ConstMV, Offsets, is_MV > | Functor for computing R -= A_offRank*X_colmap |
Tpetra::Operator< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Abstract interface for operators (e.g., matrices and preconditioners) |
Tpetra::CrsMatrixMultiplyOp< Scalar, MatScalar, LocalOrdinal, GlobalOrdinal, Node > | A class for wrapping a CrsMatrix multiply in a Operator |
Tpetra::MixedScalarMultiplyOp< Scalar, OpScalar, LocalOrdinal, GlobalOrdinal, Node > | A class for wrapping an Operator of one Scalar type into an Operator of another Scalar type |
Tpetra::RowMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > | A read-only, row-oriented interface to a sparse matrix |
Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Sparse matrix that presents a row-oriented interface that lets users read or modify entries |
Tpetra::FECrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Sparse matrix that presents a row-oriented interface that lets users read or modify entries |
Tpetra::Operator< Scalar, LO, GO, Node > | |
Tpetra::RowMatrix< Scalar, LO, GO, Node > | |
Tpetra::BlockCrsMatrix< Scalar, LO, GO, Node > | Sparse matrix whose entries are small dense square blocks, all of the same dimensions |
Tpetra::Operator< Scalar, OperatorType::local_ordinal_type, OperatorType::global_ordinal_type, OperatorType::node_type > | |
Tpetra::details::ApplyOp< Scalar, OperatorType > | A class for wrapping an Operator apply in a Operator |
Tpetra::Operator< scalar_t, Tpetra::Map<>::local_ordinal_type, Tpetra::Map<>::global_ordinal_type, Node > | |
Tpetra::Details::OptColMap< MapType > | Implementation detail of makeOptimizedColMap, and makeOptimizedColMapAndImport |
Tpetra::KokkosRefactor::Details::Impl::OutOfBounds< IntegerType, isSigned > | Is x out of bounds? That is, is x less than zero, or greater than or equal to the given exclusive upper bound? |
Tpetra::Packable< Packet, LocalOrdinal > | 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 |
Tpetra::Packable< char, LO > | |
Tpetra::RowMatrix< Scalar, LO, GO, Node > | |
Tpetra::Packable< char, LocalOrdinal > | |
Tpetra::RowMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > | A read-only, row-oriented interface to a sparse matrix |
Tpetra::Packable< GlobalOrdinal, LocalOrdinal > | |
Tpetra::RowGraph< LocalOrdinal, GlobalOrdinal, Node > | An abstract interface for graphs accessed by rows |
Tpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node > | A distributed graph accessed by rows (adjacency lists) and stored sparsely |
Tpetra::FECrsGraph< LocalOrdinal, GlobalOrdinal, Node > | A distributed graph accessed by rows (adjacency lists) and stored sparsely |
Tpetra::Packable< GO, LO > | |
Tpetra::RowGraph< LO, GO, node_type > | |
Tpetra::CrsGraph< LO, GO, node_type > | |
Tpetra::Details::PackTraits< T > | Traits class for packing / unpacking data of type T |
Tpetra::Details::PackTraits< int > | |
Tpetra::Details::PackTraits< LO > | |
Tpetra::Details::ProfilingRegion | Profile the given scope |
Tpetra::project1st< Arg1, Arg2 > | Binary function that returns its first argument |
Tpetra::project2nd< Arg1, Arg2 > | Binary function that returns its second argument |
Tpetra::MatrixMarket::Reader< SparseMatrixType > | Matrix Market file reader for CrsMatrix and MultiVector |
Tpetra::Details::Impl::ReadLine< SC, GO, isComplex > | Implementation of the readLine stand-alone function in this namespace (see below) |
Tpetra::Details::Impl::ReadLine< SC, GO, false > | Real-arithmetic partial specialization of ReadLine |
Tpetra::Details::Impl::ReadLine< SC, GO, true > | Complex-arithmetic partial specialization of ReadLine |
Tpetra::Details::RightScaleLocalCrsMatrix< LocalSparseMatrixType, ScalingFactorsViewType, divide > | Kokkos::parallel_for functor that right-scales a KokkosSparse::CrsMatrix |
Tpetra::RowInfo | Allocation information for a locally owned row in a CrsGraph or CrsMatrix |
Tpetra::RowMatrixTransposer< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Construct and (optionally) redistribute the explicitly stored transpose of a CrsMatrix |
Tpetra::Impl::SCAL< ViewType, CoefficientType, IndexType, is_contiguous, rank > | Implementation of Tpetra::SCAL function |
Tpetra::Impl::SCAL< ViewType, CoefficientType, IndexType, false, 1 > | Implementation of Tpetra::SCAL function, for ViewType rank 1 (i.e., a vector) |
Tpetra::Impl::SCAL< ViewType, CoefficientType, IndexType, false, 2 > | Implementation of Tpetra::SCAL function, for ViewType rank 2 (i.e., a matrix) |
Tpetra::Details::ScalarViewTraits< T, D > | Traits class for allocating a Kokkos::View<T*, D> |
Tpetra::ScopeGuard | Scope guard whose destructor automatically calls Tpetra::finalize for you |
Tpetra::Details::Spaces::Slot< ExecSpace > | Lazily acquires and stores Kokkos Execution Spaces |
Tpetra::SrcDistObject | Abstract base class for objects that can be the source of an Import or Export operation |
Tpetra::DistObject< char, LO, GO, Node > | |
Tpetra::BlockCrsMatrix< Scalar, LO, GO, Node > | Sparse matrix whose entries are small dense square blocks, all of the same dimensions |
Tpetra::DistObject< char, LO, GO, NT > | |
Tpetra::Details::CooMatrix< SC, LO, GO, NT > | Sparse matrix used only for file input / output |
Tpetra::DistObject< char, LocalOrdinal, GlobalOrdinal, Node > | |
Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Sparse matrix that presents a row-oriented interface that lets users read or modify entries |
Tpetra::DistObject< GlobalOrdinal, LocalOrdinal, GlobalOrdinal, Node > | |
Tpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node > | A distributed graph accessed by rows (adjacency lists) and stored sparsely |
Tpetra::DistObject< GO, LO, GO, node_type > | |
Tpetra::CrsGraph< LO, GO, node_type > | |
Tpetra::DistObject< Scalar, LO, GO, Node > | |
Tpetra::BlockMultiVector< Scalar, LO, GO, Node > | MultiVector for multiple degrees of freedom per mesh point |
Tpetra::BlockVector< Scalar, LO, GO, Node > | Vector for multiple degrees of freedom per mesh point |
Tpetra::DistObject< Scalar, LocalOrdinal, GlobalOrdinal, Node > | |
Tpetra::MultiVector< Scalar, LO, GO, Node > | |
Tpetra::MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > | |
Tpetra::Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > | A distributed dense vector |
Tpetra::MultiVector< SC, LO, GO, NO > | One or more distributed dense vectors |
Tpetra::RowMatrix< Scalar, LO, GO, Node > | |
Tpetra::DistObject< Packet, LocalOrdinal, GlobalOrdinal, Node > | Base class for distributed Tpetra objects that support data redistribution |
Tpetra::RowMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > | A read-only, row-oriented interface to a sparse matrix |
Tpetra::Details::TieBreak< LocalOrdinal, GlobalOrdinal > | Interface for breaking ties in ownership |
Tpetra::Details::Transfer< LO, GO, NT > | Common base class of Import and Export |
Tpetra::Details::Transfer< LocalOrdinal, GlobalOrdinal, Node > | |
Tpetra::Export< LocalOrdinal, GlobalOrdinal, Node > | Communication plan for data redistribution from a (possibly) multiply-owned to a uniquely-owned distribution |
Tpetra::Import< LocalOrdinal, GlobalOrdinal, Node > | Communication plan for data redistribution from a uniquely-owned to a (possibly) multiply-owned distribution |
Tpetra::Details::TieBreak< LocalOrdinal, GlobalOrdinal >::Triplet | Representation of a global index on a process |
Tpetra::Details::TempView::UnifiedContiguousLayout< View1, View2 > | Get the contiguous layout that matches as many of the given views as possible. If neither or both arguments are contiguous, favor LayoutLeft |
Tpetra::Details::UnpackAndCombineCrsGraphImpl::UnpackAndCombineFunctor< LocalOrdinal, Packet, RowView, IndicesView, BufferDevice > | Unpacks and combines a single row of the CrsGraph |
Tpetra::Details::UnpackAndCombineCrsMatrixImpl::UnpackCrsMatrixAndCombineFunctor< LocalMatrix, LocalMap, BufferDeviceType > | Unpacks and combines a single row of the CrsMatrix |
Tpetra::Details::Spaces::User | A class can inherit from this if it wants to use Tpetra managed spaces |
Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > | Sparse matrix that presents a row-oriented interface that lets users read or modify entries |
Tpetra::Details::WrappedDualView< DualViewType > | A wrapper around Kokkos::DualView to safely manage data that might be replicated between host and device |
Tpetra::Details::WrappedDualView< dual_view_type > | |
Tpetra::Details::WrappedDualView< global_inds_dualv_type > | |
Tpetra::Details::WrappedDualView< impl_scalar_type_dualview > | |
Tpetra::Details::WrappedDualView< local_inds_dualv_type > | |
Tpetra::Details::WrappedDualView< values_dualv_type > | |
Tpetra::MatrixMarket::Writer< SparseMatrixType > | Matrix Market file writer for CrsMatrix and MultiVector |