MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / impl

Method impl

Core/Variational/var.cpp:598–601  ·  view source on GitHub ↗

et::var::impl funcs: */

Source from the content-addressed store, hash-verified

596
597/* et::var::impl funcs: */
598impl::impl(const MatrixXd& _val) :
599 val(_val),
600 m_is_differentiable(false),
601 op(op_type::none) {}
602
603impl::impl(const MatrixXd& _val, bool is_differentiable) :
604 val(_val),

Callers 12

GetUnitTestImplFunction · 0.80
operator=Method · 0.80
dispatcherMethod · 0.80
runMethod · 0.80
runMethod · 0.80
FunctorExtractorMethod · 0.80
FunctorExtractorMethod · 0.80
getTupleMethod · 0.80
getTupleMethod · 0.80
GetUnitTestImplFunction · 0.80
operator=Method · 0.80

Calls 2

getValueTypeMethod · 0.80
emplace_backMethod · 0.45

Tested by 5

GetUnitTestImplFunction · 0.64
operator=Method · 0.64
GetUnitTestImplFunction · 0.64
operator=Method · 0.64