Re: New and faster algorithm for multiplication
- From: "robertwessel2@xxxxxxxxx" <robertwessel2@xxxxxxxxx>
- Date: 7 Sep 2005 15:24:53 -0700
Hans Petter Selasky wrote:
> Hi,
>
> I think I have found a new and faster algorithm for multiplication.
>
> http://home.c2i.net/hselasky/math/multiply.c
As near as I can tell this algorithm is pretty solidly iterative, in
that you have to perform the 32 cycles (assuming 32 bit numbers) one
after the other, so it's O(n). The classical full array multiplier is,
at worst (with just a tree of full width adders), O(lg(n)**2), and
faster with various carry-save schemes.
Perhaps if you wrote some more about the underlying theory of this
algorithm...
.
- Follow-Ups:
- Re: New and faster algorithm for multiplication
- From: Hans Petter Selasky
- Re: New and faster algorithm for multiplication
- References:
- New and faster algorithm for multiplication
- From: Hans Petter Selasky
- New and faster algorithm for multiplication
- Prev by Date: Re: New and faster algorithm for multiplication
- Next by Date: Re: New and faster algorithm for multiplication
- Previous by thread: Re: New and faster algorithm for multiplication
- Next by thread: Re: New and faster algorithm for multiplication
- Index(es):
Relevant Pages
|
|