Skip to content

Sparse matrix representation of finite dimensional linear operators.

Notifications You must be signed in to change notification settings

apmcollab/SparseOp

Repository files navigation

SparseOp

Sparse matrix representation of finite dimensional linear operators.

This is not a general sparse matrix class, and it's primary purpose is to collect the non-zero entries of a matrix representation of the operator in such a way that the application of the operator to a one dimensional vector is carried out in a computationally efficient manner with minimal storage requirements.

This class is templated with respect to a vector class Vtype.

Prerequisites

C++11

Versioning

Release : 1.0.1

Authors

Chris Anderson

License

GPLv3 For a copy of the GNU General Public License see http://www.gnu.org/licenses/.

Acknowledgements

About

Sparse matrix representation of finite dimensional linear operators.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages