As CFAVML's operations increase we want to be able to use them within ndarray operations, to do that we are adding some extension traits that provide fast_* trait based operations as well as a function based utilities which IMO are cleaner than the trait calling.
Currently, this is a WIP as the only thing that is really working currently is the V1 logic of broadcasting different arrays and applying the operator.
As CFAVML's operations increase we want to be able to use them within ndarray operations, to do that we are adding some extension traits that provide
fast_*
trait based operations as well as a function based utilities which IMO are cleaner than the trait calling.Currently, this is a WIP as the only thing that is really working currently is the V1 logic of broadcasting different arrays and applying the operator.