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

Matrix: Describe character #142

Open
mateogianolio opened this issue Mar 6, 2019 · 0 comments
Open

Matrix: Describe character #142

mateogianolio opened this issue Mar 6, 2019 · 0 comments

Comments

@mateogianolio
Copy link
Owner

mateogianolio commented Mar 6, 2019

Many of the basic linear algebra primitives are specifically designed for different types of matrices. There should be methods that identify the character of a matrix, including but not limited to

  • general
  • banded
  • symmetric or Hermitian positive-definite (full, packed, and rectangular full packed (RFP) storage)
  • symmetric or Hermitian positive-definite banded
  • symmetric or Hermitian indefinite (both full and packed storage)
  • symmetric or Hermitian indefinite banded
  • triangular (full, packed, and RFP storage)
  • triangular banded
  • tridiagonal
  • diagonally dominant tridiagonal.
@mateogianolio mateogianolio changed the title Add methods that describe character of a matrix Matrix: Describe character Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant