|
| template<typename Scalar, typename LO, typename GO, typename N> |
| Teuchos::RCP< Tpetra::CrsMatrix< Scalar, LO, GO, N > > | Stokhos::build_mean_matrix (const Tpetra::CrsMatrix< Scalar, LO, GO, N > &A) |
| |
| template<typename Scalar, typename LO, typename GO, typename N> |
| Teuchos::RCP< Tpetra::CrsMatrix< typename Scalar::value_type, LO, GO, N > > | Stokhos::build_mean_scalar_matrix (const Tpetra::CrsMatrix< Scalar, LO, GO, N > &A) |
| |
| template<typename DstView, typename SrcView> |
| void | Stokhos::copy_pce_to_scalar (const DstView &dst, const SrcView &src) |
| |
| template<typename DstView, typename SrcView> |
| void | Stokhos::copy_scalar_to_pce (const DstView &dst, const SrcView &src) |
| |