-
Notifications
You must be signed in to change notification settings - Fork 20
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
Showing
4 changed files
with
31 additions
and
37 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
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,23 +1,4 @@ | ||
/** | ||
Numerical library and mirror for upcoming numeric packages for the Dlang standard library. | ||
$(DL | ||
$(DT $(LINK2 http://dlang.org/phobos-prerelease/std_experimental_ndslice.html, ndslice package) | ||
$(DD Multidimensional Random Access Ranges and Arrays) | ||
) | ||
$(DT $(DPMODULE2 las, sum) | ||
$(DD Functions and Output Ranges for Summation Algorithms. Works with user-defined types.) | ||
$(DD Precise algorithm: improved analog of Python's `fsum`) | ||
$(DD Pairwise algorithm: fast version for Input Ranges) | ||
$(DD Kahan, KBN, and KB2 algorithms) | ||
) | ||
$(DT $(DPMODULE2 combinatorics, package) | ||
$(DD $(DPREF2 combinatorics, package, permutations)) | ||
$(DD $(DPREF2 combinatorics, package, cartesianPower)) | ||
$(DD $(DPREF2 combinatorics, package, combinations)) | ||
$(DD $(DPREF2 combinatorics, package, combinationsRepeat)) | ||
) | ||
) | ||
*/ | ||
module mir; |
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