43#ifndef TPETRA_MULTIVECTOR_DECL_HPP
44#define TPETRA_MULTIVECTOR_DECL_HPP
52#include "Tpetra_DistObject.hpp"
55#include "Kokkos_DualView.hpp"
56#include "Teuchos_BLAS_types.hpp"
57#include "Teuchos_DataAccess.hpp"
58#include "Teuchos_Range1D.hpp"
59#include "Kokkos_ArithTraits.hpp"
60#include "Kokkos_InnerProductSpaceTraits.hpp"
61#include "Tpetra_KokkosRefactor_Details_MultiVectorLocalDeepCopy.hpp"
62#include "Tpetra_Access.hpp"
63#include "Tpetra_Details_WrappedDualView.hpp"
66#ifdef HAVE_TPETRACORE_TEUCHOSNUMERICS
67#ifndef DOXYGEN_SHOULD_SKIP_THIS
69 template<
class OrdinalType,
class ScalarType>
70 class SerialDenseMatrix;
99 template <
class DS,
class DL,
class DG,
class DN,
100 class SS,
class SL,
class SG,
class SN>
105#ifdef HAVE_TPETRACORE_TEUCHOSNUMERICS
112 template <
class ST,
class LO,
class GO,
class NT>
115 const Teuchos::SerialDenseMatrix<int, ST>& src);
123 template <
class ST,
class LO,
class GO,
class NT>
125 deep_copy (Teuchos::SerialDenseMatrix<int, ST>& dst,
136 template <
class ST,
class LO,
class GO,
class NT>
149 template <
class Scalar,
class LocalOrdinal,
class GlobalOrdinal,
class Node>
150 Teuchos::RCP<MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
152 const size_t numVectors);
157 template<
class SC,
class LO,
class GO,
class NT>
158 Teuchos::ArrayView<const size_t>
381 template <
class Scalar,
386 public DistObject<Scalar, LocalOrdinal, GlobalOrdinal, Node>
410 typename Kokkos::ArithTraits<Scalar>::val_type;
429 typename Kokkos::Details::InnerProductSpaceTraits<impl_scalar_type>::dot_type;
437 using mag_type =
typename Kokkos::ArithTraits<impl_scalar_type>::mag_type;
472 using host_view_type =
typename dual_view_type::t_host;
473 using device_view_type =
typename dual_view_type::t_dev;
489 const size_t numVecs,
490 const bool zeroOut =
true);
503 const Teuchos::DataAccess copyOrView);
521 const Teuchos::ArrayView<const Scalar>& A,
523 const size_t NumVectors);
539 const Teuchos::ArrayView<
const Teuchos::ArrayView<const Scalar> >&ArrayOfPtrs,
540 const size_t NumVectors);
596 const typename dual_view_type::t_dev& d_view);
633 const wrapped_dual_view_type& d_view);
666 const Teuchos::ArrayView<const size_t>& whichVectors);
686 const wrapped_dual_view_type& view,
687 const Teuchos::ArrayView<const size_t>& whichVectors);
720 const Teuchos::ArrayView<const size_t>& whichVectors);
783 const Teuchos::RCP<const map_type>& subMap,
794 const size_t offset = 0);
845#ifdef KOKKOS_ENABLE_SERIAL
846 ! std::is_same<execution_space, Kokkos::Serial>::value;
919 typename std::enable_if<! std::is_same<T, impl_scalar_type>::value && std::is_convertible<T, impl_scalar_type>::value,
void>::type
986 typename std::enable_if<! std::is_same<T, impl_scalar_type>::value && std::is_convertible<T, impl_scalar_type>::value,
void>::type
1062 template<
typename T>
1063 typename std::enable_if<! std::is_same<T, impl_scalar_type>::value && std::is_convertible<T, impl_scalar_type>::value,
void>::type
1127 template<
typename T>
1128 typename std::enable_if<! std::is_same<T, impl_scalar_type>::value && std::is_convertible<T, impl_scalar_type>::value,
void>::type
1148 template<
typename T>
1149 typename std::enable_if<! std::is_same<T, impl_scalar_type>::value && std::is_convertible<T, impl_scalar_type>::value,
void>::type
1182 void randomize (
const Scalar& minVal,
const Scalar& maxVal);
1289 Teuchos::RCP<MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1293 Teuchos::RCP<MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1294 subCopy (
const Teuchos::ArrayView<const size_t>& cols)
const;
1297 Teuchos::RCP<const MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1301 Teuchos::RCP<const MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1302 subView (
const Teuchos::ArrayView<const size_t>& cols)
const;
1305 Teuchos::RCP<MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1309 Teuchos::RCP<MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1374 Teuchos::RCP<const MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1376 const size_t offset)
const;
1395 Teuchos::RCP<MultiVector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1397 const size_t offset);
1400 Teuchos::RCP<const Vector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1404 Teuchos::RCP<Vector<Scalar, LocalOrdinal, GlobalOrdinal, Node> >
1408 Teuchos::ArrayRCP<const Scalar>
getData (
size_t j)
const;
1422 const size_t LDA)
const;
1431 get2dCopy (
const Teuchos::ArrayView<
const Teuchos::ArrayView<Scalar> >& ArrayOfPtrs)
const;
1441 Teuchos::ArrayRCP<Teuchos::ArrayRCP<const Scalar> >
get2dView ()
const;
1478 template<
class TargetDeviceType>
1517 template<
class TargetDeviceType>
1518 typename std::remove_reference<decltype(std::declval<dual_view_type>().template view<TargetDeviceType>())>::type::const_type
1521 return view_.template getView<TargetDeviceType>(s);
1525 template<
class TargetDeviceType>
1526 typename std::remove_reference<decltype(std::declval<dual_view_type>().template view<TargetDeviceType>())>::type
1529 return view_.template getView<TargetDeviceType>(s);
1532 template<
class TargetDeviceType>
1533 typename std::remove_reference<decltype(std::declval<dual_view_type>().template view<TargetDeviceType>())>::type
1536 return view_.template getView<TargetDeviceType>(s);
1558 const Teuchos::ArrayView<dot_type>& dots)
const;
1571 template <
typename T>
1572 typename std::enable_if< ! (std::is_same<dot_type, T>::value),
void >::type
1574 const Teuchos::ArrayView<T> &dots)
const
1576 const size_t sz =
static_cast<size_t> (dots.size ());
1577 Teuchos::Array<dot_type> dts (sz);
1579 for (
size_t i = 0; i < sz; ++i) {
1586 template <
typename T>
1587 typename std::enable_if< ! (std::is_same<dot_type, T>::value),
void >::type
1589 std::vector<T>& dots)
const
1591 const size_t sz = dots.size ();
1592 Teuchos::Array<dot_type> dts (sz);
1594 for (
size_t i = 0; i < sz; ++i) {
1619 const Kokkos::View<dot_type*, Kokkos::HostSpace>& norms)
const;
1621 template<
class ViewType>
1623 dot (
typename std::enable_if<std::is_same<typename ViewType::value_type,dot_type>::value &&
1624 std::is_same<typename ViewType::memory_space,typename device_type::memory_space>::value,
1626 const ViewType& dots)
const {
1627 const Kokkos::View<dot_type*, Kokkos::HostSpace> h_dots(
"Tpetra::Dots",dots.extent(0));
1628 this->
dot (A, h_dots);
1630 Kokkos::deep_copy(dots,h_dots);
1645 template <
typename T>
1646 typename std::enable_if< ! (std::is_same<dot_type, T>::value),
void >::type
1648 const Kokkos::View<T*, device_type>& dots)
const
1650 const size_t numDots = dots.extent (0);
1651 Kokkos::View<dot_type*, device_type> dts (
"MV::dot tmp", numDots);
1662 Kokkos::deep_copy (dots, dts);
1688 void scale (
const Teuchos::ArrayView<const Scalar>& alpha);
1698 void scale (
const Kokkos::View<const impl_scalar_type*, device_type>& alpha);
1721 const Scalar& beta);
1734 const Scalar& gamma);
1748 norm1 (
const Kokkos::View<mag_type*, Kokkos::HostSpace>& norms)
const;
1750 template<
class ViewType>
1751 typename std::enable_if<std::is_same<typename ViewType::value_type,mag_type>::value &&
1752 std::is_same<typename ViewType::memory_space,typename device_type::memory_space>::value>::type
1753 norm1 (
const ViewType& norms)
const {
1757 using host_norms_view_type = Kokkos::View<mag_type*, Kokkos::HostSpace>;
1758 host_norms_view_type h_norms (
"Tpetra::MV::h_norms", norms.extent (0));
1759 this->
norm1 (h_norms);
1779 template <
typename T>
1780 typename std::enable_if< ! (std::is_same<mag_type, T>::value),
void >::type
1781 norm1 (
const Kokkos::View<T*, device_type>& norms)
const
1783 const size_t numNorms = norms.extent (0);
1784 Kokkos::View<mag_type*, device_type> tmpNorms (
"MV::norm1 tmp", numNorms);
1786 this->
norm1 (tmpNorms);
1793 Kokkos::deep_copy (norms, tmpNorms);
1799 void norm1 (
const Teuchos::ArrayView<mag_type>& norms)
const;
1815 template <
typename T>
1816 typename std::enable_if< ! (std::is_same<mag_type,T>::value),
void >::type
1817 norm1 (
const Teuchos::ArrayView<T>& norms)
const
1819 typedef typename Teuchos::ArrayView<T>::size_type size_type;
1820 const size_type sz = norms.size ();
1821 Teuchos::Array<mag_type> theNorms (sz);
1822 this->
norm1 (theNorms);
1823 for (size_type i = 0; i < sz; ++i) {
1825 norms[i] = theNorms[i];
1842 norm2 (
const Kokkos::View<mag_type*, Kokkos::HostSpace>& norms)
const;
1844 template<
class ViewType>
1845 typename std::enable_if<std::is_same<typename ViewType::value_type,mag_type>::value &&
1846 std::is_same<typename ViewType::memory_space,typename device_type::memory_space>::value>::type
1847 norm2 (
const ViewType& norms)
const {
1851 using host_norms_view_type = Kokkos::View<mag_type*, Kokkos::HostSpace>;
1852 host_norms_view_type h_norms (
"Tpetra::MV::h_norms", norms.extent (0));
1853 this->
norm2 (h_norms);
1855 Kokkos::deep_copy (norms, h_norms);
1871 template<
typename T>
1872 typename std::enable_if< ! (std::is_same<mag_type, T>::value),
void >::type
1873 norm2 (
const Kokkos::View<T*, device_type>& norms)
const
1875 const size_t numNorms = norms.extent (0);
1876 Kokkos::View<mag_type*, device_type> theNorms (
"MV::norm2 tmp", numNorms);
1878 this->
norm2 (theNorms);
1885 Kokkos::deep_copy (norms, theNorms);
1891 void norm2 (
const Teuchos::ArrayView<mag_type>& norms)
const;
1907 template <
typename T>
1908 typename std::enable_if< ! (std::is_same<mag_type,T>::value),
void >::type
1909 norm2 (
const Teuchos::ArrayView<T>& norms)
const
1911 typedef typename Teuchos::ArrayView<T>::size_type size_type;
1912 const size_type sz = norms.size ();
1913 Teuchos::Array<mag_type> theNorms (sz);
1914 this->
norm2 (theNorms);
1915 for (size_type i = 0; i < sz; ++i) {
1917 norms[i] = theNorms[i];
1927 void normInf (
const Kokkos::View<mag_type*, Kokkos::HostSpace>& norms)
const;
1929 template<
class ViewType>
1930 typename std::enable_if<std::is_same<typename ViewType::value_type,mag_type>::value &&
1931 std::is_same<typename ViewType::memory_space,typename device_type::memory_space>::value>::type
1932 normInf (
const ViewType& norms)
const {
1936 using host_norms_view_type = Kokkos::View<mag_type*, Kokkos::HostSpace>;
1937 host_norms_view_type h_norms (
"Tpetra::MV::h_norms", norms.extent (0));
1956 template<
typename T>
1957 typename std::enable_if< ! (std::is_same<mag_type, T>::value),
void >::type
1958 normInf (
const Kokkos::View<T*, device_type>& norms)
const
1960 const size_t numNorms = norms.extent (0);
1961 Kokkos::View<mag_type*, device_type> theNorms (
"MV::normInf tmp", numNorms);
1970 Kokkos::deep_copy (norms, theNorms);
1977 void normInf (
const Teuchos::ArrayView<mag_type>& norms)
const;
1994 template <
typename T>
1995 typename std::enable_if< ! (std::is_same<mag_type,T>::value),
void >::type
1996 normInf (
const Teuchos::ArrayView<T>& norms)
const
1998 typedef typename Teuchos::ArrayView<T>::size_type size_type;
1999 const size_type sz = norms.size ();
2000 Teuchos::Array<mag_type> theNorms (sz);
2001 this->
norm2 (theNorms);
2002 for (size_type i = 0; i < sz; ++i) {
2004 norms[i] = theNorms[i];
2013 void meanValue (
const Teuchos::ArrayView<impl_scalar_type>& means)
const;
2015 template <
typename T>
2016 typename std::enable_if<! std::is_same<impl_scalar_type, T>::value,
void>::type
2017 meanValue (
const Teuchos::ArrayView<T>& means)
const
2019 typedef typename Teuchos::Array<T>::size_type size_type;
2020 const size_type numMeans = means.size ();
2022 Teuchos::Array<impl_scalar_type> theMeans (numMeans);
2024 for (size_type k = 0; k < numMeans; ++k) {
2025 means[k] =
static_cast<T
> (theMeans[k]);
2036 Teuchos::ETransp transB,
2037 const Scalar& alpha,
2040 const Scalar& beta);
2135 const Teuchos::EVerbosityLevel verbLevel =
2136 Teuchos::Describable::verbLevel_default)
const override;
2166 TEUCHOS_TEST_FOR_EXCEPTION(
2167 copyOrView == Teuchos::Copy, std::invalid_argument,
2168 "Tpetra::MultiVector::setCopyOrView: The Kokkos refactor version of "
2169 "MultiVector _only_ implements view semantics. You may not call this "
2170 "method with copyOrView = Teuchos::Copy. The only valid argument is "
2183 return Teuchos::View;
2206 Teuchos::RCP<MultiVector<T, LocalOrdinal, GlobalOrdinal, Node> >
2226 template <
class DS,
class DL,
class DG,
class DN,
2227 class SS,
class SL,
class SG,
class SN>
2254 template<
class SC,
class LO,
class GO,
class NT>
2255 friend ::Teuchos::ArrayView<const size_t> getMultiVectorWhichVectors (const ::Tpetra::MultiVector<SC, LO, GO, NT>& X);
2294 const std::string& className,
2295 const Teuchos::EVerbosityLevel verbLevel =
2296 Teuchos::Describable::verbLevel_default)
const;
2299 bool vectorIndexOutOfRange (
const size_t VectorIndex)
const;
2306 Teuchos::ArrayRCP<T>
2340 virtual void copyAndPermute(
2342 const Kokkos::DualView<const local_ordinal_type *, buffer_device_type>
2344 const Kokkos::DualView<const local_ordinal_type *, buffer_device_type>
2350 const Kokkos::DualView<const local_ordinal_type *, buffer_device_type>
2352 const Kokkos::DualView<const local_ordinal_type *, buffer_device_type>
2360 const Kokkos::DualView<
2369 size_t& constantNumPackets,
2375 const Kokkos::DualView<
2384 size_t& constantNumPackets)
override;
2388 (
const Kokkos::DualView<
2397 const size_t constantNumPackets,
2403 (
const Kokkos::DualView<
2412 const size_t constantNumPackets,
2419 template<
class NO=Node>
2420 typename std::enable_if<std::is_same<typename Tpetra::Details::DefaultTypes::CommBufferMemorySpace<typename NO::execution_space>::type,
2421 typename NO::device_type::memory_space>::value,
bool>::type
2422 reallocImportsIfNeededImpl (
const size_t newSize,
2424 const std::string* prefix,
2425 const bool areRemoteLIDsContiguous,
2430 template<
class NO=Node>
2431 typename std::enable_if<!std::is_same<typename Tpetra::Details::DefaultTypes::CommBufferMemorySpace<typename NO::execution_space>::type,
2432 typename NO::device_type::memory_space>::value,
bool>::type
2433 reallocImportsIfNeededImpl (
const size_t newSize,
2435 const std::string* prefix,
2436 const bool areRemoteLIDsContiguous,
2443 const std::string* prefix,
2444 const bool areRemoteLIDsContiguous=
false,
2449 bool importsAreAliased();
2452 Kokkos::DualView<impl_scalar_type*, buffer_device_type> unaliased_imports_;
2457 template<
class SC,
class LO,
class GO,
class NT>
2458 Teuchos::ArrayView<const size_t>
2467 template <
class ST,
class LO,
class GO,
class NT>
2479 template <
class DS,
class DL,
class DG,
class DN,
2480 class SS,
class SL,
class SG,
class SN>
2485 using ::Tpetra::getMultiVectorWhichVectors;
2487 TEUCHOS_TEST_FOR_EXCEPTION(
2490 "Tpetra::deep_copy: Global dimensions of the two Tpetra::MultiVector "
2491 "objects do not match. src has dimensions [" << src.
getGlobalLength ()
2492 <<
"," << src.
getNumVectors () <<
"], and dst has dimensions ["
2496 TEUCHOS_TEST_FOR_EXCEPTION(
2498 "Tpetra::deep_copy: The local row counts of the two Tpetra::MultiVector "
2499 "objects do not match. src has " << src.
getLocalLength () <<
" row(s) "
2505 if (srcMostUpToDateOnDevice) {
2517 auto dstWhichVecs = getMultiVectorWhichVectors (dst);
2518 auto srcWhichVecs = getMultiVectorWhichVectors (src);
2520 if (srcMostUpToDateOnDevice) {
2545 template<
class SC,
class LO,
class GO,
class NT>
2546 class TypeNameTraits<
Tpetra::MultiVector<SC, LO, GO, NT> > {
2548 static std::string name () {
2549 return std::string (
"Tpetra::MultiVector<") +
2550 TypeNameTraits<SC>::name () +
"," +
2551 TypeNameTraits<LO>::name () +
"," +
2552 TypeNameTraits<GO>::name () +
"," +
2553 TypeNameTraits<NT>::name () +
">";
2557 concreteName (
const Tpetra::MultiVector<SC, LO, GO, NT>&) {
Declaration of Tpetra::Details::Behavior, a class that describes Tpetra's behavior.
Forward declaration of Tpetra::FEMultiVector.
Forward declaration of Tpetra::Map.
Forward declaration of Tpetra::MultiVector.
Forward declaration of Tpetra::Vector.
A wrapper around Kokkos::DualView to safely manage data that might be replicated between host and dev...
DistObject(const Teuchos::RCP< const map_type > &map)
A parallel distribution of indices over processes.
typename node_type::device_type device_type
One or more distributed dense vectors.
MultiVector(const Teuchos::RCP< const map_type > &map, const Teuchos::ArrayView< const Scalar > &A, const size_t LDA, const size_t NumVectors)
Create multivector by copying two-dimensional array of local data.
typename map_type::global_ordinal_type global_ordinal_type
void reciprocal(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A)
Put element-wise reciprocal values of input Multi-vector in target, this(i,j) = 1/A(i,...
void normInf(const Kokkos::View< mag_type *, Kokkos::HostSpace > &norms) const
Compute the infinity-norm of each vector (column), storing the result in a host View.
void get1dCopy(const Teuchos::ArrayView< Scalar > &A, const size_t LDA) const
Fill the given array with a copy of this multivector's local values.
typename DistObject< scalar_type, local_ordinal_type, global_ordinal_type, node_type >::buffer_device_type buffer_device_type
size_t getStride() const
Stride between columns in the multivector.
typename Kokkos::Details::InnerProductSpaceTraits< impl_scalar_type >::dot_type dot_type
typename map_type::node_type node_type
void scale(const Scalar &alpha, const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A)
Scale in place: this = alpha * A.
Teuchos::RCP< const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > subView(const Teuchos::ArrayView< const size_t > &cols) const
Return a const MultiVector with const views of selected columns.
virtual bool reallocImportsIfNeeded(const size_t newSize, const bool verbose, const std::string *prefix, const bool areRemoteLIDsContiguous=false, const CombineMode CM=INSERT) override
Reallocate imports_ if needed.
void reduce()
Sum values of a locally replicated multivector across all processes.
virtual bool checkSizes(const SrcDistObject &sourceObj) override
Whether data redistribution between sourceObj and this object is legal.
void randomize()
Set all values in the multivector to pseudorandom numbers.
typename map_type::local_ordinal_type local_ordinal_type
void deep_copy(MultiVector< DS, DL, DG, DN > &dst, const MultiVector< SS, SL, SG, SN > &src)
Copy the contents of the MultiVector src into dst.
void scale(const Scalar &alpha)
Scale in place: this = alpha*this.
Teuchos::RCP< const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > subView(const Teuchos::Range1D &colRng) const
Return a const MultiVector with const views of selected columns.
MultiVector(const Teuchos::RCP< const map_type > &map, const dual_view_type &view, const Teuchos::ArrayView< const size_t > &whichVectors)
Expert mode constructor for noncontiguous views.
std::enable_if<!std::is_same< T, impl_scalar_type >::value &&std::is_convertible< T, impl_scalar_type >::value, void >::type replaceGlobalValue(GlobalOrdinal globalRow, size_t col, const T &value)
Like the above replaceGlobalValue, but only enabled if T differs from impl_scalar_type.
void dot(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const Teuchos::ArrayView< dot_type > &dots) const
Compute the dot product of each corresponding pair of vectors (columns) in A and B.
void describeImpl(Teuchos::FancyOStream &out, const std::string &className, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const
Implementation of describe() for this class, and its subclass Vector.
Teuchos::RCP< const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > offsetView(const Teuchos::RCP< const map_type > &subMap, const size_t offset) const
Return a const view of a subset of rows.
dual_view_type::t_dev getLocalViewDevice(Access::ReadWriteStruct)
Return a mutable, up-to-date view of this MultiVector's local data on device. This requires that ther...
virtual void removeEmptyProcessesInPlace(const Teuchos::RCP< const map_type > &newMap) override
Remove processes owning zero rows from the Map and their communicator.
Teuchos::ArrayRCP< Scalar > get1dViewNonConst()
Nonconst persisting (1-D) view of this multivector's local values.
void assign(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &src)
Copy the contents of src into *this (deep copy).
MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > & operator=(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &)=default
Copy assigment (shallow copy).
MultiVector(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &source, const Teuchos::DataAccess copyOrView)
Copy constructor, with option to do deep or shallow copy.
Teuchos::RCP< Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > getVectorNonConst(const size_t j)
Return a Vector which is a nonconst view of column j.
void meanValue(const Teuchos::ArrayView< impl_scalar_type > &means) const
Compute mean (average) value of each column.
std::string descriptionImpl(const std::string &className) const
Implementation of description() for this class, and its subclass Vector.
void multiply(Teuchos::ETransp transA, Teuchos::ETransp transB, const Scalar &alpha, const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &B, const Scalar &beta)
Matrix-matrix multiplication: this = beta*this + alpha*op(A)*op(B).
bool need_sync_device() const
Whether this MultiVector needs synchronization to the device.
wrapped_dual_view_type view_
MultiVector(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &X, const map_type &subMap, const size_t offset=0)
"Offset view" constructor, that takes the new Map as a const Map& rather than by RCP.
void replaceLocalValue(const LocalOrdinal lclRow, const size_t col, const impl_scalar_type &value)
Replace value in host memory, using local (row) index.
virtual void copyAndPermute(const SrcDistObject &sourceObj, 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 CombineMode CM) override
Perform copies and permutations that are local to the calling (MPI) process.
std::remove_reference< decltype(std::declval< dual_view_type >().templateview< TargetDeviceType >())>::type::const_type getLocalView(Access::ReadOnlyStruct s) const
std::enable_if<!std::is_same< T, impl_scalar_type >::value &&std::is_convertible< T, impl_scalar_type >::value, void >::type putScalar(const T &value)
Set all values in the multivector with the given value.
void swap(MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &mv)
Swap contents of mv with contents of *this.
size_t getLocalLength() const
Local number of rows on the calling process.
std::enable_if<!std::is_same< T, impl_scalar_type >::value &&std::is_convertible< T, impl_scalar_type >::value, void >::type sumIntoGlobalValue(const GlobalOrdinal gblRow, const size_t col, const T &val, const bool atomic=useAtomicUpdatesByDefault)
Like the above sumIntoGlobalValue, but only enabled if T differs from impl_scalar_type.
Teuchos::RCP< MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > subCopy(const Teuchos::Range1D &colRng) const
Return a MultiVector with copies of selected columns.
Teuchos::ArrayRCP< const Scalar > getData(size_t j) const
Const view of the local values in a particular vector of this multivector.
bool need_sync_host() const
Whether this MultiVector needs synchronization to the host.
Teuchos::RCP< const Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > getVector(const size_t j) const
Return a Vector which is a const view of column j.
Kokkos::DualView< impl_scalar_type **, Kokkos::LayoutLeft, device_type > dual_view_type
bool need_sync() const
Whether this MultiVector needs synchronization to the given space.
void norm2(const Kokkos::View< mag_type *, Kokkos::HostSpace > &norms) const
Compute the two-norm of each vector (column), storing the result in a host View.
MultiVector(const Teuchos::RCP< const map_type > &map, const wrapped_dual_view_type &d_view)
Expert mode constructor, that takes a WrappedDualView of the MultiVector's data.
global_size_t getGlobalLength() const
Global number of rows in the multivector.
Teuchos::ArrayRCP< const Scalar > get1dView() const
Const persisting (1-D) view of this multivector's local values.
dual_view_type::t_host getLocalViewHost(Access::ReadWriteStruct)
Return a mutable, up-to-date view of this MultiVector's local data on host. This requires that there ...
typename Kokkos::ArithTraits< Scalar >::val_type impl_scalar_type
Teuchos::ArrayRCP< T > getSubArrayRCP(Teuchos::ArrayRCP< T > arr, size_t j) const
Persisting view of j-th column in the given ArrayRCP.
void replaceGlobalValue(const GlobalOrdinal gblRow, const size_t col, const impl_scalar_type &value)
Replace value in host memory, using global row index.
typename map_type::device_type device_type
void elementWiseMultiply(Scalar scalarAB, const Vector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &B, Scalar scalarThis)
Multiply a Vector A elementwise by a MultiVector B.
void setCopyOrView(const Teuchos::DataAccess copyOrView)
Set whether this has copy (copyOrView = Teuchos::Copy) or view (copyOrView = Teuchos::View) semantics...
size_t getNumVectors() const
Number of columns in the multivector.
MultiVector(const Teuchos::RCP< const map_type > &map, const wrapped_dual_view_type &view, const Teuchos::ArrayView< const size_t > &whichVectors)
Expert mode constructor for noncontiguous views.
Map< LO, GO, node_type > map_type
virtual size_t constantNumberOfPackets() const override
Number of packets to send per LID.
void sumIntoLocalValue(const LocalOrdinal lclRow, const size_t col, const impl_scalar_type &val, const bool atomic=useAtomicUpdatesByDefault)
Update (+=) a value in host memory, using local row index.
void norm1(const Teuchos::ArrayView< mag_type > &norms) const
Compute the one-norm of each vector (column).
void replaceMap(const Teuchos::RCP< const map_type > &map)
Replace the underlying Map in place.
Teuchos::DataAccess getCopyOrView() const
Get whether this has copy (copyOrView = Teuchos::Copy) or view (copyOrView = Teuchos::View) semantics...
Teuchos::RCP< MultiVector< T, LocalOrdinal, GlobalOrdinal, Node > > convert() const
Return another MultiVector with the same entries, but converted to a different Scalar type T.
MultiVector(const Teuchos::RCP< const map_type > &map, const Teuchos::ArrayView< const Teuchos::ArrayView< const Scalar > > &ArrayOfPtrs, const size_t NumVectors)
Create multivector by copying array of views of local data.
void scale(const Kokkos::View< const impl_scalar_type *, device_type > &alpha)
Scale each column in place: this[j] = alpha[j]*this[j].
dual_view_type::t_dev::const_type getLocalViewDevice(Access::ReadOnlyStruct) const
Return a read-only, up-to-date view of this MultiVector's local data on device. This requires that th...
typename device_type::execution_space execution_space
void norm2(const Teuchos::ArrayView< mag_type > &norms) const
Compute the two-norm of each vector (column).
void abs(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A)
Put element-wise absolute values of input Multi-vector in target: A = abs(this).
MultiVector(const Teuchos::RCP< const map_type > &map, const dual_view_type &view)
Constructor, that takes a Kokkos::DualView of the MultiVector's data, and returns a MultiVector that ...
void norm1(const Kokkos::View< mag_type *, Kokkos::HostSpace > &norms) const
Compute the one-norm of each vector (column), storing the result in a host view.
virtual void describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const override
Print the object with the given verbosity level to a FancyOStream.
void scale(const Teuchos::ArrayView< const Scalar > &alpha)
Scale each column in place: this[j] = alpha[j]*this[j].
void get2dCopy(const Teuchos::ArrayView< const Teuchos::ArrayView< Scalar > > &ArrayOfPtrs) const
Fill the given array with a copy of this multivector's local values.
void sumIntoGlobalValue(const GlobalOrdinal gblRow, const size_t col, const impl_scalar_type &value, const bool atomic=useAtomicUpdatesByDefault)
Update (+=) a value in host memory, using global row index.
void dot(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const Kokkos::View< dot_type *, Kokkos::HostSpace > &norms) const
Compute the dot product of each corresponding pair of vectors (columns) in A and B,...
void normInf(const Teuchos::ArrayView< mag_type > &norms) const
Compute the infinity-norm of each vector (column), storing the result in a Teuchos::ArrayView.
bool aliases(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &other) const
Whether this multivector's memory might alias other. This is conservative: if either this or other is...
dual_view_type::t_dev getLocalViewDevice(Access::OverwriteAllStruct)
Return a mutable view of this MultiVector's local data on device, assuming all existing data will be ...
dual_view_type::t_host::const_type getLocalViewHost(Access::ReadOnlyStruct) const
Return a read-only, up-to-date view of this MultiVector's local data on host. This requires that ther...
Teuchos::RCP< MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > subViewNonConst(const Teuchos::Range1D &colRng)
Return a MultiVector with views of selected columns.
MultiVector(const Teuchos::RCP< const map_type > &map, const dual_view_type &view, const dual_view_type &origView)
Expert mode constructor, that takes a Kokkos::DualView of the MultiVector's data and the "original" K...
MultiVector(MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &&)=default
Move constructor (shallow move).
MultiVector(const Teuchos::RCP< const map_type > &map, const dual_view_type &view, const dual_view_type &origView, const Teuchos::ArrayView< const size_t > &whichVectors)
Expert mode constructor for noncontiguous views, with original view.
Teuchos::Array< size_t > whichVectors_
MultiVector(const Teuchos::RCP< const map_type > &map, const size_t numVecs, const bool zeroOut=true)
Basic constuctor.
Teuchos::RCP< MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > subCopy(const Teuchos::ArrayView< const size_t > &cols) const
Return a MultiVector with copies of selected columns.
Teuchos::ArrayRCP< Scalar > getDataNonConst(size_t j)
View of the local values in a particular vector of this multivector.
bool isConstantStride() const
Whether this multivector has constant stride between columns.
typename Kokkos::ArithTraits< impl_scalar_type >::mag_type mag_type
size_t getOrigNumLocalCols() const
"Original" number of columns in the (local) data.
MultiVector(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &X, const Teuchos::RCP< const map_type > &subMap, const local_ordinal_type rowOffset=0)
"Offset view" constructor; make a view of a contiguous subset of rows on each process.
Teuchos::ArrayRCP< Teuchos::ArrayRCP< Scalar > > get2dViewNonConst()
Return non-const persisting pointers to values.
virtual std::string description() const override
A simple one-line description of this object.
std::enable_if<!std::is_same< T, impl_scalar_type >::value &&std::is_convertible< T, impl_scalar_type >::value, void >::type replaceLocalValue(const LocalOrdinal lclRow, const size_t col, const T &val)
Like the above replaceLocalValue, but only enabled if T differs from impl_scalar_type.
Teuchos::RCP< MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > subViewNonConst(const Teuchos::ArrayView< const size_t > &cols)
Return a MultiVector with views of selected columns.
Teuchos::RCP< MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > offsetViewNonConst(const Teuchos::RCP< const map_type > &subMap, const size_t offset)
Return a nonconst view of a subset of rows.
MultiVector(const Teuchos::RCP< const map_type > &map, const typename dual_view_type::t_dev &d_view)
Constructor, that takes a Kokkos::View of the MultiVector's data (living in the Device's memory space...
void randomize(const Scalar &minVal, const Scalar &maxVal)
Set all values in the multivector to pseudorandom numbers in the given range.
dual_view_type::t_host getLocalViewHost(Access::OverwriteAllStruct)
Return a mutable view of this MultiVector's local data on host, assuming all existing data will be ov...
std::string localDescribeToString(const Teuchos::EVerbosityLevel vl) const
Print the calling process' verbose describe() information to the returned string.
std::enable_if<!std::is_same< T, impl_scalar_type >::value &&std::is_convertible< T, impl_scalar_type >::value, void >::type sumIntoLocalValue(const LocalOrdinal lclRow, const size_t col, const T &val, const bool atomic=useAtomicUpdatesByDefault)
Like the above sumIntoLocalValue, but only enabled if T differs from impl_scalar_type.
bool isSameSize(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &vec) const
size_t getOrigNumLocalRows() const
"Original" number of rows in the (local) data.
MultiVector(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &)=default
Copy constructor (shallow copy).
Teuchos::ArrayRCP< Teuchos::ArrayRCP< const Scalar > > get2dView() const
Return const persisting pointers to values.
virtual ~MultiVector()=default
Destructor (virtual for memory safety of derived classes).
MultiVector(const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &X, const size_t j)
Single-column subview constructor, for derived classes ONLY.
static const bool useAtomicUpdatesByDefault
void update(const Scalar &alpha, const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const Scalar &beta, const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &B, const Scalar &gamma)
Update: this = gamma*this + alpha*A + beta*B.
void putScalar(const Scalar &value)
Set all values in the multivector with the given value.
void update(const Scalar &alpha, const MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > &A, const Scalar &beta)
Update: this = beta*this + alpha*A.
Abstract base class for objects that can be the source of an Import or Export operation.
A distributed dense vector.
Teuchos::RCP< MultiVector< Scalar, LocalOrdinal, GlobalOrdinal, Node > > createMultiVector(const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map, const size_t numVectors)
Nonmember MultiVector "constructor": Create a MultiVector from a given Map.
void localDeepCopyConstStride(const DstViewType &dst, const SrcViewType &src)
Implementation of Tpetra::MultiVector deep copy of local data, for when both the source and destinati...
void localDeepCopy(const DstViewType &dst, const SrcViewType &src, const bool dstConstStride, const bool srcConstStride, const DstWhichVecsType &dstWhichVecs, const SrcWhichVecsType &srcWhichVecs)
Implementation of Tpetra::MultiVector deep copy of local data.
Namespace Tpetra contains the class and methods constituting the Tpetra library.
void deep_copy(MultiVector< DS, DL, DG, DN > &dst, const MultiVector< SS, SL, SG, SN > &src)
Copy the contents of the MultiVector src into dst.
size_t global_size_t
Global size_t object.
MultiVector< ST, LO, GO, NT > createCopy(const MultiVector< ST, LO, GO, NT > &src)
Return a deep copy of the given MultiVector.
CombineMode
Rule for combining data in an Import or Export.
@ INSERT
Insert new values that don't currently exist.