Skip to content

matrix library that supports operator overloading and Strassen's algorithm

Notifications You must be signed in to change notification settings

yirong-c/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

matrix

This module is a part of yirong-c/CLRS

This is a matrix library that supports operator overloading and Strassen's algorithm.

Note

UniqueMatrix object contains data of matrix.

SharedMatrix object is generated by UniqueMatrix object. SharedMatrix object has access to data of UniqueMatrix object. The offset index (base index) of Matrix can be specified by generating a SharedMatrix object.

If the UniqueMatrix object is destroyed, all SharedMatrix objects generated by the UniqueMatrix object will be invalid.

Bibliography

Cormen, T. H., Leiserson, C. E., Rivest, R. L., & Stein, C. (2009). Introduction to algorithms (Third edition.). MIT Press.

About

matrix library that supports operator overloading and Strassen's algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages