Skip to content

Commit 5acb2fe

Browse files
committed
update global changelog and fixed one since
1 parent 00d86a1 commit 5acb2fe

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

hipparchus-core/src/main/java/org/hipparchus/analysis/CalculusFieldTrivariateFunction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @param <T> type of the field elements
2424
* @since 4.1
2525
*/
26+
@FunctionalInterface
2627
public interface CalculusFieldTrivariateFunction<T extends CalculusFieldElement<T>> {
2728

2829
/**

hipparchus-core/src/main/java/org/hipparchus/analysis/FieldTrivariateFunction.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121

2222
/**
2323
* An interface representing a trivariate field function.
24-
* @since 4.0
24+
* @since 4.1
2525
*/
26+
@FunctionalInterface
2627
public interface FieldTrivariateFunction
2728
{
2829

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ If the output is not quite correct, check for invisible trailing spaces!
5050
</properties>
5151
<body>
5252
<release version="4.1" date="TBD" description="TBD">
53+
<action dev="krys06" type="add" issue="issues/355">
54+
Added evaluation of bicubic and tricubic interpolation functions with CalculusFieldElement
55+
</action>
5356
<action dev="ryan" type="update" issue="issues/413">
5457
Reverted the FastMath reduction changes
5558
</action>

0 commit comments

Comments
 (0)