Opened 17 years ago

Closed 17 years ago

#138 closed request (fixed)

utility::matrix add function could be operator+=

Reported by: Peter Owned by: Jari Häkkinen
Priority: minor Milestone: yat 0.3 (Public release)
Component: utility Version: trunk
Keywords: Cc:

Description

The functions below look pretty much like operator+=, don't they?

int add (const matrix &b)
int add_constant (const double d)

Change History (4)

comment:1 Changed 17 years ago by Jari Häkkinen

Type: idearequest

Removing type "idea" and changing this to a "request".

comment:2 Changed 17 years ago by Peter

Also scale could be const matrix & operator*=(double)

comment:3 Changed 17 years ago by Jari Häkkinen

Status: newassigned

comment:4 Changed 17 years ago by Jari Häkkinen

Resolution: fixed
Status: assignedclosed

(In [773]) Fixes #138. Removed add, sub, scale and added appropriate operators.

Note: See TracTickets for help on using tickets.