예제 #1
0
 public static ref BlockVector <float> exp(BlockVector <float> src, ref BlockVector <float> dst)
 {
     VmlImport.vsExp(src.Length, ref head(src), ref head(dst));
     return(ref dst);
 }
예제 #2
0
파일: vml.cs 프로젝트: 0xCM/z0
 public static ref RowVector256 <float> exp(RowVector256 <float> src, ref RowVector256 <float> dst)
 {
     VmlImport.vsExp(src.Length, ref head(src), ref head(dst));
     return(ref dst);
 }