matrix.csc.hb-class(SparseM)
matrix.csc.hb-class()所属R语言包:SparseM
Class "matrix.csc.hb"
类“matrix.csc.hb”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A new class consists of the coefficient matrix and the right-hand-side of a linear system of equations, initial guess of the solution and the exact solutions if they exist stored in external files using the Harwell-Boeing format.
一类新的系数矩阵和右手侧的线性系统的微分方程,初始猜测的解决方案和具体的解决方案,如果它们存在的存储在哈威尔的波音格式的外部文件进行。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("matrix.csc.hb", ...).
可以创建对象通过调用的形式new("matrix.csc.hb", ...)。
插槽----------Slots----------
ra: Object of class numeric, ra component of the csc or ssc format of the coefficient matrix, X.
ra:类的对象numeric,RA组成部分,CSC或SSC格式的系数矩阵,X。
ja: Object of class integer, ja component of the csc or ssc format of the coefficient matrix, X.
ja:类的对象integer,JA组成部分,CSC或SSC格式的系数矩阵,X。
ia: Object of class numeric, ia component of the csc or ssc format of the coefficient matrix, X.
ia:对象类numeric,IA组成部分,CSC或SSC格式的系数矩阵,X.
rhs.ra: Object of class numeric, ra component of the right-hand-side, y, if stored in csc or
rhs.ra:类的对象numeric,RA组成部分的右手侧,Y,如果储存在CSC
guess: Object of class numeric or NULL vector of the initial guess of the solutions if they exist;
guess:类的对象numeric或NULL矢量的初始猜测的解决方案,如果他们存在;
xexact: Object of class numeric or NULL vector of the exact solutions, b, if they exist; a null vector otherwise.
xexact:类numeric or NULL向量的精确解,B,如果它们存在的话,一个空向量,否则的对象。
dimension: Object of class integer, dimenson of the coefficient matrix, X.
dimension:对象的类integer,dimenson的系数矩阵,X。
rhs.dim: Object of class integer, dimenson of the right-hand-side, y.
rhs.dim:类integer,dimenson的右手侧,Y的对象。
rhs.mode: Object of class character or NULL storage mode of the right-hand-side; can be full storage or
rhs.mode:对象类character or NULL的右手侧的存储模式,可以存储已满或
方法----------Methods----------
model.matrix signature(object = "matrix.csc.hb"): ...
model.matrix signature(object = "matrix.csc.hb")...
参见----------See Also----------
model.matrix, model.response,
model.matrix,model.response,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|