Ginkgo Generated from branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::experimental::mpi::type_impl< T > Struct Template Reference

A struct that is used to determine the MPI_Datatype of a specified type. More...

#include <ginkgo/core/base/mpi.hpp>

Detailed Description

template<typename T>
struct gko::experimental::mpi::type_impl< T >

A struct that is used to determine the MPI_Datatype of a specified type.

Template Parameters
Ttype of which the MPI_Datatype should be inferred.
Note
any specialization of this type hast to provide a static function get_type() that returns an MPI_Datatype

The documentation for this struct was generated from the following file: