com.opengamma.strata.math.impl.integration.Integrator2D Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of strata-math Show documentation
Show all versions of strata-math Show documentation
Mathematic support for Strata
/*
* 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