S4 class describing a simpleTriplet-object
S4级描述一个simpleTriplet的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Objects of class simpleTriplet define matrices that are stored in a sparse format. Only the row- and column indices and the corresponding values of non-zero cells are stored. Additionally, the dimension of the matrix given by the total number of rows and columns is stored.
对象的类simpleTriplet定义矩阵,它们存储在一个稀疏格式。只有行和列指数,和非零单元的对应值被存储。另外,给出的矩阵的维数的行和列的总数被存储。
Details
详细信息----------Details----------
slot i: a numeric vector specifying row-indices with each value being geq 1 and
插槽i:一个数值向量,每个值指定行指数GEQ 1
j:</dt> a numeric vector specifying column-indices with each value being geq 1 and leq of the value in
j:</ dt的一个数值向量指定列的每个值GEQ和LEQ的价值指标
slot v: a numeric vector specifying the values of the matrix in cells specified by
槽v:指定所指定的单元格中的矩阵的值的一个数值向量
nrRows:</dt> a numeric vector of length 1 holding the
nrRows:</ dt的一个数值向量的长度为1,持有
nrCols:</dt> a numeric vector of length 1 holding the
nrCols:</ dt的一个数值向量的长度为1,持有
注意----------Note----------
objects of class simpleTriplet are input of slot constraints in class linProb-class and slot slot con in class cutList-class
类的对象simpleTriplet是输入插槽constraints在课堂上linProb-class和插槽插槽con在课堂上cutList-class
(作者)----------Author(s)----------
Bernhard Meindl <a href="mailto:bernhard.meindl@statistik.gv.at">bernhard.meindl@statistik.gv.at</a>