Menu

feature request

2004-01-16
2012-09-15
  • Thomas Lemaire

    Thomas Lemaire - 2004-01-16

    The function set_submatrix(...) from the matrix class needs many redundant parameters :

    void     set_submatrix (int r1, int r2, int c1, int c2, const Mat< Num_T > &m)

    Could the following function be added ?

    void     set_submatrix (int r, int c, const Mat< Num_T > &m)

    where r,c defines the top-left corner of the submatrix, and the size of the submatrix is defined by the size of the matrix given in argument.

    thomas

     
    • Tony Ottosson Gadd

      Added into CVS for release in 3.7.3.

      /Tony

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.