Re: Matrix Multiplication
- From: Gordon Sande <g.sande@xxxxxxxxxxxxxxxx>
- Date: Mon, 07 Jan 2008 20:06:29 GMT
On 2008-01-07 15:54:04 -0400, user923005 <dcorbit@xxxxxxxxx> said:
On Jan 6, 1:25 pm, Evgenii Rudnyi <use...@xxxxxxxxx> wrote:
You asked for comments on your Matrix Multiply. You "forgot" to mention
that F90 has that as an intrinsic which will be as efficient or not as
any other system that has a run time support for such an operation.
I think it is a good idea to let the Fortran 9x programmers give it a
try.
If they can come up with a marvelous solution, I would like to see it.
To the Fortran camp, this article:
http://matrixprogramming.com/MatrixMultiply/
Discusses matrix multiplication. Can you provide an optimal Fortran
9x solution for comparison purposes?
Why would anyone develop a matrix multiply when there is a MATMUL intrinsic?
Mostly you can expect to be told to read the fine manual.
Are you still under the impression that Rudnyi is doing anything other
than a three loop N^3 in his various examples. He has figured out that
there are various languages, including F90, that share the attribute
of having matrix multiply built-in and that all of them will be equally
efficient, or not, depending upon how dilligent their implementors are.
No effort required on the part of the end programmer.
.
- Follow-Ups:
- Re: Matrix Multiplication
- From: user923005
- Re: Matrix Multiplication
- References:
- Matrix Multiplication
- From: Evgenii Rudnyi
- Re: Matrix Multiplication
- From: Gordon Sande
- Re: Matrix Multiplication
- From: Evgenii Rudnyi
- Re: Matrix Multiplication
- From: Gordon Sande
- Re: Matrix Multiplication
- From: Evgenii Rudnyi
- Re: Matrix Multiplication
- From: user923005
- Re: Matrix Multiplication
- From: Evgenii Rudnyi
- Re: Matrix Multiplication
- From: b52b
- Re: Matrix Multiplication
- From: Evgenii Rudnyi
- Re: Matrix Multiplication
- From: Gordon Sande
- Re: Matrix Multiplication
- From: Evgenii Rudnyi
- Re: Matrix Multiplication
- From: Gordon Sande
- Re: Matrix Multiplication
- From: Evgenii Rudnyi
- Re: Matrix Multiplication
- From: user923005
- Matrix Multiplication
- Prev by Date: Re: Matrix Multiplication
- Next by Date: Re: Matrix Multiplication
- Previous by thread: Re: Matrix Multiplication
- Next by thread: Re: Matrix Multiplication
- Index(es):
Relevant Pages
|