Re: Use BLAS object for matrix operation

2016-11-03 Thread Stephen Boesch
It is private. You will need to put your code in that same package or create an accessor to it living within that package private[spark] 2016-11-03 16:04 GMT-07:00 Yanwei Zhang : > I would like to use some matrix operations in the BLAS object defined in > ml.linalg.

Use BLAS object for matrix operation

2016-11-03 Thread Yanwei Zhang
I would like to use some matrix operations in the BLAS object defined in ml.linalg. But for some reason, spark shell complains it cannot locate this object. I have constructed an example below to illustrate the issue. Please advise how to fix this. Thanks . import