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

Method code

plugin/mpi/hpddm.cpp:550–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 set() : OneOperator(atype<long>(), atype<Type*>()) { }
549
550 E_F0* code(const basicAC_F0& args) const {
551 return new set_Op<Type, K>(args, t[0]->CastTo(args[0]));
552 }
553};
554template<class Type, class K>
555AnyType set_Op<Type, K>::operator()(Stack stack) const {

Callers 4

MatF_OMethod · 0.45
MatMatF_OMethod · 0.45
MatF_OMethod · 0.45
MatMatF_OMethod · 0.45

Calls 1

CastToMethod · 0.45

Tested by

no test coverage detected