MatrixTrace method

double MatrixTrace(
  1. MatrixStructType mat
)

Implementation

double MatrixTrace(MatrixStructType mat) => mat.trace();