dbo:abstract |
تمثيل المصفوفة هو طريقة تستعمل بواسطة لغة حاسوبية لخزن مصفوفات ذات بعدين أو أكثر في الذاكرة.تستخدم كل من لغة فورتران ولغة سي مخططات مختلفة لهذا الغرض. في فورتران تستعمل العمود كرئيس، يتم عبره تخزين جميع عناصر عمود بشكل مجاور في الذاكرة. في لغة سي يستعمل الصف كرئيس بالمقابل. في لغة لاباك تعرف تمثيلات مختلفة في الذاكرة.في لغات أخرى مثل جافا (لغة برمجة) تخزن المصفوفات باستعمال متجهات عرض وهي مناسبة جدا للمصفوفات غير المنتظمة. (ar) 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 for their native arrays. 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. Some languages such as Java store matrices using Iliffe vectors. These are particularly useful for storing irregular matrices. Matrices are of primary importance in linear algebra. (en) |
dbo:thumbnail |
wiki-commons:Special:FilePath/Row_and_column_major_order.svg?width=300 |
dbo:wikiPageExternalLink |
http://developer.r-project.org/Sparse.html |
dbo:wikiPageID |
1523927 (xsd:integer) |
dbo:wikiPageLength |
5877 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID |
1111684203 (xsd:integer) |
dbo:wikiPageWikiLink |
dbr:Morton-order_matrix_representation dbr:Algebra_over_a_field dbr:Matrix_(mathematics) dbc:Arrays dbr:Linear_algebra dbr:Computer_language dbr:C_(programming_language) dbc:Matrices dbr:Irregular_matrix dbr:Locality_of_reference dbr:Fortran dbr:Group_(mathematics) dbr:Java_programming_language dbr:LAPACK dbr:Transformation_matrix dbr:Dot_product dbr:Sparse_matrix dbr:Skyline_matrix dbr:Unitary_matrix dbr:Iliffe_vector dbr:Standard_array dbr:Row-_and_column-major_order dbr:Computer_storage dbr:Basis_vector dbr:SIMD_instruction dbr:SIMD_lane dbr:3D_graphics dbr:Sparse_matrix_representation dbr:Multiply-add dbr:File:Row_and_column_major_order.svg |
dbp:wikiPageUsesTemplate |
dbt:About dbt:Code dbt:Main dbt:Reflist dbt:2,3,4},{4,4,5 |
dct:subject |
dbc:Arrays dbc:Matrices |
gold:hypernym |
dbr:Method |
rdf:type |
dbo:Software yago:WikicatArrays yago:WikicatMatrices yago:Abstraction100002137 yago:Arrangement107938773 yago:Array107939382 yago:Group100031264 yago:Matrix108267640 |
rdfs:comment |
تمثيل المصفوفة هو طريقة تستعمل بواسطة لغة حاسوبية لخزن مصفوفات ذات بعدين أو أكثر في الذاكرة.تستخدم كل من لغة فورتران ولغة سي مخططات مختلفة لهذا الغرض. في فورتران تستعمل العمود كرئيس، يتم عبره تخزين جميع عناصر عمود بشكل مجاور في الذاكرة. في لغة سي يستعمل الصف كرئيس بالمقابل. في لغة لاباك تعرف تمثيلات مختلفة في الذاكرة.في لغات أخرى مثل جافا (لغة برمجة) تخزن المصفوفات باستعمال متجهات عرض وهي مناسبة جدا للمصفوفات غير المنتظمة. (ar) 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 for their native arrays. 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. Some languages such as Java store matrices using Iliffe vectors. These are particularly useful for storing irregular matrices. Matrices are of primary importance in linear algebra. (en) |
rdfs:label |
تمثيل مصفوفة (ar) Matrix representation (en) |
owl:sameAs |
freebase:Matrix representation yago-res:Matrix representation wikidata:Matrix representation dbpedia-ar:Matrix representation dbpedia-sr:Matrix representation https://global.dbpedia.org/id/4rV8p |
prov:wasDerivedFrom |
wikipedia-en:Matrix_representation?oldid=1111684203&ns=0 |
foaf:depiction |
wiki-commons:Special:FilePath/Row_and_column_major_order.svg |
foaf:isPrimaryTopicOf |
wikipedia-en:Matrix_representation |
is dbo:wikiPageWikiLink of |
dbr:Tridiagonal_matrix dbr:Heisenberg_group dbr:Adjacency_matrix dbr:Fortran dbr:Speaker_recognition dbr:Wilson_loop dbr:Sparse_matrix dbr:Z-order_curve dbr:Row-_and_column-major_order |
is foaf:primaryTopic of |
wikipedia-en:Matrix_representation |