[ojAlgo-user] MatrixStore to BasicMatrix (or Cholesky factorization -> BasicMatrix)
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Chris L. <cg...@gm...> - 2012-07-02 16:10:14
|
I'm writing some code that requires a computing a cholesky factorization -- which appears to return L as a MatrixStore -- and everything I've written so far uses BasicMatrix data types. I'm at a loss for how to get a BasicMatrix from a MatrixStore without building it by hand, element-by-element. What's the recommended approach, in this case? |