Description
In this course, you will learn :
- RCV and CSR sparse matrix representations are available.
- Sparse Matrix Applications
- Sparse Matrix Operations
- Sparse matrix implementations in Java.
Syllabus :
1. SPARSE MATRIX
- Application of Sparse Matrix
- Sparse Matrix Representation in Triples format
- Sparse Matrix Representation in CSR format
- Operations on Sparse Matrix-Addition
- Operations on Sparse Matrix-Transpose
- Operations on Sparse Matrix-Multiplication
2. Implementations of Sparse Matrix
- Implementation of Sparse Matrix into Triplet format(Row, Column, Value)
- Implementation of Sparse Matrix into Row Column Value Format
- Implementation of CSR Format
- Implementation of Sparse Matrix Addition
- Implementation of Sparse Matrix Addition -Program