lattverksted / matrix2

c++ matrix library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matrix2

c++ matrix library operators : *, +, - , << scalar muliplication

Usage

see test.cpp and test2.cpp for examples of how to use the library

implementation

dynamic allocation using an internal pointer matrix product implemented using Strassen algorithm (subcubic computational complexity) for arbitrarily large matrices (row size > threshold)

About

c++ matrix library


Languages

Language:C++ 100.0%