Ejemplo n.º 1
0
Archivo: vml.cs Proyecto: 0xCM/z0
 public static ref RowVector256 <double> maxAbs(RowVector256 <double> a, RowVector256 <double> b, ref RowVector256 <double> dst)
 {
     VmlImport.vdMaxMag(dst.Length, ref head(a), ref head(b), ref head(dst));
     return(ref dst);
 }