coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
365 stars 127 forks source link

Matrix::print() does not consider lead dimension for dense matrices #54

Open svigerske opened 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: ferreau

Original creation time: 2016-08-12 13:53:24

Assignee: ferreau

Version: 3.2.0

The Matrix::print() command is not affected by the specified lead dimension provided for dense matrices. This makes it impossible for the user to detect wrong settings of this parameter.

svigerske commented 4 years ago

Comment by ferreau created at 2016-08-12 13:53:39

Changing status from new to assigned.