Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32b98fa

Browse files
committed
simplified README
1 parent 00445f9 commit 32b98fa

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ C++ implementation of sparse matrix using [CRS format](http://netlib.org/linalg/
55
[![Buy me a Coffee](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KWQJ7VTXZMZLS)
66

77

8-
## Installation
9-
10-
To use this library simply include the implementation file:
11-
12-
```cpp
13-
#include "<libs_dir>/src/SparseMatrix/SparseMatrix.cpp"
14-
```
15-
16-
178
## Usage
189

1910
### Creation

0 commit comments

Comments
 (0)