fmel-method(rPorta)
fmel-method()所属R语言包:rPorta
Method "fmel"
法“fmel”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Projection of linear system on subspaces xi = 0.
投影子空间上的线性系统的XI = 0。
用法----------Usage----------
## S4 method for signature 'ieqFile':
fmel(object,chernikov_rule_off=FALSE,long_arithmetic=FALSE)
参数----------Arguments----------
参数:object
Object of class ieqFile
对象的类ieqFile的
参数:chernikov_rule_off
Fourier-Motzkin elimination without using the rule of Chernikov
傅立叶Motzkin的消除,而无需使用规则的切尔尼科夫
参数:long_arithmetic
Use long integers for intermediate results.
使用长整数的中间结果。
Details
详细信息----------Details----------
fmel takes a system of linear inequalities as input and eliminates choosen variables. That is, fmel projects the given system to the subspace given by xi = 0, for i is contained in I, where I is the index set of the variables that should be eliminated.
fmel需要系统的线性不等式作为输入,,并消除choosen变量。也就是说,fmel为xi = 0时给定的子空间投影在给定的系统,对于i包含在I,其中I是应该被淘汰的变量的索引集。
The set I and the elimination order are given in the input object in the slot elimination_order, containing exactly dim integers, where dim is the dimension of the problem.
我和消除顺序在输入对象的插槽中的一组elimination_order,完全昏暗朦胧的整数,其中是尺寸的问题。
A '0' as the i-th entry of elimination_order indicates that the i-th variable should not be eliminated, that is, i is not in I. An entry 'j', for 0 < j < dim, as the i-th entry of elimination_order indicates that the i-th variable should be eliminated in the j-th iteration. (All nonzero numbers must be different and it must be possible to put them into an order 1,2,3,4...)
一个0作为第i个条目elimination_order表示不应该被淘汰的第i个变量,即,i是不是在IJ的条目,适用于0 <j时<暗淡,作为第i个输入elimination_order表示应消除在第j次迭代的第i个变量。 (所有非零数必须是不同的,它必须能够把它们成一个订单1,2,3,4 ...)
值----------Value----------
Returns the resulting inequalities as an ieqFile object.
返回结果的不平等ieqFile对象。
(作者)----------Author(s)----------
Robin Nunkesser <a href="mailto:Robin.Nunkesser@tu-dortmund.de">Robin.Nunkesser@tu-dortmund.de</a>
参见----------See Also----------
"ieqFile"
"ieqFile"
实例----------Examples----------
# Fourier-Motzkin elimination of an ieqFile[傅立叶Motzkin的消除的ieqFile的]
fmel(example.ieq())
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|