Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
kokkos
Stokhos_MatrixMarket.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Stokhos Package
4
//
5
// Copyright 2009 NTESS and the Stokhos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef STOKHOS_MATRIX_MARKET_HPP
11
#define STOKHOS_MATRIX_MARKET_HPP
12
13
namespace
Stokhos {
14
15
template
<
typename
MatrixType >
class
MatrixMarketWriter
;
16
17
template
<
typename
MatrixType >
18
void
write_matrix_market
(
const
MatrixType&
A
,
19
const
std::string& filename)
20
{
21
MatrixMarketWriter<MatrixType>::write
(A, filename);
22
}
23
24
}
// namespace Stokhos
25
26
#endif
A
Stokhos::MatrixMarketWriter
Definition:
Stokhos_MatrixMarket.hpp:15
Stokhos::write_matrix_market
void write_matrix_market(const MatrixType &A, const std::string &filename)
Definition:
Stokhos_MatrixMarket.hpp:18
Generated on Fri Nov 22 2024 09:18:13 for Stokhos Package Browser (Single Doxygen Collection) by
1.8.5