Esempio n. 1
0
 public static Covector <N, T> Load <N, T>(T[] src, N length = default)
     where N : ITypeNat, new()
     where T : unmanaged
 => Covector <N, T> .Load(src);
Esempio n. 2
0
 public static ref Covector <N, T> ipow <N, T>(ref Covector <N, T> lhs, in Covector <N, uint> exp)
Esempio n. 3
0
 public static string Format <N, T>(this Covector <N, T> src)
     where T : unmanaged
     where N : ITypeNat, new()
 => src.Span.FormatList();