MatrixTrace method
See MatrixD.trace.
Implementation
double MatrixTrace(
MatrixD mat,
) => run(
() => _debugLabels.MatrixTrace(mat),
() => mat.trace(),
);
See MatrixD.trace.
double MatrixTrace(
MatrixD mat,
) => run(
() => _debugLabels.MatrixTrace(mat),
() => mat.trace(),
);