Skip to content
Commit 79d1c2a0 authored by Karl Rupp's avatar Karl Rupp
Browse files

Matrix: Transposition is now propagated as a runtime flag into the backend.

This replaces compile-time dispatches with respect to row_major and column_major tags
by runtime arguments (boolean flags). This reduces compilation times a little and
simplifies the incorporation of external BLAS backends.
Also, it reduces the amount of code we have to maintain :-)
parent 3b2d6099
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment