public class OuterProductViews extends Object
Constructor and Description |
---|
OuterProductViews() |
Modifier and Type | Method and Description |
---|---|
static OuterProductView<?,?,DoubleType> |
product(double[] arr1,
double[] arr2) |
static <T extends NumericType<T>> |
product(RandomAccessibleInterval<T> a1,
RandomAccessibleInterval<T> a2) |
public static <T extends NumericType<T>> OuterProductView<T,T,T> product(RandomAccessibleInterval<T> a1, RandomAccessibleInterval<T> a2)
public static OuterProductView<?,?,DoubleType> product(double[] arr1, double[] arr2)
Copyright © 2015–2021 Fiji. All rights reserved.