julia
00e3a9fa - replace RowVector(shape...) constructors/calls with RowVector(uninitialized, shape...) (#24786)

Commit
8 years ago
replace RowVector(shape...) constructors/calls with RowVector(uninitialized, shape...) (#24786) * Replace primitive RowVector{T}(shape...) constructors with RowVector{T}(uninitialized, shape...) etc. * Replace RowVector{...}(shape...)-like calls everywhere (base,test,stdlib,doc). * Deprecate RowVector{T}(shape...) constructors to RowVector{T}(uninitialized, shape...) equivalents.
Author
Parents
Loading