Template Numerical Library version\ main:f17d0c8
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Protected Member Functions | List of all members
TNL::Graphs::GraphWriter< Graph > Struct Template Reference

Public Types

using DeviceType = typename GraphType::DeviceType
 
using GraphType = Graph
 
using HostMatrixType = typename MatrixType::template Self< ValueType, Devices::Host >
 
using IndexType = typename GraphType::IndexType
 
using MatrixType = typename GraphType::MatrixType
 
using ValueType = typename GraphType::ValueType
 

Static Public Member Functions

static void writeEdgeList (const TNL::String &fileName, const Graph &graph)
 
static void writeEdgeList (std::ostream &str, const Graph &graph)
 

Static Protected Member Functions

template<typename Matrix >
static void writeEdgeList (std::ostream &str, const Matrix &matrix)
 

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