Skip to content
/ numc Public

Header file for C that has functionality inspired by python module "numpy".

License

Notifications You must be signed in to change notification settings

oishikm/numc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numc

Header file for C that has functionality inspired by python module "numpy".

Functionalities completed:

  • reshape2d
  • zeros2d
  • fill2d
  • rot90
  • slice2d
  • reshape3d

Currently under development:

  • None, feel free to drop a suggestion / open an issue.

Suggested Compilation Recommendations

  • Windows:

    make -f make.win

    (To install make on Windows use winget install GnuWin32.Make)

  • Linux/WSL:

    make

About

Header file for C that has functionality inspired by python module "numpy".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published