Skip to content

Implement in place functions #1229

Closed
@npolina4

Description

@npolina4

Implement call without extra copy for functions: add, divide, multiply, subtract.

dpt.add(a, b, out=a)

# should work like
a += b

# not like
a[...] = a + b

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions