id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4442,Simple implementation of operator * for matrices with 0 complexity,Jesse Perla ,David Bellot,"The following is a simple implementation of operator * for matrix-matrix and matrix-vector which simply forwards to the existing prod() implementation. Since nested products A * B * C can't work yet, it does a compile time check to make sure this isn't occuring. See attached patch and test file. Note that this also has patched changes for ticket #4441 built in ",Patches,assigned,To Be Determined,uBLAS,Boost Development Trunk,Problem,,,David Bellot