hops
Public Member Functions | Static Public Member Functions | List of all members
hops::SbmlReader Class Reference

#include <SbmlReader.hpp>

Collaboration diagram for hops::SbmlReader:
Collaboration graph

Public Member Functions

 SbmlReader ()=delete
 
template<typename MatrixType , typename VectorType >
hops::SbmlModel< MatrixType, VectorTypereadModel (const std::string &file)
 

Static Public Member Functions

template<typename MatrixType , typename VectorType >
static SbmlModel< MatrixType, VectorTypereadModel (const std::string &file)
 parses linear model constraints and stores them to an SbmlModel object. More...
 

Constructor & Destructor Documentation

◆ SbmlReader()

hops::SbmlReader::SbmlReader ( )
delete

Member Function Documentation

◆ readModel() [1/2]

template<typename MatrixType , typename VectorType >
static SbmlModel<MatrixType, VectorType> hops::SbmlReader::readModel ( const std::string file)
static

parses linear model constraints and stores them to an SbmlModel object.

Template Parameters
MatrixType
VectorType
Parameters
file
Returns

◆ readModel() [2/2]

template<typename MatrixType , typename VectorType >
template hops::SbmlModel< Eigen::SparseMatrix< double >, Eigen::VectorXd > hops::SbmlReader::readModel ( const std::string file)

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