Export to GitHub

pyamg - issue #126

implement specialized triple matrix product


Posted on Sep 21, 2011 by Quick Rabbit

Computing R * A * P in one shot should be faster than (R * A) * P or R * (A * P)

Comment #1

Posted on Jul 8, 2013 by Happy Elephant

Closing these issues on Google Code. The new issues are at github: https://github.com/pyamg/pyamg/issues

Comment #2

Posted on Jul 8, 2013 by Happy Elephant

moved to github: https://github.com/pyamg/pyamg/issues

Status: Done

Labels:
Milestone-Release2.1 Type-Enhancement