Skip to content

Commit

Permalink
Update linearalgebra.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Feb 5, 2019
1 parent ed5b9f0 commit 138a83c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/linearalgebra.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ using DoubleFloats, GenericLinearAlgebra, LinearAlgebra

## Vectors and Matrices

```julia
using DoubleFloats, GenericLinearAlgebra, LinearAlgebra

n = 25
vector = rand(Double64, n)
matrix = reshape(rand(Double64,n*n),n,n)
```

## Operations

Expand Down

0 comments on commit 138a83c

Please sign in to comment.