hops
Public Member Functions | List of all members
hops::SbmlModel< MatrixType, VectorType > Class Template Reference

#include <SbmlModel.hpp>

Collaboration diagram for hops::SbmlModel< MatrixType, VectorType >:
Collaboration graph

Public Member Functions

MatrixType getConstraintMatrix () const
 
void setConstraintMatrix (MatrixType newConstraintMatrix)
 
VectorType getConstraintVector () const
 
void setConstraintVector (VectorType newConstraintVector)
 
VectorType getLowerBounds () const
 
void setLowerBounds (VectorType newLowerBounds)
 
VectorType getUpperBounds () const
 
void setUpperBounds (VectorType newUpperBounds)
 
const std::vector< std::string > & getParameterNames () const
 
void setParameterNames (const std::vector< std::string > &newParameterNames)
 
MatrixType getStoichiometry () const
 
void setStoichiometry (MatrixType stoichiometry)
 

Member Function Documentation

◆ getConstraintMatrix()

template<typename MatrixType , typename VectorType >
MatrixType hops::SbmlModel< MatrixType, VectorType >::getConstraintMatrix ( ) const
inline

◆ getConstraintVector()

template<typename MatrixType , typename VectorType >
VectorType hops::SbmlModel< MatrixType, VectorType >::getConstraintVector ( ) const
inline

◆ getLowerBounds()

template<typename MatrixType , typename VectorType >
VectorType hops::SbmlModel< MatrixType, VectorType >::getLowerBounds ( ) const
inline

◆ getParameterNames()

template<typename MatrixType , typename VectorType >
const std::vector<std::string>& hops::SbmlModel< MatrixType, VectorType >::getParameterNames ( ) const
inline

◆ getStoichiometry()

template<typename MatrixType , typename VectorType >
MatrixType hops::SbmlModel< MatrixType, VectorType >::getStoichiometry ( ) const
inline

◆ getUpperBounds()

template<typename MatrixType , typename VectorType >
VectorType hops::SbmlModel< MatrixType, VectorType >::getUpperBounds ( ) const
inline

◆ setConstraintMatrix()

template<typename MatrixType , typename VectorType >
void hops::SbmlModel< MatrixType, VectorType >::setConstraintMatrix ( MatrixType  newConstraintMatrix)
inline

◆ setConstraintVector()

template<typename MatrixType , typename VectorType >
void hops::SbmlModel< MatrixType, VectorType >::setConstraintVector ( VectorType  newConstraintVector)
inline

◆ setLowerBounds()

template<typename MatrixType , typename VectorType >
void hops::SbmlModel< MatrixType, VectorType >::setLowerBounds ( VectorType  newLowerBounds)
inline

◆ setParameterNames()

template<typename MatrixType , typename VectorType >
void hops::SbmlModel< MatrixType, VectorType >::setParameterNames ( const std::vector< std::string > &  newParameterNames)
inline

◆ setStoichiometry()

template<typename MatrixType , typename VectorType >
void hops::SbmlModel< MatrixType, VectorType >::setStoichiometry ( MatrixType  stoichiometry)
inline

◆ setUpperBounds()

template<typename MatrixType , typename VectorType >
void hops::SbmlModel< MatrixType, VectorType >::setUpperBounds ( VectorType  newUpperBounds)
inline

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