Welcome to roadip.com on July 6 2009.
This is an internet experiment running to monitor browsing habbits of individuals through wikipedia contents.

Matrix representation

From Wikipedia, the free encyclopedia

Jump to: navigation, search

A matrix representation is a method used by a computer language to store matrices of more than one dimension in memory.

Fortran and C use different schemes. Fortran uses "Column Major", in which all the elements for a given column are stored contiguously in memory. C uses "Row Major", which stores all the elements for a given row contiguously in memory.

LAPACK defines various matrix representations in memory. There is also Sparse matrix representation and Morton-order matrix representation.

According to the documentation, in LAPACK the unitary matrix representation is optimized. See [1].

Some languages such as Java store matrices using Iliffe vectors. These are particularly useful for storing irregular matrices.

[edit] See also

[edit] External links

Note 1: R. LEHOUCQ, The computation of elementary unitary matrices, Computer Science Dept. Technical Report CS-94-233, University of Tennessee, Knoxville, 1994. (LAPACK Working Note 72).

Personal tools

Visit joltnews for the latest headlines
Visit bloit.com for company information
Geed Media does computer consulting on long island.
This page viewed times. See Logs