MCPcopy Create free account
hub / github.com/cvanaret/Uno / reset

Method reset

uno/optimization/Direction.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 void Direction::reset() {
24 this->primals.fill(0.);
25 this->multipliers.reset();
26 }
27
28 std::ostream& operator<<(std::ostream& stream, const Direction& direction) {
29 stream << "Direction:\n";

Callers 4

uno_solveMethod · 0.45

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected