ddenseMatrix-class(Matrix)
ddenseMatrix-class()所属R语言包:Matrix
Virtual Class "ddenseMatrix" of Numeric Dense Matrices
虚拟教室“ddenseMatrix”数字稠密矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is the virtual class of all dense numeric (i.e., double, hence “ddense”) S4 matrices.
这是所有密集的数字(即双,因此,“ddense”)中S4中矩阵的虚拟课堂。
Its most important subclass is the dgeMatrix class.
其最重要的子类是dgeMatrix类。
延伸----------Extends----------
Class "dMatrix" directly; class "Matrix", by the above.
类"dMatrix"直接类"Matrix",由以上。
插槽----------Slots----------
the same slots at its subclass dgeMatrix, see there.
在其子类的相同插槽dgeMatrix,看到有。
方法----------Methods----------
Most methods are implemented via as(*, "dgeMatrix") and are mainly used as “fallbacks” when the subclass doesn't need its own specialized method.
大多数方法都是通过as(*, "dgeMatrix")实施,主要用于“回退”,当子类并不需要自身的专业方法。
Use showMethods(class = "ddenseMatrix", where = "package:Matrix") for an overview.
使用showMethods(class = "ddenseMatrix", where = "package:Matrix")概述。
参见----------See Also----------
The virtual classes Matrix, dMatrix, and dsparseMatrix.
虚拟类Matrix,dMatrix,dsparseMatrix。
举例----------Examples----------
showClass("ddenseMatrix")
showMethods(class = "ddenseMatrix", where = "package:Matrix")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|