Skip to content

Instantly share code, notes, and snippets.

@jashwanth9
Created July 5, 2012 17:39
Show Gist options
  • Save jashwanth9/3055112 to your computer and use it in GitHub Desktop.
Save jashwanth9/3055112 to your computer and use it in GitHub Desktop.
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at LUdecomposition.winxed line 116
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at LUdecomposition.winxed line 117
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at LUdecomposition.winxed line 118
Successful
U=
2 -1 1
0 3 -3
0 0 2
In Winxed Main!
3
printing ipiv:
[ 0, 0, 0 ]
In Winxed Main!
Matrix A:
2 -1 1
0 3 -3
0 0 2
3
3
3
3
successful result
done
Matrix A:
2 -0.5 0.5
0 3 -1
0 0 2
3
3
3
lwork=3
lwork_d=3
0 0 0 0
0 0 0 0
0 0 0 0
0 0 0 0
1
1
successful result
0 0.333333333333333 0.5
1 1 1.71881659068187e-312
0 0 0.5
winxed: symbol lookup error: /home/jashwanth/parrot/lib/4.3.0-devel/dynext/linalg_group.so: undefined symbol: cblas_dgemm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment