mirror of
https://github.com/mii443/independent_randomized_projections.git
synced 2025-08-22 16:05:27 +00:00
first commit
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "independent_randomized_projections"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
nalgebra = "0.33.2"
|
||||
rand = "0.9.1"
|
||||
rand_chacha = "0.9.0"
|
||||
rand_distr = "0.5.1"
|
Reference in New Issue
Block a user