Ignore:
Timestamp:
Sep 13, 2005, 11:28:13 AM (18 years ago)
Author:
Peter
Message:

added todo to matrix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/gslapi/matrix.h

    r357 r390  
    198198
    199199    ///
     200    /// @todo Matrix addition.
     201    ///
     202    /// @return The resulting matrix.
     203    ///
     204    matrix operator+=(const matrix&);
     205
     206    ///
    200207    /// Matrix subtraction.
    201208    ///
     
    203210    ///
    204211    matrix operator-(const matrix&) const;
     212
     213    ///
     214    /// @todo Matrix subtraction.
     215    ///
     216    /// @return The resulting matrix.
     217    ///
     218    matrix operator-=(const matrix&) const;
    205219
    206220    ///
Note: See TracChangeset for help on using the changeset viewer.