MatrixTrace function

double MatrixTrace(
  1. MatrixD mat
)

Implementation

double MatrixTrace(
  MatrixD mat,
) => _module.MatrixTrace(mat);