ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/minimizers/PRCG.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/minimizers/PRCG.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2008 by tim, Sun Feb 13 19:10:25 2005 UTC

# Line 40 | Line 40 | void PRCGMinimizer::init(){
40   */
41  
42   #include "minimizers/PRCG.hpp"
43 + namespace oopse {
44 +        
45   void PRCGMinimizer::init(){
46  
47    calcG();
# Line 99 | Line 101 | void PRCGMinimizer::prepareStep(){
101      direction[i] = -curG[i] + beta * direction[i];
102  
103   }
104 +
105 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines