Guest User

Untitled

a guest
Jun 25th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. open Microsoft.FSharp.Math
  2. let m = Matrix.create 10 10 1.2
  3. let m2 = Experimental.LinearAlgebra.Inverse m
  4.  
  5. C:Program FilesFSharp-1.9.6.2sourcefsharpFSharp.PowerPackmathlapacklinear_algebra_managed.fs.
Add Comment
Please, Sign In to add comment