photo

Matthew Suttinger


Aktiv seit 2016

Followers: 0   Following: 0

Research assistant focusing on simulations of optical phenomenon. Research interests include Quantum Mechanics and Quantum Cascade Lasers.

Statistik

All
  • First Answer
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
rectangularPulse: no drop to 1/2 at edges
If you don't mind converting it to a double after applying inputs, wrap the result in the ceil() function. y = ceil(rectang...

mehr als 6 Jahre vor | 0

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

etwa 8 Jahre vor

Frage


How do I apply a function to every 2D plane of a 3D gpuArray?
I have a gpuArray, A, of dimensions (Nx,Ny,Nz). I would like to apply a function on every (x,y) slice. Essentially: for z =...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort