Skip to main content

2016 | OriginalPaper | Buchkapitel

4. Data Arrays

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

Numeric computations based on repetitive tasks (or loops) are not too efficient in scripting languages, such as Jython/Python. Loops offer an easy way to do something repeatedly, but creating objects in loops is slow. This has already been illustrated using Jython arrays in Sect. 2.​13.​2. In most cases, what we really want is to manipulate with primitive data types, such as floats or integers, rather than with immutable objects used for representation of numbers in Jython. Therefore, our strategy for this book will be the following: Jython will be viewed as interface language, i.e., a language designed to link and manipulate with high-level Java classes that implement repetitive operations with primitive types. In the following chapters, we discuss objects used for data storage and manipulation—building blocks from which a typical data analysis program is constructed. Unlike Jython classes, the objects to be discussed below are derived from pure Java classes and imported from the Java libraries of DMelt.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

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!

Metadaten
Titel
Data Arrays
verfasst von
Sergei V. Chekanov
Copyright-Jahr
2016
DOI
https://doi.org/10.1007/978-3-319-28531-3_4