Skip to content

A small header only c++ library for matrix manipulation with run-time concatenation

Notifications You must be signed in to change notification settings

muralivnv/small-cpp-matrix-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

small-cpp-matrix-library

A small header only c++ library for matrix manipulation with run-time concatenation

Supports basic arithmetic (+,-,/,*) as well as matrix-matrix concatenation

Horizontal concatenation: (A || B) Vertical concatenation: (A | B)

Note: Yes, concatenation has a overhead.

And also supports some matrix transformations

  • LU decomposition, determinant, inverse, transpose.

With helper functions,

  • rand, diag, ones, eye, reshape.

About

A small header only c++ library for matrix manipulation with run-time concatenation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages