Closed vpuri3 closed 2 years ago
do we need to do size checking for mul!, *?
mul!, *
^ yes
instead of defining a separate IdentityOp, NullOp, just define a ScaleOp and set
IdentityOp
NullOp
ScaleOp
const IdentityOp{D,N} = ScaleOp{D,N}(true) const NullOp{D,N} = ScaleOp{D,N}(false)
do we need to do size checking for
mul!, *
?