[ojAlgo-user] Sparse matrices multiplication
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Santiago P. V. <san...@gm...> - 2016-05-21 14:31:32
|
Hi, I am starting with OjAlgo and I find that the multiplication of 2 sparse matrices returns a full matrix (or so says netbeans) Here Cf and Yf are sparse matrices and I need their multiplication: SparseStore a = Cf.transpose().multiply(Yf); How do I do a sparse multiplication with OjAlgo? Thanks |