-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f9961a
commit 7c066c5
Showing
8 changed files
with
11 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Package: optic | ||
Package: minic | ||
Type: Package | ||
Title: Optimization for ill-conditioned problems | ||
Title: Minimization Methods for Ill-Conditioned Problems | ||
Version: 1.0 | ||
Date: 2024-05-27 | ||
Author: Bert van der Veen | ||
Maintainer: Bert van der Veen <[email protected]> | ||
Description: A package for the optimization of ill-condition problems. Currently only implements regularized newton optimization. | ||
Description: A package for the minimization of ill-condition problems. Currently only implements regularized newton optimization. | ||
License: GPL (>= 2) | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.1 | ||
Imports: Rcpp (>= 1.0.12) | ||
LinkingTo: Rcpp, RcppEigen | ||
URL: https://github.com/BertvanderVeen/rnewt | ||
BugReports: https://github.com/BertvanderVeen/rnewt/issues | ||
URL: https://github.com/BertvanderVeen/minic | ||
BugReports: https://github.com/BertvanderVeen/minic/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
S3method(print,rnewton) | ||
export(rnewton) | ||
importFrom(Rcpp,evalCpp) | ||
useDynLib(optic) | ||
useDynLib(minic) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.