Boost logo

Ublas :

Subject: [ublas] [bindings] Redundant parameters in lapack::orm* functions
From: Marco Guazzone (marco.guazzone_at_[hidden])
Date: 2010-08-12 10:24:33


Hi,

I've noticed that some of the ORM* functions have (IMHO) redundant parameters.
For instance, if I'm not wron, in ORMQL:

  ormql( const Side side, const fortran_int_t k, const MatrixA& a,
const VectorTAU& tau, MatrixC& c )

parameter "k" can be removed since it represents the size of "tau"
(e.g., see http://www.netlib.org/lapack/explore-html/a00840_source.html).

Similar consideration may be done for the others ORM* functions.

What do you think?

Thank you very much.

Cheers,

-- Marco