Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed README file #406

Merged
merged 4 commits into from
Sep 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ 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.

# Mailing List

Expand All @@ -32,8 +33,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

Expand Down Expand Up @@ -115,7 +118,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:
Expand Down Expand Up @@ -181,7 +184,7 @@ The core developers of the bml in alphabetical order:
# Contributors

* Jamaludin Mohd-Yusof <jamal@lanl.gov>
* Adedoyin Adetokunbo <adedoyin.adetokunbo@gmail.com>
* Adedoyin Adetokunbo <aadedoyin@lanl.gov>
* Bálint Aradi <aradi@uni-bremen.de>
* Mike Wall <mewall@lanl.gov>

Expand Down Expand Up @@ -236,7 +239,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
Expand Down