[package] name = "seqnmf-linalg" version = "0.1.4" authors = ["doraneko94 "] edition = "2018" license = "Apache-2.0" description = "Linalg functions used in seqNMF." repository = "https://github.com/IdlingBrainUT/seqnmf-linalg" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ndarray = "0.13.1" num-traits = "0.2.12" rand = "0.7.3"