Skip to content

Commit 42b58b7

Browse files
format
1 parent 8bab09a commit 42b58b7

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

ext/SciMLOperatorsSparseArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ function SparseArrays.sparse(L::SciMLOperators.TensorProductOperator)
1414
LinearAlgebra.kron(sparse.(AbstractMatrix, L.ops)...)
1515
end
1616

17-
end
17+
end

src/SciMLOperators.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import Base: iszero, inv, adjoint, transpose, size, convert
2020
import LinearAlgebra: mul!, ldiv!, lmul!, rmul!, factorize
2121
import LinearAlgebra: Matrix, Diagonal
2222

23-
2423
"""
2524
$(TYPEDEF)
2625

src/tensor.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ function Base.convert(::Type{AbstractMatrix}, L::TensorProductOperator)
8282
kron(convert.(AbstractMatrix, L.ops)...)
8383
end
8484

85-
86-
8785
#LinearAlgebra.opnorm(L::TensorProductOperator) = prod(opnorm, L.ops)
8886

8987
function Base.show(io::IO, L::TensorProductOperator)

0 commit comments

Comments
 (0)