使用C ++的数值方法:任何书籍推荐 [英] Numerical methods with C++: Any book recommendations

查看:63
本文介绍了使用C ++的数值方法:任何书籍推荐的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以推荐一本关于数字方法的好书,以理想的方式使用C ++呈现

主题吗?

-

" ;如果我们的假设是关于任何事情而不是关于某一个或多个特定事物,那么我们的推论就构成了数学。因此,数学可能被定义为我们永远不知道我们所讨论的是什么,以及我们所说的是否属实的主题。 - Bertrand

Russell

Can anyone recommend a good book on numerical methods that presents the
subject using C++ in an ideal manner?
--
"If our hypothesis is about anything and not about some one or more
particular things, then our deductions constitute mathematics. Thus
mathematics may be defined as the subject in which we never know what we
are talking about, nor whether what we are saying is true." - Bertrand
Russell

推荐答案

Steven T. Hatton写道:
Steven T. Hatton wrote:
任何人都可以推荐一本关于使用C ++以理想的方式呈现
主题的数学方法的好书吗?
Can anyone recommend a good book on numerical methods that presents the
subject using C++ in an ideal manner?




您需要定义理想的方式。


我使用的是科学与工程C ++在我的一些工作中。喜欢它。


V



You need to define "ideal manner".

I used "Scientific and Engineering C++" in some of my work. Liked it.

V


Victor Bazarov写道:
Victor Bazarov wrote:
Steven T. Hatton写道:
Steven T. Hatton wrote:
任何人都可以推荐一本关于数学方法的好书,以理想的方式使用C ++呈现
主题吗?
Can anyone recommend a good book on numerical methods that presents the
subject using C++ in an ideal manner?



你需要定义理想的方式。

我用的是科学与工程C ++。在我的一些工作中。喜欢它。

V



You need to define "ideal manner".

I used "Scientific and Engineering C++" in some of my work. Liked it.

V




我的意思是有很少的宏,如果有的话,以下是有效使用:

compositors,gslices,valarrays,重载operator []用于索引

多维结构(张量)。代码应该清晰简洁,并且b / b
有效。代码应该是面向对象的,但应该谨慎地使用

动态类型。


特别是我想讨论的一个领域是索引,以及

特别是使用gslices对张量进行索引。

-

如果我们的假设是关于任何事情而不是关于某个或多个

特定的东西,然后我们的推论构成数学。因此,数学可能被定义为我们永远不知道我们所讨论的是什么,以及我们所说的是否属实的主题。 - Bertrand

Russell



I mean there are few if any macros, and the following are used effectively:
compositors, gslices, valarrays, overloaded operator[] for indexing
multidimensional structures (tensors). The code should be clear concise and
efficient. The code should be object oriented, but should probably use
dynamic typing sparingly.

One area in particular I would like a good discussion of is indexing, and
particularly the indexing of tensors using gslices.
--
"If our hypothesis is about anything and not about some one or more
particular things, then our deductions constitute mathematics. Thus
mathematics may be defined as the subject in which we never know what we
are talking about, nor whether what we are saying is true." - Bertrand
Russell


Steven T. Hatton写道:
Steven T. Hatton wrote:
Victor Bazarov写道:

Victor Bazarov wrote:

Steven T. Hatton写道:
Steven T. Hatton wrote:
任何人都可以推荐一本关于使用
主题的数值方法的好书C ++理想的方式?
Can anyone recommend a good book on numerical methods that presents the
subject using C++ in an ideal manner?



你需要定义理想的方式。

我使用的是科学与工程C ++。在我的一些工作中。喜欢它。

V



You need to define "ideal manner".

I used "Scientific and Engineering C++" in some of my work. Liked it.

V



我的意思是有很少的宏,如果有的话,以下有效使用:
compositors,gslices,valarrays,重载operator []用于索引
多维结构(张量)。代码应该清晰简洁,高效。代码应该是面向对象的,但应该谨慎地使用动态类型。

我特别想讨论一个领域是索引,特别是索引的索引。使用gslices的张量。


I mean there are few if any macros, and the following are used effectively:
compositors, gslices, valarrays, overloaded operator[] for indexing
multidimensional structures (tensors). The code should be clear concise and
efficient. The code should be object oriented, but should probably use
dynamic typing sparingly.

One area in particular I would like a good discussion of is indexing, and
particularly the indexing of tensors using gslices.




我认为你很清楚这本书的外观和它应该包含的内容是什么。现在,你所要做的就是写它并找到一个出版商。

或者找一个出版商并写出来。无论如何。


请记住这一点:好的,干净的,高效的,代码很难得到,

并且通常花费很多[生产]。所以,如果说,我有一个干净的,有效的方式与使用gslices的张量一起工作,为什么我只是简单地把它放在一本书中,当我把它放在书上时在图书馆卖掉它?


这是你的选择。你可以继续梦想在一些

书中找到所需要的东西,以理想的方式呈现它,或者开始使用你已经得到的东西。


V



I think you have a good idea what such a book would look like and what it
should contain. Now, all you have to do is write it and find a publisher.
Or find a publisher and write it. Whichever.

Remember this, though: good, clean, efficient, code is hard to come by,
and usually costs a lot [to produce]. So, if, say, I have a clean,
efficient way of working with tensors using gslices, why would I simply
put it in a book when I can put it in a library and sell it?

It''s your choice. You can keep dreaming of finding all you need in some
book that presents it in an ideal manner or start working with what you''ve
got.

V


这篇关于使用C ++的数值方法:任何书籍推荐的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆