Closed ssiccha closed 5 years ago
For compressed matrices the function CopySubMatrix is a lot more efficient. In contrast to the not optimized A{..}{..} := it avoids creating intermediate objects.
CopySubMatrix
A{..}{..} :=
Be careful with the ordering of its arguments though. It's pretty horrible.
Fixed by #216
For compressed matrices the function
CopySubMatrix
is a lot more efficient. In contrast to the not optimizedA{..}{..} :=
it avoids creating intermediate objects.Be careful with the ordering of its arguments though. It's pretty horrible.