Changeset 30 for trunk/src/matrix.h


Ignore:
Timestamp:
Jan 16, 2004, 6:40:51 PM (19 years ago)
Author:
Peter
Message:

adding SVM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/matrix.h

    r21 r30  
    215215    friend std::ostream& operator<< ( std::ostream& s_out, const matrix& );
    216216
    217 
    218 
    219 
     217    /**
     218       Getting vector operator
     219    */
     220    vector operator[]( const size_t& i ) const;
     221 
    220222  private:
    221223    gsl_matrix* new_copy( const gsl_matrix* );
     
    232234
    233235#endif
    234 
    235 
Note: See TracChangeset for help on using the changeset viewer.