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