{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Getting Started" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "In this notebook we will get you started with the *easiest* way to use `matvis` directly.\n", "We will learn how to set up the various parameters required, and plot the outputs. \n", "\n", "Note that there are two main ways to use `matvis`: the low-level API is considered to be the \n", "\"algorithm\" and defines the interface that all implementations must expose. There are \n", "*two* such implementations in this package (`matvis_cpu` and `matvis_gpu`). Here, we will use\n", "the *high-level* \"wrapper\" API, which is provided as a convenience and \"example\" of how\n", "to use `matvis`. In practice, using this high-level API should typically be sufficient." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "