Re: [ojAlgo-user] OjAlgo exception in SVD
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2007-05-02 14:35:03
|
On 1 maj 2007, at 14.09, Anders Peterson wrote: > Maybe PhysicalFactory needs another method. I'll think about that. > Currently you have two ways to avoid explicit looping: > > 1) > > PrimitiveMatrix.FACTORY.make(double[][]).toPrimitiveStore(); > > 2) > > PrimitiveDenseStore.FACTORY.makeArrayCopy(Array2Dim.makePrimitive > (double[][]).getDelegate()); 3) RawStore.makePrimitive(double[][]).toPhysicalStore(); /Anders |