gchol.bdsmatrix-class {kinship}R Documentation

Class "gchol.bdsmatrix"

Description

an class generated from gchol(bdsmatrix object)

Objects from the Class

Objects can be created by calls of the form new("gchol.bdsmatrix", ...). or gchol(bdsmatrix object)

Slots

blocksize:
Object of class "integer" ~~
blocks:
Object of class "numeric" ~~
rmat:
Object of class "matrix" ~~
rank:
Object of class "integer" ~~
.Dim:
Object of class "integer" ~~
.Dimnames:
Object of class "list or NULL" ~~

Methods

%*%
signature(x = "matrix", y = "gchol.bdsmatrix"): ...
%*%
signature(x = "numeric", y = "gchol.bdsmatrix"): ...
[
signature(x = "gchol.bdsmatrix"): ...
coerce
signature(from = "gchol.bdsmatrix", to = "matrix"): ...
diag
signature(x = "gchol.bdsmatrix"): ...
dim
signature(x = "gchol.bdsmatrix"): ...
show
signature(object = "gchol.bdsmatrix"): ...

[Package kinship version 1.1.0-21 Index]