[ojAlgo-user] Changing a few values to a BasicMatrix
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Stathis M. <sta...@gm...> - 2015-10-23 13:53:08
|
Hello, I'm currently trying to implement a 3D Tensor library, using Ojalgo. Every time i want to change some elements of the matrices I am using a builder. But i think I'm losing a lot of (CPU) time doing this. For example when if have a 1000x1600x10 tensor (an array of ten 1000x16000 BasicMatrix matrices) and what to change some rows, i have to rebuilt the whole tensor. Am I missing something or this is the way we do this? Thanks for you time. Stathis Maroulis |