Skip to content

Commit 4c3a678

Browse files
authored
Explicitly import extended functions (#656)
1 parent 2842691 commit 4c3a678

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ApproxFunBase.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ import Base: values, convert, getindex, setindex!, *, +, -, ==, <, <=, >, |, !,
4848
sech, acosh, asech, tanh, coth, atanh, acoth,
4949
sinc, cosc, log1p, log, expm1, tan,
5050
max, min, cbrt, atan, acos, asin, chop,
51-
axes, IndexStyle, IndexLinear, typed_hcat, parent
51+
axes, IndexStyle, IndexLinear, typed_hcat, parent,
52+
AbstractMatrix, AbstractVector
5253

5354
import Base.Broadcast: BroadcastStyle, Broadcasted, AbstractArrayStyle,
5455
broadcastable, DefaultArrayStyle, broadcasted
@@ -85,7 +86,8 @@ import BandedMatrices: bandrange, inbands_setindex!, bandwidth,
8586
colstart, colstop, colrange, rowstart, rowstop, rowrange,
8687
bandwidths, _BandedMatrix, BandedMatrix, isbanded
8788

88-
import BlockArrays: blocksize, block, blockaxes, blockindex, blocklengths
89+
import BlockArrays: blocksize, block, blockaxes, blockindex, blocklengths,
90+
PseudoBlockMatrix
8991
import BlockBandedMatrices: blockbandwidth, blockbandwidths, blockcolstop,
9092
blockcolrange, blockcolstart, blockrowstop, blockrowstart,
9193
subblockbandwidth, subblockbandwidths, _BlockBandedMatrix,

0 commit comments

Comments
 (0)