Skip to content

A C++ Library about 2D array template classes, grid and mathematical operations of matrices.

License

Notifications You must be signed in to change notification settings

CoderJo-Pro/Cpp-Array2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp-Array2D

A C++ library for grid template classes, with the C++17 standard.

Support

This is a library for C++ 2 dimensional array templates, they all conformed the STL container.

About

Since 2D array is a common use case, and I myself also need this type of API, so I decided to create this library. Welcome you all to improve this as you like. Cheers!

Content Overview

In this library, A grid template class is included:

template <typename T, typename measure_t>
class grid;

About

A C++ Library about 2D array template classes, grid and mathematical operations of matrices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published