Exemplo n.º 1
0
 public static ref BlockVector <double> expInt(BlockVector <double> src, ref BlockVector <double> dst)
 {
     VmlImport.vdExpInt1(src.Length, ref head(src), ref head(dst));
     return(ref dst);
 }