Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Matrix{22|33|44} #16

Open
26 of 43 tasks
utilForever opened this issue Apr 19, 2021 · 0 comments
Open
26 of 43 tasks

Implement Matrix{22|33|44} #16

utilForever opened this issue Apr 19, 2021 · 0 comments
Assignees

Comments

@utilForever
Copy link
Member

utilForever commented Apr 19, 2021

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
@utilForever utilForever added this to To do in Math library via automation Apr 19, 2021
@hyp3rflow hyp3rflow moved this from To do to In progress in Math library May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Math library
In progress
Development

No branches or pull requests

2 participants