Skip to content

C++20 library implementing views and iterators for matrices

License

Notifications You must be signed in to change notification settings

ayaskovets/matrix_views

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

matrix_views

Prerequisites

  • A compiler that supports C++20 standard
  • CMake
  • GTest

Features

  • This is a tiny C++20 library implementing views and iterators for matrices

Build and test

mkdir build && cd build && cmake .. && cmake --build . && clear && ctest

Usage

  • Examples of how to use the iterators and the base _matrix class can be found in the tests directory

About

C++20 library implementing views and iterators for matrices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published