MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / empty

Method empty

plugin/seq/ff-Ipopt.cpp:397–397  ·  view source on GitHub ↗

Structure& operator()() {return structure;} const Structure& operator()() const {return structure;}

Source from the content-addressed store, hash-verified

395 // Structure& operator()() {return structure;}
396 // const Structure& operator()() const {return structure;}
397 bool empty( ) const { return structure.empty( ) && !raws && !cols; }
398
399 int N( ) const { return n; }
400

Callers 6

~SimplePDFModuleMethod · 0.45
DistanceFunction · 0.45
nextMethod · 0.45
isoline.cppFile · 0.45
codeMethod · 0.45
VirtualSolverSuperLUMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected