Xmipp  v3.23.11-Nereus
Functions
ObjectiveFunction.cpp File Reference
#include <unistd.h>
#include <string.h>
#include "ObjectiveFunction.h"
#include "tools.h"
Include dependency graph for ObjectiveFunction.cpp:

Go to the source code of this file.

Functions

void projectionIntoFeasibleSpace (Vector vFrom, Vector vBase, ObjectiveFunction *of)
 

Function Documentation

◆ projectionIntoFeasibleSpace()

void projectionIntoFeasibleSpace ( Vector  vFrom,
Vector  vBase,
ObjectiveFunction of 
)

Definition at line 74 of file CTRSSolver.cpp.

75 {
76  vBase.copyFrom(vFrom);
77 }
void copyFrom(Vector r, int _n=0)
Definition: Vector.cpp:215