Method Modulo
interface ITensorBackend<'T> with member Modulo: ITensorFrontend<'T> * ITensorFrontend<'T> * ITensorFrontend<'T> -> unit
Declaration
interface ITensorBackend<'T> with member Modulo: trgt:ITensorFrontend<'T> * a:ITensorFrontend<'T> * b:ITensorFrontend<'T> -> unit
Parameters
Type | Name | Description |
---|---|---|
ITensor |
trgt | |
ITensor |
a | |
ITensor |
b |