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

Regular matrix functionality is not implemented #24

Open
MaxGoryunov opened this issue Aug 29, 2023 · 0 comments
Open

Regular matrix functionality is not implemented #24

MaxGoryunov opened this issue Aug 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MaxGoryunov
Copy link
Owner

There are functions for working with sparse matrices in Sparse module, but there are no functions for regular matrices. The list of required functions is the same as for sparse matrices:

  • creating an identity matrix
  • reading matrix from file
  • printing a matrix
  • matrix addition/subtraction
  • matrix multiplication by a number
  • matrix miltiplication by a vector
  • matrix multiplication by another matrix
  • creating a random normalized orthogonal matrix
  • creating a diagonal matrix from a given vector
@MaxGoryunov MaxGoryunov self-assigned this Aug 29, 2023
@MaxGoryunov MaxGoryunov added the enhancement New feature or request label Aug 29, 2023
MaxGoryunov added a commit that referenced this issue Aug 29, 2023
MaxGoryunov added a commit that referenced this issue Aug 30, 2023
MaxGoryunov added a commit that referenced this issue Aug 31, 2023
MaxGoryunov added a commit that referenced this issue Sep 1, 2023
MaxGoryunov added a commit that referenced this issue Sep 4, 2023
@MaxGoryunov MaxGoryunov mentioned this issue Sep 4, 2023
MaxGoryunov added a commit that referenced this issue Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant