summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/functions/Product.java
blob: a95eea213c76e4f7cfe11d68821271399f0e24dd (plain) (blame)
1
2
3
4
5
6
7
8
9
package com.yahoo.tensor.functions;

/**
 * The product tensor function
 * 
 * @author bratseth
 */
public class Product extends CompositeTensorFunction {
}