https://github.com/alex-stone-github/cml
https://github.com/alex-stone-github/cml
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex-stone-github/cml
- Owner: Alex-Stone-Github
- Created: 2022-01-10T00:32:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T02:17:24.000Z (over 4 years ago)
- Last Synced: 2025-02-02T14:38:02.016Z (over 1 year ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CML
---
This is a library for tensors/ndarrays in c based on how numpy works in python.
## Purpose
I often find myself needing to use ndarrays in c and do not know of any good libraries that already exist.
## How to Use
For now, just copy the source files into your project dir, but later I will make it easier to use as a library.