seqnmf-linalg 0.1.1

Linalg functions used in seqNMF.
Documentation
[package]
name = "seqnmf-linalg"
version = "0.1.1"
authors = ["doraneko94 <shuntaro94@gmail.com>"]
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"