An open API service indexing awesome lists of open source software.

https://github.com/liuxiaodong008008/matrix2

A better architected Matrix library in c++
https://github.com/liuxiaodong008008/matrix2

broadcast broadcasting cpp cpp11 cpp14 cpp17 ease-to-use header-only library light lightweight machine-learning matrix matrix-class matrix-library matrix-structure optimization simple structure template

Last synced: about 1 year ago
JSON representation

A better architected Matrix library in c++

Awesome Lists containing this project

README

          

# Matrix2
A better architected Matrix library in c++.

Similar to https://github.com/liuxiaodong008008/MatrixLib.

Lightweight header-only matrix library (C++) for numerical optimization and machine learning.
Ease of using is the emphasis of this library. Supported features are as following:

* lightweight
* dependency-free
* templated type
* copy-free matrix-view
* range-based matrix-view
* index-based matrix-view
* range-based for loop support iterator
* matrix builder
* flexiable matrix element access/selection
* variety of operators, including matrix-matrix operators and matrix-number operators
* broadcasting
* type casting