|
template<typename MatrixType , typename VectorType > |
MatrixType | capd::covrel::convertColumnsTo (const VectorType &column1, const VectorType &column2) |
| Converts two column vectors to given MatrixType. More...
|
|
template<typename C0SetType , typename DynSysT , typename MatrixT , typename IMatrixT > |
bool | capd::covrel::checkCoveringRelation2D (DynSysT &dynsys, const capd::covrel::HSet2D< MatrixT, IMatrixT > &N1, const capd::covrel::HSet2D< MatrixT, IMatrixT > &N2, const CheckCoveringRelation2DParameters ¶m=CheckCoveringRelation2DParameters(1, 1, 1, 1)) |
|