EfficientTrace: A heuristic to calculate traces of a matrix multiplied by two...

Arguments Value Examples

Arguments

B

Number of vectors that help calculating trace using the heuristic way.

N

Row number for two matrices.

K

Column number for the first matrix.

L

Column number for the second matrix.

Value

Doesn't return anything. Only prints out the trace value and time spent.

Examples

1
2
tracecalc(3000,24,13)
tracecalc(B=600,4000,16,13)

skybullbobby/efficienttrace documentation built on Nov. 5, 2019, 9:09 a.m.