Skip to content

Sparse matrix functionality is not implemented #13

@MaxGoryunov

Description

@MaxGoryunov

Currently there are no functions for working with sparse matrices. These are the operations which must be implemented(assuming each matrix is n by n):

  • 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions