Changes between Initial Version and Version 1 of Ticket #6236, comment 8
- Timestamp:
- 2020-11-23T10:14:03Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6236, comment 8
initial v1 10 10 > I'm not sure if we really want to go above 2x2. Maybe it would make sense for sparse equations, e.g. if there are no more than 2N nonzero elements in a NxN system, otherwise the complexity will just blow up very quickly and it's very unlikely you'll get anything simple out of that. 11 11 12 This is a good question. For sparse systems there aren't as many determinants to be built. There may be an optimal sparsity and size NxN, for which this is still faster than a numerical solver. 12 This is a good question. For sparse systems there aren't as many determinants to be built. There may be an optimal sparsity and size NxN, for which this is still faster than a numerical solver. Also for the `Di`s there are a lot of sub-determinants that can be computed only once.