MCPcopy Create free account
hub / github.com/NVIDIA/MatX / IF

Function IF

include/matx/operators/if.h:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 */
285 template <typename T1, typename T2>
286 auto IF(T1 t1, T2 t2) {
287 return detail::IFOP<T1,T2>(t1,t2);
288 }
289} // end namespace matx

Callers 4

cgsolve_implFunction · 0.85
pinv_implFunction · 0.85
svdbpi_implFunction · 0.85
qr_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected