SAIGtensor Documentation

Tensor tools for seismic data processing

Test for latex

inline math $\frac{\partial^2 u}{\partial t^2}-\Delta^2 u = 0$

Here is an equation:

Include code to documentation

a = 1
b = 2
c = a+b
3

Include figure

using PyPlot
a = rand(100)
plot(a)

Index