bdsmatrix-class {kinship}R Documentation

Class "bdsmatrix"

Description

A bdsmarix class

Objects from the Class

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

Slots

blocksize:
Object of class "integer" vector of sizes for the matrices on the diagonal
blocks:
Object of class "numeric" contents of the diagonal blocks, strung out as a vector
rmat:
Object of class "matrix" the dense portion of the matrix, forming a right and lower border
offdiag:
Object of class "numeric" 0s
.Dim:
Object of class "integer" dimensions
.Dimnames:
Object of class "list or NULL" a list of dimension names for the matrix

Extends

Class "matrix", directly.

Methods

%*%
signature(x = "matrix", y = "bdsmatrix"):
%*%
signature(x = "numeric", y = "bdsmatrix"):
Math2
signature(x = "bdsmatrix"):
Math
signature(x = "bdsmatrix"):
Ops
signature(e1 = "bdsmatrix", e2 = "numeric"):
Ops
signature(e1 = "bdsmatrix", e2 = "bdsmatrix"):
Ops
signature(e1 = "numeric", e2 = "bdsmatrix"):
[
signature(x = "bdsmatrix"):
all
signature(x = "bdsmatrix"):
any
signature(x = "bdsmatrix"):
coerce
signature(from = "bdsmatrix", to = "matrix"):
coerce
signature(from = "bdsmatrix", to = "vector"):
diag
signature(x = "bdsmatrix"):
diag<-
signature(x = "bdsmatrix"):
dim
signature(x = "bdsmatrix"):
dimnames
signature(x = "bdsmatrix"):
dimnames<-
signature(x = "bdsmatrix"):
max
signature(x = "bdsmatrix"):
min
signature(x = "bdsmatrix"):
prod
signature(x = "bdsmatrix"):
range
signature(x = "bdsmatrix"):
show
signature(object = "bdsmatrix"):
sum
signature(x = "bdsmatrix"):
unique
signature(x = "bdsmatrix", incomparables = "missing"):

[Package kinship version 1.1.0-21 Index]