Changeset 33 for bdm/stat/libFN.cpp

Show
Ignore:
Timestamp:
03/05/08 16:01:56 (16 years ago)
Author:
smidl
Message:

Oprava PF a MPF + jejich implementace pro pmsm system

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libFN.cpp

    r22 r33  
    33 
    44using std::endl; 
    5  
    6 linfn linfn::evalsome ( ivec &rvind ) 
    7 { 
    8         return *this; 
    9 } 
    105 
    116bilinfn::bilinfn ( const RV &rvx0, const RV &rvu0, const mat &A0, const mat &B0 ) : diffbifn ( rvx0,rvu0 )