コード例 #1
0
 public static Matrix <T> OuterProduct(Vector <T> u, Vector <T> v)
 {
     return(u.OuterProduct(v));
 }