Skip to content

Commit

Permalink
Merge branch 'master' into ext
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Jul 27, 2023
2 parents bbb7d8d + 60d1fbc commit e406219
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/InfiniteArrays.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module InfiniteArrays
using ArrayLayouts: LayoutVecOrMat
using LinearAlgebra, FillArrays, Infinities, LazyArrays, ArrayLayouts

import Base: *, +, -, /, \, ==, isinf, isfinite, sign, signbit, angle, show, isless,
Expand Down Expand Up @@ -52,12 +51,16 @@ import LinearAlgebra: BlasInt, BlasFloat, norm, diag, diagm, ishermitian, issymm
norm2, norm1, normp, AdjOrTrans, HermOrSym

import FillArrays: AbstractFill, getindex_value, fill_reshape, RectDiagonal, Fill, Ones, Zeros, Eye
import LazyArrays: LazyArrayStyle, AbstractBandedLayout, MemoryLayout, LazyLayout, UnknownLayout,
ZerosLayout, AbstractCachedVector, CachedArray, CachedVector, ApplyLayout, LazyMatrix,
reshapedlayout, sub_materialize, sublayout, LayoutMatrix, LayoutVector, _padded_sub_materialize, PaddedLayout,

import LazyArrays: LazyArrayStyle, LazyLayout,
AbstractCachedVector, CachedArray, CachedVector, ApplyLayout, LazyMatrix,
_padded_sub_materialize, PaddedLayout,
AbstractCachedMatrix, sub_paddeddata, InvColumnLayout

import ArrayLayouts: RangeCumsum, LayoutVecOrMat, LayoutVecOrMats
import ArrayLayouts: RangeCumsum, LayoutVecOrMat, LayoutVecOrMats, LayoutMatrix, LayoutVector,
AbstractBandedLayout, MemoryLayout, UnknownLayout, reshapedlayout,
sub_materialize, sublayout, ZerosLayout, LayoutVecOrMat

import Infinities: ∞, Infinity, InfiniteCardinal

export ∞, ℵ₀, Hcat, Vcat, Zeros, Ones, Fill, Eye, BroadcastArray, cache
Expand Down

0 comments on commit e406219

Please sign in to comment.