matrix_operations_cuda 0.1.2

A library to perform matrix operations using cuda
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.cuda-driver-sys]
version = "0.3.0"

[dependencies.matrix_operations]
version = "0.1.3"

[package]
authors = ["arnaud111"]
categories = ["algorithms", "mathematics", "memory-management", "concurrency"]
description = "A library to perform matrix operations using cuda"
edition = "2021"
keywords = ["matrix", "cuda", "mathematics"]
license = "MIT"
name = "matrix_operations_cuda"
readme = "README.md"
repository = "https://github.com/arnaud111/matrix_operations_cuda"
version = "0.1.2"