JIT Connectivity Operators

JIT Connectivity Operators#

jitc_mv_prob_homo

Perform the \(y=M@v\) operation, where \(M\) is just-in-time randomly generated with a scalar weight at each position.

jitc_mv_prob_uniform

Perform the \(y=M@v\) operation, where \(M\) is just-in-time randomly generated with a uniform distribution for its value.

jitc_mv_prob_normal

Perform the \(y=M@v\) operation, where \(M\) is just-in-time randomly generated with a normal distribution for its value.

jitc_event_mv_prob_homo

Perform the \(y=M@v\) operation, where \(M\) is just-in-time randomly generated with a scalar weight at each position.

jitc_event_mv_prob_uniform

Perform the \(y=M@v\) operation, where \(M\) is just-in-time randomly generated with a uniform distribution for its value.

jitc_event_mv_prob_normal

Perform the \(y=M@v\) operation, where \(M\) is just-in-time randomly generated with a normal distribution for its value.