blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
404 stars 83 forks source link

[operator+, set, fill] Help with finding funcionality #113

Closed ClmnsRck closed 5 years ago

ClmnsRck commented 5 years ago

Hey, i cant find some operations in the Documentation:

  1. adding a scalar to any type of Array
  2. how to fill a array with one single value for all cells

Could somebody help me here?

lutorm commented 5 years ago

It's been a while since I used blitz, but does the obvious syntax not work?

A = 1.0; A += 1.0;

On Sat, Apr 13, 2019, 06:25 ClmnsRck notifications@github.com wrote:

Hey, i cant find some operations in the Documentation:

  1. adding a scalar to any type of Array
  2. how to fill a array with one single value for all cells

Could somebody help me here?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/blitzpp/blitz/issues/113, or mute the thread https://github.com/notifications/unsubscribe-auth/AFK8GAGPPgIR9AFfGIHo5hX02MQt5i-rks5vggUHgaJpZM4cuIqW .

ClmnsRck commented 5 years ago

Actually it does, i got a weird error, that kind of demotivated me, but after just writing, what i thougt was right, it worked.