aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-matrix-transpose.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc code improvementsMattias Andrée2017-07-161-7/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use #include instead of #defineMattias Andrée2017-07-161-32/+38
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some improvements and fixesMattias Andrée2017-07-151-7/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* blind-matrix-{rotate,transpose}: fix input checkMattias Andrée2017-07-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add blind-matrix-{orthoproject,reflect,rotate,scale,shear,translate,transpose}Mattias Andrée2017-07-141-0/+76
Signed-off-by: Mattias Andrée <maandree@kth.se>