Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 272 Bytes

index.md

File metadata and controls

14 lines (9 loc) · 272 Bytes

RandomMatrix.jl Documentation

A package for Random Matrix Theory, and a project for me to learn Julia.


The package is registered, to use the package, you can add it by

using Pkg
Pkg.add("RandomMatrix")