Re: m.*! not native?
Nicolas Neuss <[email protected]>
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Message-ID | <[email protected]> |
Jefferson Provost <[email protected]> writes: > Yes it's quite fast. Multiplying two NxN matrices is still a little > slower than the outer product of two N-length vectors (which should also > be O(N^2) operations) -- but this is probably from going out of cache on > the large matrices, while the smaller vectors will stay in cache. Please rethink how many operations a matrix-matrix-multiplication needs... Nicolas.