Beispiel #1
0
 public static PureGrade Conjugate(PureGrade M)
 => M.Clone().Conjugate();
Beispiel #2
0
 public static PureGrade Involute(PureGrade M)
 => M.Clone().Involute();
Beispiel #3
0
 public static PureGrade Reverse(PureGrade M)
 => M.Clone().Reverse();
Beispiel #4
0
 public static PureGrade Clone(PureGrade M) => M.Clone();