dangmoody / HLML

Auto-generated maths library for C and C++ based on HLSL/Cg
24 stars 1 forks source link

Pseudo-inverse for non-square matrix types #1

Closed dangmoody closed 4 years ago

dangmoody commented 5 years ago

Currently division for non-square matrix types does a component-wise division. Should do a multiply-by-pseudo-inverse to be consistent with square-matrices (which do a multiply-by-inverse).

dangmoody commented 4 years ago

Will add on request. Let's see what people think of the library as it is first.