Ignore:
Timestamp:
Mar 16, 2007, 2:00:31 AM (16 years ago)
Author:
Peter
Message:

dox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/matrix.h

    r810 r811  
    202202    void mul(const matrix& b);
    203203
    204     ///
    205     /// @brief Resize matrix
    206     ///
    207     /// All elements are set to @a init_value.
    208     ///
     204    /**
     205       \brief Resize matrix
     206       
     207       All elements are set to @a init_value.
     208
     209       \note underlying GSL matrix is destroyed and a view into this
     210       matrix becomes invalid.
     211    */
    209212    void resize(size_t, size_t, double init_value=0);
    210213
Note: See TracChangeset for help on using the changeset viewer.