-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #406 from lanl/README-update
Changed README file
- Loading branch information
Showing
761 changed files
with
8,074 additions
and
3,858 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 |
---|---|---|
|
@@ -14,10 +14,12 @@ This website is intended to provide some guidance on how to get and install | |
the bml library. LA-UR number LA-UR-**17-27373**. | ||
|
||
The basic matrix library (bml) is a collection of various matrix data formats | ||
(in dense and sparse) and their associated algorithms for basic matrix | ||
(for dense and sparse) and their associated algorithms for basic matrix | ||
operations. Application programming interfaces (API) are available for both C | ||
and FORTRAN. The current status of this library allows us to use two different | ||
formats for representing matrix data: dense and ELLPACK. | ||
formats for representing matrix data. Currently these formats are: dense, ELLPACK-R, | ||
ELLBLOCK, ELLSORT, and CSR. For information on how to use the BML library can be find | ||
in [BML-API](https://lanl.github.io/bml/API/developer_documentation.html). | ||
|
||
# Mailing List | ||
|
||
|
@@ -32,8 +34,10 @@ We are running the following mailing list for discussions on usage and features | |
The bml library supports the following matrix formats: | ||
|
||
* dense | ||
* ELLPACK | ||
* ELLPACK-R | ||
* ELLSORT | ||
* ELLBLOCK | ||
* CSR | ||
|
||
# Binary Packages | ||
|
||
|
@@ -115,7 +119,7 @@ files | |
# Developer Suggested Workflow | ||
|
||
Our main development happens on the `master` branch and is continuously | ||
verified for correctness. If you would like to contribute your work to the bml | ||
verified for correctness. If you would like to contribute with your work to the bml | ||
project, please follow the instructions at the GitHub help page ["About pull | ||
requests"](https://help.github.com/articles/about-pull-requests/). To | ||
summarize: | ||
|
@@ -180,9 +184,11 @@ The core developers of the bml in alphabetical order: | |
|
||
# Contributors | ||
|
||
* Jamaludin Mohd-Yusof <[email protected]> | ||
* Adedoyin Adetokunbo <[email protected]> | ||
* Adedoyin Adetokunbo <[email protected]> | ||
* Bálint Aradi <[email protected]> | ||
* Daniel Osei-Kuffuor <[email protected]> | ||
* Jamaludin Mohd-Yusof <[email protected]> | ||
* Jean-Luc Fattebert <[email protected]> | ||
* Mike Wall <[email protected]> | ||
|
||
# License | ||
|
@@ -236,7 +242,7 @@ Matrix Library (bml), Version 0.x (C16006)*. | |
## ABSTRACT | ||
|
||
The basic matrix library (bml) is a collection of various matrix data | ||
formats (in dense and sparse) and their associated algorithms for basic | ||
formats (for dense and sparse) and their associated algorithms for basic | ||
matrix operations. | ||
|
||
This code is unclassified and has been assigned LA-CC-**15-093**. Los Alamos | ||
|
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
var annotated_dup = | ||
[ | ||
[ "bml_domain_t", "structbml__domain__t.html", "structbml__domain__t" ] | ||
[ "bml_domain_t", "structbml__domain__t.html", "structbml__domain__t" ], | ||
[ "bml_matrix_dimension_t", "structbml__matrix__dimension__t.html", "structbml__matrix__dimension__t" ] | ||
]; |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.