Skip to content

liuxiaodong008008/MatrixLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatrixLib

!!! NEW2019.1.12 add QR decomposition, Cholesckey decomposition Gram-Schmit orthog, matrix stack, matrix repeat

!!! NEW2019.1.11 add LU, LDU, matmul for many matrices, col(from,cnt), row(from,cnt)

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
  • flexiable matrix element access/selection
  • variety of operators, including matrix-matrix operators and matrix-number operators
  • broadcasting
  • type casting
  • linear algebra functions

Detailed examples are listed in main.cpp.

Please star this project if it is usable for your project.