Skip to content

decimad/na_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

na_containers

o vector-like container with support for missing (N/A) values

o brand new array2d implementation:

  • packed storage
  • column- or row-major completely transparent
  • with row and column slices
  • iterable rows and columns
  • specialization for strided and unstrided iterators for efficiency
  • transparent access to major element iteration in order for efficient iterations and copy operations
  • new! reshape: will reshape if the new bounds fit inside capacity and else resize.
  • new! reserve: will resize and keep space in order for the array to grow without resize/reshape operations.

About

containers with support for not-available values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published