Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Static Public Member Functions | List of all members
Stokhos::MatrixMarketWriter< CrsMatrix< MatrixValue, Device, Layout > > Class Template Reference

#include <Stokhos_CrsMatrix.hpp>

Public Types

typedef CrsMatrix< MatrixValue, Device, Layout > matrix_type
 
typedef Device execution_space
 
typedef execution_space::size_type size_type
 

Static Public Member Functions

static void write (const matrix_type &A, const std::string &filename)
 

Detailed Description

template<typename MatrixValue, typename Layout, typename Device>
class Stokhos::MatrixMarketWriter< CrsMatrix< MatrixValue, Device, Layout > >

Definition at line 698 of file Stokhos_CrsMatrix.hpp.

Member Typedef Documentation

◆ matrix_type

template<typename MatrixValue , typename Layout , typename Device >
typedef CrsMatrix<MatrixValue,Device,Layout> Stokhos::MatrixMarketWriter< CrsMatrix< MatrixValue, Device, Layout > >::matrix_type

Definition at line 701 of file Stokhos_CrsMatrix.hpp.

◆ execution_space

template<typename MatrixValue , typename Layout , typename Device >
typedef Device Stokhos::MatrixMarketWriter< CrsMatrix< MatrixValue, Device, Layout > >::execution_space

Definition at line 702 of file Stokhos_CrsMatrix.hpp.

◆ size_type

template<typename MatrixValue , typename Layout , typename Device >
typedef execution_space::size_type Stokhos::MatrixMarketWriter< CrsMatrix< MatrixValue, Device, Layout > >::size_type

Definition at line 703 of file Stokhos_CrsMatrix.hpp.

Member Function Documentation

◆ write()

template<typename MatrixValue , typename Layout , typename Device >
static void Stokhos::MatrixMarketWriter< CrsMatrix< MatrixValue, Device, Layout > >::write ( const matrix_type A,
const std::string &  filename 
)
inlinestatic

Definition at line 705 of file Stokhos_CrsMatrix.hpp.


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