View source: R/045_atoms_affine_trace.R
| matrix_trace | R Documentation |
For matrix_trace(A %*% B), uses the O(n^2) identity
trace(A %*% B) = sum(A * t(B)) instead of forming the
full matrix product.
matrix_trace(x)
x |
An Expression (square matrix) |
A Trace atom or equivalent expression (scalar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.