Introduction
Introduction Statistics Contact Development Disclaimer Help
tjulia.jl - numeric - C++ library with numerical algorithms
git clone git://src.adamsgaard.dk/numeric
Log
Files
Refs
LICENSE
---
tjulia.jl (237B)
---
1 #!/usr/bin/env julia
2
3 if (length(ARGS) == 1)
4 const N = parse(Int, ARGS[1])
5 else
6 println("Sorry, I need the matrix width as a command line argument\n")
7 end
8
9 const A = ones(N, N)*2.0
10 const B = reshape(0.0:N*N-1, N, N)
11 @profile C = A*B
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.