All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opengamma.strata.math.impl.integration.Integrator2D Maven / Gradle / Ivy

There is a newer version: 2.12.46
Show newest version
/*
 * Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies
 *
 * Please see distribution for license.
 */
package com.opengamma.strata.math.impl.integration;

import java.util.function.BiFunction;

/**
 * Class for defining the integration of 2-D functions.
 *  
 * @param  the type of the function output and result
 * @param  the type of the function inputs and integration bounds
 */
public abstract class Integrator2D
    implements Integrator> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy