Trace of a Matrix
Takes the traces of a matrix by extracting the diagonal entries and then summing over.
tr(x)
x
: Square matrix ()Returns a single-value double.
# Identity Matrix of size 4, gives trace of 4. tr(diag(4))
logdet
, fillout
Useful links