tr {ThreeWay}R Documentation

Trace

Description

Computes the trace of a matrix.

Usage

 tr(a)

Arguments

a

Matrix

Value

t

Trace of A

Author(s)

Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it

Examples

X <- matrix(rnorm(6*6),ncol=6)
trace <- tr(X)

[Package ThreeWay version 1.1.3 Index]