Skip to content
Snippets Groups Projects
Commit 6a1b5e12 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: rename dense matrix multiply methods

- make names consistent with lduMatrix
    A*x  => Matrix::Amul
    AT*x => Matrix::Tmul  (same as x*A)
parent a0c0b64d
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment