jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

Problem with mmuli #35

Closed alfonzo20 closed 11 years ago

alfonzo20 commented 11 years ago

Hi everyone I have a problem with the function mmulti of DoubleMatrix class it doesn't return the result, and netbeans throws me a nullpointer exception

unoD.mmuli(unoT, unoP);

I want to multiply unoD with unoT and I want to assign the result into unoP but that line throws me a nullpoint excepcion... plz tell me what I'm doing wrong or what's wrong hahaha greetings :D

alfonzo20 commented 11 years ago

I solved the problem with ceroP = ceroD.mul(ceroT); thx everyone XD

mikiobraun commented 11 years ago

Ok, everything's fine?