C-XSC A C++ Class Library for Extended Scientific Computing

C-XSC is a tool for the development of numerical algorithms delivering highly accurate and automatically verified results. It provides a large number of predefined numerical data types and operators. These types are implemented as C++ classes. Thus, C-XSC allows high-level programming of numerical a...

Full description

Bibliographic Details
Main Authors: Klatte, Rudi, Kulisch, Ulrich (Author), Wiethoff, Andreas (Author), Lawo, Christian (Author)
Format: eBook
Language:English
Published: Berlin, Heidelberg Springer Berlin Heidelberg 1993, 1993
Edition:1st ed. 1993
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
Table of Contents:
  • A Class Library in the Programming Language C++
  • 1.3 C-XSC: A Programming Environment for Scientific Computing with Result Verification
  • 1.4 Survey of C-XSC
  • 2 The Programming Languages C and C++
  • 2.1 A Short Introduction to C
  • 2.2 Additional Features in C++
  • 3 C—XSC Reference
  • 3.1 Constants, Data Types, and Variables
  • 3.2 Expressions
  • 3.3 Statements
  • 3.4 Error Handling
  • 3.5 Pitfalls for Programming with C — XSC
  • A Syntax Diagrams
  • A.1 Data Types
  • A.2 Management of Vectors and Matrices
  • A.3 Definition of Variables
  • A.4 Expressions
  • A.5 Logical Expressions
  • A.6 Type Castings
  • A.7 Assignments
  • A.8 Arithmetic Standard Functions
  • A.9 Other Functions
  • A.10 Input and Output
  • A.11 Extension of a Syntax Diagram of C++
  • B The Structure of the C — XSC Package
  • B.1 Header Files
  • B.2 Module Libraries
  • C Error List
  • D Sample Programs
  • D.1 Rounding Control of Arithmetic Operations
  • D.2