matrixTrace: Trace of a matrix

View source: R/stats.R

matrixTraceR Documentation

Trace of a matrix

Description

Return the trace of a matrix by summing its eigenvalues.

Usage

matrixTrace(x = NULL, l = NULL)

Arguments

x

matrix to be decomposed; ignored if l is provided

l

vector of eigenvalues

Value

numeric

Author(s)

Timothee Flutre


timflutre/rutilstimflutre documentation built on Feb. 7, 2024, 8:17 a.m.