Library: | multi |
See also: | sum xdiag |
Quantlet: | spur | |
Description: | computes the trace of the matrix |
Usage: | y = spur(x) | |
Input: | ||
x | n x n matrix | |
Output: | ||
y | scalar, the trace of the matrix |
library("multi")
Contents of y [1,] 0.36144
Library: | multi |
See also: | sum xdiag |