Description Usage Arguments Details Value Author(s) References See Also Examples
The dimensions of a symmetric matrix are equal; this value is, by definition,
the order of the matrix. For class halfmatrix
, the order is found using
a quadratic expression with length as an argument.
1 2 3 4 |
x |
symmetric matrix or halfmatrix |
... |
extra arguments, ignored |
It is an error if x
is a matrix but not symmetric. If x
is a
vector of appropriate length its order can be found by specifying the method
explicitly, even if x
is not classed as halfmatrix: ord.halfmatrix(x)
.
scalar numeric
Tim Bergsma
http://metrumrg.googlecode.com
is.square.matrix
,
isSymmetric.matrix
half.matrix
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.