Skip to content

Code repository for the Applied Mathematics Directed Reading Program.

Notifications You must be signed in to change notification settings

monoguitari/randomized-numerical-linear-algebra

Repository files navigation

randomized-numerical-linear-algebra

Code repository for the Applied Mathematics Directed Reading Program.

Based on Lectures on Randomized Numerical Linear Algebra

Randomized Matrix Multiplication

Implementation of RandMult algorithm

Local Development Guide

We will be using Miniconda/Anaconda to manage our python environment, though you can use whatever method you prefer with the environment.yml file. The environment.yml file will contain all the packages and their versions in the environment, making it easy to recreate the environment elsewhere using:

    conda env create -f environment.yml

After this, you can activate the python environment using

    conda activate apma-drp

Ensure that when you run python files, you are doing so using the python specified in the Miniconda container, the file path may be a bit hard to find.

About

Code repository for the Applied Mathematics Directed Reading Program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published