File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
src/abstractblocksparsearray Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 11name = " BlockSparseArrays"
22uuid = " 2c9a651f-6452-4ace-a6ac-809f4280fbb4"
33authors = [" ITensor developers <support@itensor.org> and contributors" ]
4- version = " 0.2.24 "
4+ version = " 0.2.25 "
55
66[deps ]
77Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change @@ -78,20 +78,6 @@ function Base.setindex!(
7878 return a
7979end
8080
81- using TypeParameterAccessors: unspecify_type_parameters
82- function show_typeof_blocksparse (io:: IO , a:: AbstractBlockSparseArray )
83- Base. show (io, unspecify_type_parameters (typeof (a)))
84- print (io, ' {' )
85- show (io, eltype (a))
86- print (io, " , " )
87- show (io, ndims (a))
88- print (io, " , " )
89- show (io, blocktype (a))
90- print (io, " , …" )
91- print (io, ' }' )
92- return nothing
93- end
94-
9581# Copy of `Base.dims2string` defined in `show.jl`.
9682function dims_to_string (d)
9783 isempty (d) && return " 0-dimensional"
You can’t perform that action at this time.
0 commit comments