extractEq {GPoM} | R Documentation |
extractEq : Extracts Equations from one system
Description
Combines equations of different sources
into a single system. During this combination, the polynomial
maximal degree can be either imposed or optimized to reduce
the model size. All the input have to follow
the convention defined by poLabs
.
Usage
extractEq(KL, eqVect)
Arguments
KL |
A model, provided as a matrix. |
eqVect |
A vector of integers, providing the equations numbers to be kept in the output equation system. |
Author(s)
Mireille Huc
[Package GPoM version 1.4 Index]