Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58786 - sandbox/numeric_bindings/libs/numeric/bindings/tools/templates
From: rutger_at_[hidden]
Date: 2010-01-07 02:05:31


Author: rutger
Date: 2010-01-07 02:05:31 EST (Thu, 07 Jan 2010)
New Revision: 58786
URL: http://svn.boost.org/trac/boost/changeset/58786

Log:
Added comments to min/opt workspace into lapack template

Text files modified:
   sandbox/numeric_bindings/libs/numeric/bindings/tools/templates/lapack.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/numeric_bindings/libs/numeric/bindings/tools/templates/lapack.hpp
==============================================================================
--- sandbox/numeric_bindings/libs/numeric/bindings/tools/templates/lapack.hpp (original)
+++ sandbox/numeric_bindings/libs/numeric/bindings/tools/templates/lapack.hpp 2010-01-07 02:05:31 EST (Thu, 07 Jan 2010)
@@ -123,6 +123,7 @@
     // * Figures out the minimal workspace requirements, and passes
     // the results to the user-defined workspace overload of the
     // invoke static member function
+ // * Enables the unblocked algorithm (BLAS level 2)
     //
     template< $TYPES >
     static void invoke( $LEVEL1, minimal_workspace work ) {
@@ -137,6 +138,7 @@
     // * Figures out the optimal workspace requirements, and passes
     // the results to the user-defined workspace overload of the
     // invoke static member
+ // * Enables the blocked algorithm (BLAS level 3)
     //
     template< $TYPES >
     static void invoke( $LEVEL1, optimal_workspace work ) {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk