Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ashok Kumar, Bharath
so2021
Commits
f3fa3658
Commit
f3fa3658
authored
Apr 06, 2021
by
Praetorius, Simon
Browse files
Add some cites to the introduction slides
parent
5eea6aee
Changes
1
Hide whitespace changes
Inline
Side-by-side
presentation/_includes/introduction.md
View file @
f3fa3658
---
class
:
center, middle
# Introduction
class: middle
> .h3[Scott Meyers (2014):] If you’re not at all interested in performance, shouldn’t you
> be in the Python room down the hall?
---
# Scientific Programming with C++
...
...
@@ -20,6 +24,38 @@ class: center, middle
-
Multi-paradigm development: OOP, Generic, Functional, Meta-programming,...
-
Standardized, industry ready programming language
---
class: middle
> .h3[Bjarne Stroustrup (1994):] It would be nice if every kind of numeric software
> could be written in C++ without loss of efficiency, but unless something can be
> found that achieves this without compromising the C++ type system it may be
> preferable to rely on Fortran, Assembler or architecture-specific extensions.
<br>
.opacity-10[
> .h3[Todd L. Veldhuizen (2000):] C++ is now ready to compete with the performance
> of Fortran. Its performance problems have been solved by a combination of better
> optimizing compilers and template techniques. It's possible that C++ will be
> faster than Fortran for some applications.
]
---
class: middle
> .h3[Bjarne Stroustrup (1994)]: It would be nice if every kind of numeric software
> could be written in C++ without loss of efficiency, but unless something can be
> found that achieves this without compromising the C++ type system it may be
> preferable to rely on Fortran, Assembler or architecture-specific extensions.
<br>
> .h3[Todd L. Veldhuizen (2000)]: C++ is now ready to compete with the performance
> of Fortran. Its performance problems have been solved by a combination of better
> optimizing compilers and template techniques. It's possible that C++ will be
> faster than Fortran for some applications.
---
# Scientific Programming with C++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment