in reply to Re: Re: floyd warshall trans closure
in thread floyd warshall trans closure
I want to build a matrix using a hash of hashes so that I can delete items easily afterwards without the matrix getting illformed. I find it hard to use the packages, because they require a certain input format.I find this remark curious as the floyd_warshall sub can take a reference to a hash of hashes as argument.
can I do multiplication with a matrix that is built as a hash of hashes?Sure, but you probably have to code it yourself.
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: floyd warshall trans closure
by Anonymous Monk on Oct 22, 2003 at 09:56 UTC |