Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
jblas-users
Conversations
About
jblas-users
1–30 of 81
Mark all as read
Report abusive group
0 selected
Q
11/30/20
LU-decomposition / dgetrf - UnsatisfiedLinkError
When I call jblas.Decompose/lu which uses jblas.NativeBlas/dgetrf I have an UnsatisfiedLinkError
unread,
LU-decomposition / dgetrf - UnsatisfiedLinkError
When I call jblas.Decompose/lu which uses jblas.NativeBlas/dgetrf I have an UnsatisfiedLinkError
11/30/20
Randy Strauss
10/1/20
mrdivide? solve and pinv for complex matrices?
Solve.solve seems to be the equivalent of MatLab's mldivide. There doesn't seem to be an
unread,
mrdivide? solve and pinv for complex matrices?
Solve.solve seems to be the equivalent of MatLab's mldivide. There doesn't seem to be an
10/1/20
Choy Bing Son
, …
Mikio Braun
4
11/20/18
Using jblas 1.2.4 in android studio 2.0 Windows 10 by gradle.
Hello there, jblas unfortunately relies on highly optimized native libraries (http://math-atlas.
unread,
Using jblas 1.2.4 in android studio 2.0 Windows 10 by gradle.
Hello there, jblas unfortunately relies on highly optimized native libraries (http://math-atlas.
11/20/18
osman akdeniz
7/3/18
About New Versions
Hi sir, First of all Thank you for your work and I really love the performance and usability of jblas
unread,
About New Versions
Hi sir, First of all Thank you for your work and I really love the performance and usability of jblas
7/3/18
Anirban Sinha
,
Mikio Braun
2
3/24/18
Using JBLAS in IntelliJ Environment
Hi Anirban, that depends on which build system you are using. jblas is in the central maven
unread,
Using JBLAS in IntelliJ Environment
Hi Anirban, that depends on which build system you are using. jblas is in the central maven
3/24/18
Oliver Sampson
,
Mikio Braun
2
3/4/18
New functions
Hi Oliver, yes, we can work it out. I'd probably need your help to see whether the methods work
unread,
New functions
Hi Oliver, yes, we can work it out. I'd probably need your help to see whether the methods work
3/4/18
Dave Sander
,
Mikio Braun
2
1/16/18
Information Sharing in JBLAS
Hi Dave, jblas does not open a network connection or send any information to someone else during
unread,
Information Sharing in JBLAS
Hi Dave, jblas does not open a network connection or send any information to someone else during
1/16/18
lmflores79
12/4/17
SVD on really large matrices
I'm trying to implement ICA in JAVA with audio files so I need to compute the SVD on really large
unread,
SVD on really large matrices
I'm trying to implement ICA in JAVA with audio files so I need to compute the SVD on really large
12/4/17
Lungelo Qwabe
1/17/17
Unable to get negative eigenvectors using Eigen.eigenvectors using jblas.
I am trying to compute eigenvectors and eigenvalues for the below matrix. I am able to get results
unread,
Unable to get negative eigenvectors using Eigen.eigenvectors using jblas.
I am trying to compute eigenvectors and eigenvalues for the below matrix. I am able to get results
1/17/17
Melyu
8/11/16
Replaced .dylib with .jnilib
Hi, I've been using Jblas to solve a generalized eigenvalue problem with no problem, but suddenly
unread,
Replaced .dylib with .jnilib
Hi, I've been using Jblas to solve a generalized eigenvalue problem with no problem, but suddenly
8/11/16
Olli-Pekka
, …
Mikoo
16
5/9/16
Unsatisfied link error
Hi Mikio Just forgot wrote down my gmail: benha...@gmail.com 在 2010年6月3日星期四 UTC+8下午8:30:12,
unread,
Unsatisfied link error
Hi Mikio Just forgot wrote down my gmail: benha...@gmail.com 在 2010年6月3日星期四 UTC+8下午8:30:12,
5/9/16
Abhishek Mishra
2
5/6/16
Getting items using an Index Matrix
Here is another workaound that I am using public static DoubleMatrix getElementsByColumnIndex(
unread,
Getting items using an Index Matrix
Here is another workaound that I am using public static DoubleMatrix getElementsByColumnIndex(
5/6/16
qwertyvypez
,
Mikio Braun
2
3/31/16
Can JABLAS be used in android development
Hi, Jblas uses native libraries for intel and ppc processors and can therefore not be used in Android
unread,
Can JABLAS be used in android development
Hi, Jblas uses native libraries for intel and ppc processors and can therefore not be used in Android
3/31/16
Naresh Bhat
2
3/31/16
JBlas on x86 : Could not locate libraries for the following symbols: daxpy_, dgemm_.
ok, I am able to compile on x86 machine and I did the following OpenBlas and JBlas JNI compilation on
unread,
JBlas on x86 : Could not locate libraries for the following symbols: daxpy_, dgemm_.
ok, I am able to compile on x86 machine and I did the following OpenBlas and JBlas JNI compilation on
3/31/16
Garrett Smith
,
Mikio Braun
3
3/9/16
java.lang.UnsatisfiedLinkError within one Java environment, not another
Hi Mikio, Once I pointed the LD_LIBRARY_PATH to a different gcc version all was well. Thanks, Garrett
unread,
java.lang.UnsatisfiedLinkError within one Java environment, not another
Hi Mikio, Once I pointed the LD_LIBRARY_PATH to a different gcc version all was well. Thanks, Garrett
3/9/16
Vincent Russo
2/6/16
Constructing a matrix of submatrices in JBLAS
Using JBLAS, I've defined the following matrices: DoubleMatrix I = DoubleMatrix.ones(5,5);
unread,
Constructing a matrix of submatrices in JBLAS
Using JBLAS, I've defined the following matrices: DoubleMatrix I = DoubleMatrix.ones(5,5);
2/6/16
va oc
,
Mikio Braun
2
1/14/16
singular.sparseSVD(DoubleMatrix A)
Hi! The SparseSVD does not mean that it is "sparse" (vs "dense"), but instead it
unread,
singular.sparseSVD(DoubleMatrix A)
Hi! The SparseSVD does not mean that it is "sparse" (vs "dense"), but instead it
1/14/16
obs...@gmail.com
11/4/15
Elementwise Multiplication in Parallel
Hi all, Is there any way to parallel element-wise operations (multiplication, addition etc) in JBLAS?
unread,
Elementwise Multiplication in Parallel
Hi all, Is there any way to parallel element-wise operations (multiplication, addition etc) in JBLAS?
11/4/15
obs...@gmail.com
10/22/15
jblas wrapped with OpenBlas
Hi, I'd like to create a jar file wrapped with openblas. Here is what I did: Cloned the master
unread,
jblas wrapped with OpenBlas
Hi, I'd like to create a jar file wrapped with openblas. Here is what I did: Cloned the master
10/22/15
Olivier Mallet
9/24/15
JBLAS RUNTIME
Hello, I have started using JBLAS for some days and there is something I might miss. I have run 1e6
unread,
JBLAS RUNTIME
Hello, I have started using JBLAS for some days and there is something I might miss. I have run 1e6
9/24/15
lau...@apstat.com
,
Mikio Braun
3
9/17/15
Using native blas
Thanks for the quick response! It it symmetric in shape but not the same values I believe, I would
unread,
Using native blas
Thanks for the quick response! It it symmetric in shape but not the same values I believe, I would
9/17/15
Daniel Korzekwa
,
Mikio Braun
3
9/9/15
Distance matrix: Can I do the 'Singleton expansion with a custom function' from http://www.mathworks.com/help/matlab/ref/bsxfun.html in breeze? Something like bsxfun in octave?
x - covariance matrix used by stochastic inference for multi output Gaussian process (https://github.
unread,
Distance matrix: Can I do the 'Singleton expansion with a custom function' from http://www.mathworks.com/help/matlab/ref/bsxfun.html in breeze? Something like bsxfun in octave?
x - covariance matrix used by stochastic inference for multi output Gaussian process (https://github.
9/9/15
side cap
,
Mikio Braun
2
8/8/15
determinant
Hi side cap, Currently, there is no such method, unfortunately. However, you can compute them using
unread,
determinant
Hi side cap, Currently, there is no such method, unfortunately. However, you can compute them using
8/8/15
Febin Sathar
7/29/15
have anyone tried jblas in android
Hey i was trying to do apply euclidian distance in a 3200X540 matrix in andriod.. against a 1Xx540
unread,
have anyone tried jblas in android
Hey i was trying to do apply euclidian distance in a 3200X540 matrix in andriod.. against a 1Xx540
7/29/15
Mikio Braun
5/12/15
jblas 1.2.4 released
Hi everyone, after more than two years I have finally released jblas 1.2.4. It contains mainly
unread,
jblas 1.2.4 released
Hi everyone, after more than two years I have finally released jblas 1.2.4. It contains mainly
5/12/15
Amit Chandak
, …
Mikio Braun
6
12/15/14
Native Libraries slower than Java code
Hi Deb, no, unfortunately, it's not possible unless you take care of this yourself. The JNI does
unread,
Native Libraries slower than Java code
Hi Deb, no, unfortunately, it's not possible unless you take care of this yourself. The JNI does
12/15/14
Yingjun Wu
, …
Christos Boutsidis
3
11/30/14
how to append row or column to a matrix?
Hi, i have noticed that this is extremely slow. For example, let's say you have a bilion by 10
unread,
how to append row or column to a matrix?
Hi, i have noticed that this is extremely slow. For example, let's say you have a bilion by 10
11/30/14
Vijay Chakilam
, …
Mikio Braun
4
10/22/14
Issue with Eigenvalues
No problem, you're welcome! -M Vijay Chakilam <vijaybc...@gmail.com> wrote: Thanks much
unread,
Issue with Eigenvalues
No problem, you're welcome! -M Vijay Chakilam <vijaybc...@gmail.com> wrote: Thanks much
10/22/14
Amit Chandak
,
Mikio Braun
11
9/15/14
Configuration failed! Reason: Sorry, the OS is currently not supported
Yes. First compile lapack-lite (using the version from the README, not the newest one), then atlas,
unread,
Configuration failed! Reason: Sorry, the OS is currently not supported
Yes. First compile lapack-lite (using the version from the README, not the newest one), then atlas,
9/15/14
Anton Kostiuk
,
Mikio Braun
2
8/19/14
slow QR decomposition
Hi Anton, LAPACK doesn't compute Q explicitly but rather some intermediate representation which
unread,
slow QR decomposition
Hi Anton, LAPACK doesn't compute Q explicitly but rather some intermediate representation which
8/19/14