Skip to content

Commit

Permalink
Update tensor_prod.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Spinachboul authored Jan 14, 2024
1 parent c605735 commit 1307c4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/tensor_prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ d: Represents the dimensionality of the input vector x\
xi: Represents the ith components of the input vector\
a: A constant parameter

Let's import Surrogates and Plots
```
using Surrogates
using Plots
default()
```

# Generating Data and Plotting

```@example tensor
Expand Down

0 comments on commit 1307c4e

Please sign in to comment.