-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
A list of features to implement
- Fill
- Set diagonal
- Is similar
- Is square
- Get rows
- Get cols
- Transpose
- Invert
- Sum
- Average
- Min
- Max
- Absolute min
- Absolute max
- Trace
- Determinant
- Diagonal
- Off diagonal
- Strict lower triangle
- Strict upper triangle
- Lower triangle
- Upper triangle
- Transposed
- Inverse
- Binary operators
- Plus
- Minus
- Multiply
- Divide
- Reflected
- Projected
- Distance to
- Dot product
- Cross product
- Comparison operators
- Equal
- Not equal
- Helpers
- Make zero matrix
- Make identity matrix
- Make scale matrix
- Make rotation matrix
- Make translation matrix