You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mateogianolio
changed the title
Add methods that describe character of a matrix
Matrix: Describe character
Apr 5, 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
The text was updated successfully, but these errors were encountered: