Skip to content

SamirJoshi/NumRu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumRu

Native Rust Implementation of NumPy Functions

An implementation of the Math, Stats, and Random NumPy libraries built on top of ndarray.

Usage

#[macro_use]
extern crate ndarray;
extern crate num_ru;
use num_ru::*;

Online documentation for num_ru available here.

See the ndarray docs here for information about the array crate.

About

Rust Native Implemenation of NumPy functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published