Skip to content

peekaboo5149/ctensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ctensor

ctensor is a lightweight C library for numerical and tensor-related data structures and mathematical operations. It is written in ISO C17 with a focus on portability, performance, and clean APIs.

Prerequisites

  • Clang or GCC with C17 support
  • GNU Make
  • pkg-config
  • Criterion (required only for unit tests)

macOS

brew install criterion pkg-config

Build

make

or

make build

Run

make run

Test

make test

Clean

make clean

About

😴 Got bored. Started writing a tensor library in C without properly knowing C. What could possibly go wrong? πŸš€

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Contributors