On Thursday 16 Feb 2012 08:34:03 Martin Baker wrote:
> On Thursday 16 Feb 2012 08:05:00 Ralf Hemmecke wrote:
> > cp: cannot stat `WGRPH.NRLIB/WGRPH.fasl': No such file or directory
> > make[4]: ***
> > [/home/hemmecke/g/fricas-bisect/b/target/x86_64-unknown-linux/algebra/WGR
> > PH .fasl] Error 1
> > make[4]: Leaving directory
> > `/home/hemmecke/v/git/fricas-bisect/b/src/algebra'
> > make[3]: *** [do-update-spads] Error 2
> > make[3]: Leaving directory
> > `/home/hemmecke/v/git/fricas-bisect/b/src/algebra'
> > make[2]: *** [all-ax] Error 2
> > make[2]: Leaving directory
> > `/home/hemmecke/v/git/fricas-bisect/b/src/algebra'
> > make[1]: *** [all-algebra] Error 2
> > make[1]: Leaving directory `/home/hemmecke/v/git/fricas-bisect/b/src'
> > make: *** [all-src] Error 2
>
Ralf,
Or is it because matrix was called? Should it be more like this?
-- Distance weights between nodes.
weightedDistanceMatrix(s:%):TwoDimensionalArray WEIGHT ==
arr := new(#(getVertices s),#(getVertices s),
0)$TwoDimensionalArray(WEIGHT)
for u in 1..#(getVertices s) repeat
for v in 1..#(getVertices s) repeat
qsetelt!(arr,(u::Integer)-1,
(v::Integer)-1,distanceWeighted(s,u,v))
arr
Martin
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.