MCPcopy Create free account
hub / github.com/davisking/dlib / operator()

Method operator()

dlib/quantum_computing/quantum_computing.h:261–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 gate_exp(T& exp_) : exp(exp_) {}
260
261 const qc_scalar_type operator() (long r, long c) const { return exp(r,c); }
262
263 const matrix<qc_scalar_type> mat (
264 ) const

Callers

nothing calls this directly

Calls 1

expFunction · 0.85

Tested by

no test coverage detected