biology daily - the biology and biochemistry encyclopedia
biology daily articles and research Encyclopedia Dictionary Forums biology research links Weblinks Pictures Articles Blogs Newsletter

Matrix representation

This page describes the layout of matrices in the memory of computers. See linear representation for group representations by matrices.

A matrix representation is a method used by a computer language to store matrices of 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 represention and Morton-order matrix represention .

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

External links

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).


07-14-2008 23:18:10
The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License. How to see transparent copy
BiologyDaily.com 2005. Legal info   Privacy