Hampus Londögård
07/26/2021, 1:41 PMLinearSpace
like EjmlLinearSpaceFSCC
.
More exactly the extension-functions like Matrix<Float>.toEjml()
I've tried to use the with (EjmlLinearSpaceFSCC) { code... }
syntax but it doesn't work. Not sure how else I'd get those to work?altavir
07/26/2021, 1:42 PMwith (EjmlLinearSpaceFSCC) { code... }
should work. Could you explain what is the problem?Hampus Londögård
07/26/2021, 1:44 PMtransform
I really need sparsity as the output is very sparse
tI don't really need the sparsity right now, but the output ofaltavir
07/26/2021, 1:45 PMHampus Londögård
07/26/2021, 1:45 PM<T>
altavir
07/26/2021, 1:46 PMtoEjml
because it is converted automatically under the hood. Just do the operations you needHampus Londögård
07/26/2021, 1:49 PMrows
or elements
where both has PerformancePitfall
Is there another recommended way to fetch elements? Simply a for-loop?altavir
07/26/2021, 1:52 PMHampus Londögård
07/26/2021, 1:53 PM