Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Serrof authored Feb 10, 2024
1 parent ad46379 commit e184713
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ public void testSettersIntegers() {
Assert.assertEquals(expectedValue, option.getScaleMaxIteration());
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ public void testSettersIntegers() {
Assert.assertEquals(expectedValue, option.getQpMaxLoop());
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ public RealMatrix hessian(RealVector x) {

}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ public RealMatrix jacobian(RealVector x) {
}
}

}
}

0 comments on commit e184713

Please sign in to comment.