Re: Fortran vs C++ for scientific computing
- From: beliavsky@xxxxxxx
- Date: 21 Mar 2006 14:46:11 -0800
Ben Hetland wrote:
<snip>
So here's perhaps where my knowledge of "practical Fortran" is limited.
I know you can operate very easily of arrays in F90, but I didn't know
that an expression like for instance A*B for two two-dimensional arrays
A and B really corresponded to a matrix multiplication. Please enlighten me!
A*B performs element-wise multiplication, and matmul(A,B) does matrix
multiplication. One can define operators so that A .x. B performs
matrix multiplication.
.
- References:
- Fortran vs C++ for scientific computing
- From: Kobe
- Re: Fortran vs C++ for scientific computing
- From: Joe Krahn
- Re: Fortran vs C++ for scientific computing
- From: Ben Hetland
- Re: Fortran vs C++ for scientific computing
- From: Joe Krahn
- Re: Fortran vs C++ for scientific computing
- From: Ben Hetland
- Fortran vs C++ for scientific computing
- Prev by Date: Re: Statement functions
- Next by Date: Re: function problem
- Previous by thread: Re: Fortran vs C++ for scientific computing
- Next by thread: Re: Fortran vs C++ for scientific computing
- Index(es):
Relevant Pages
|