Skip to content

Commit 5d4297d

Browse files
authored
Remove tribandeddata (#76)
1 parent f9dfe2a commit 5d4297d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BlockBandedMatrices"
22
uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
3-
version = "0.8.6"
3+
version = "0.8.7"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

src/BlockBandedMatrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import BandedMatrices: isbanded, bandwidths, bandwidth, banded_getindex, colrang
3939
banded_generic_axpy!,
4040
BlasFloat, banded_dense_axpy!, MemoryLayout,
4141
BandedLayout, BandedColumnMajor, BandedColumns,
42-
BandedSubBandedMatrix, bandeddata, tribandeddata,
42+
BandedSubBandedMatrix, bandeddata,
4343
_BandedMatrix, colstart, colstop, rowstart, rowstop,
4444
BandedStyle, _fill_lmul!, bandshift,
4545
_banded_colval, _banded_rowval, _banded_nzval # for sparse

test/test_triblockbanded.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using BlockBandedMatrices, BandedMatrices, BlockArrays, ArrayLayouts, LinearAlgebra, Test
22
import BlockBandedMatrices: MemoryLayout, TriangularLayout, BandedBlockBandedColumnMajor,
3-
BandedColumnMajor, tribandeddata, BlockSkylineSizes, blockrowstop, blockcolstop, ColumnMajor
3+
BandedColumnMajor, BlockSkylineSizes, blockrowstop, blockcolstop, ColumnMajor
44
import BlockArrays: BlockedUnitRange, blockisequal
55

66
@testset "triangular" begin

0 commit comments

Comments
 (0)