Recent from talks
All channels
Be the first to start a discussion here.
Be the first to start a discussion here.
Be the first to start a discussion here.
Be the first to start a discussion here.
Welcome to the community hub built to collect knowledge and have discussions related to Irregular matrix.
Nothing was collected or created yet.
Irregular matrix
View on Wikipediafrom Wikipedia
An irregular matrix, or ragged matrix, is a matrix that has a different number of elements in each row. Ragged matrices are not used in linear algebra, since standard matrix transformations cannot be performed on them, but they are useful in computing as arrays which are called jagged arrays. Irregular matrices are typically stored using Iliffe vectors.
For example, the following is an irregular matrix:
See also
[edit]References
[edit]- Paul E. Black, Ragged matrix, from Dictionary of Algorithms and Data Structures, Paul E. Black, ed., NIST, 2004.
