MatrixTrace function

double MatrixTrace(
  1. MatrixC mat
)

Implementation

double MatrixTrace(MatrixC mat)
  => _module.MatrixTrace(mat);