Exemplo 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);
Exemplo n.º 2
0
 public static ref Covector <N, T> ipow <N, T>(ref Covector <N, T> lhs, in Covector <N, uint> exp)
Exemplo n.º 3
0
 public static string Format <N, T>(this Covector <N, T> src)
     where T : unmanaged
     where N : ITypeNat, new()
 => src.Span.FormatList();