Skip to main content
Top

2025 | OriginalPaper | Chapter

Object-Oriented Matrices

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

In this chapter on object-oriented matrices, we first focus on the structure and storage of multidimensional matrices, which are also mapped by applications on digital von Neumann computers into one-dimensional physical main memory. The section on hypermatrices explains this context and presents different representations for multidimensional matrices with the corresponding mathematical mapping rules. The representation of matrices is followed by the exemplary implementation of multidimensional matrices and vectors in object-oriented matrix classes, like MATRIZEM,MATRIX and VEKTOR, using the programming language C++. The primary goal is to demonstrate the organization of matrix objects in suitable class structures according to the object-oriented principles of encapsulation, inheritance, and communication interfaces of public functions. Readers may extend their knowledge of object orientation in C++ by studying relevant literature, such as [Rumbaugh/Blaha/Premerlani/Eddy/Lorensen 1991] on object-oriented modeling or like [Breymann 1997] on C++, as well as conduct research on the Internet. In addition to generating and managing static and dynamic matrix objects, it is particularly important to recognize the advantages of operator overloading in the presented approach. This allows for an intuitive and transparent handling of the new matrix objects for arithmetic and functional operations. These aspects will be demonstrated in Chapter 7 through two typical FEM-application algorithms implemented using tensor and matrix objects.

Dont have a licence yet? Then find out more about our products and how to get one now:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Metadata
Title
Object-Oriented Matrices
Author
Udo F. Meissner
Copyright Year
2025
DOI
https://doi.org/10.1007/978-3-031-59302-4_3