AStupidBear / SpikingNeuralNetworks.jl

Julia Spiking Neural Network Simulator
Other
37 stars 16 forks source link

`zero` instead of `simzeros` #10

Closed sosiristseng closed 4 years ago

sosiristseng commented 4 years ago

The built-in zero() provides the same functionality to simzeros().

It's different from zeros(), which requires dimensions as parameters. zero() takes an array/number/whatever and makes a similar one filled with 0s.

jpsamaroo commented 4 years ago

Thanks!