| geMatrix-class {Matrix} | R Documentation |
A general, numeric matrix in the S4 Matrix representation
Objects can be created by calls of the form new("geMatrix", ...)
or, more commonly, by coercion from the matrix class.
x:"numeric" - the numeric
values contained in the matrix, in column-major order.Dim:"integer" - the dimensions
of the matrix - must be an integer vector with exactly two
non-negative values.rcond:"numeric" - an estimate
of the reciprocal of the condition number, if it has been computed
at some point.factorization:"list" - a list
of factorizations of the matrix. signature(x = "geMatrix", vectors = "logical"): ... signature(x = "geMatrix", vectors = "missing"): ... signature(from = "geMatrix", to = "matrix"): ... signature(from = "matrix", to = "geMatrix"): ... signature(from = "matrix", to = "geMatrix")signature(x = "geMatrix", y = "geMatrix"): ... signature(x = "geMatrix", y = "matrix"): ... signature(x = "geMatrix", y = "missing"): ... signature(x = "geMatrix", y = "numeric"): ... signature(x = "geMatrix"): ... signature(x = "geMatrix"): ... signature(x = "geMatrix"): ... signature(x = "geMatrix", type = "character"): ... signature(x = "geMatrix", type = "missing"): ... signature(x = "geMatrix", type = "character"): ... signature(x = "geMatrix", type = "missing"): ... signature(a = "geMatrix", b = "geMatrix"): ... signature(a = "geMatrix", b = "missing"): ...
Matrix-class, trMatrix-class, syMatrix-class