Re: [ojAlgo-user] Sparse matrices multiplication
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2016-05-22 15:04:38
|
ojAlgo does not support that (yet). > On 21 maj 2016, at 16:31, Santiago Peñate Vera <san...@gm...> wrote: > > 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 > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user |