MCPcopy Create free account
hub / github.com/Derious/cuMPC / call_ref_6

Function call_ref_6

dependence/eigen-3.4.0/test/ref.cpp:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226EIGEN_DONT_INLINE void call_ref_5(Ref<MatrixXf,0,OuterStride<> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
227template<typename B>
228EIGEN_DONT_INLINE void call_ref_6(const Ref<const MatrixXf,0,OuterStride<> >& a, const B &b) { VERIFY_IS_EQUAL(a,b); }
229template<typename B>
230EIGEN_DONT_INLINE void call_ref_7(Ref<Matrix<float,Dynamic,3> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
231

Callers 1

call_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected