Show
Ignore:
Timestamp:
07/27/09 22:17:46 (15 years ago)
Author:
smidl
Message:

unification of inv in sqmat

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/math/square_mat.h

    r427 r433  
    152152 
    153153                */ 
    154                 virtual void inv ( fsqmat &Inv ); 
     154                void inv ( fsqmat &Inv ) const; 
    155155 
    156156                double logdet() const {return log ( det ( M ) );}; 
     
    224224                @param Inv a space where the inverse is stored. 
    225225                */ 
    226                 virtual void inv ( ldmat &Inv ) const; 
     226                void inv ( ldmat &Inv ) const; 
    227227 
    228228                /*! \brief Symmetric multiplication of \f$U\f$ by a general matrix \f$C\f$, result of which is stored in the current class.