Skip to content

Commit

Permalink
Import chkuplo from LAPACK
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Apr 18, 2024
1 parent 991ee0b commit bb4a66f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/BandedMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ import LinearAlgebra: _apply_inverse_ipiv_rows!, _apply_ipiv_rows!, _chol!, axpy
using LinearAlgebra: AbstractTriangular, AdjOrTrans, BlasComplex, BlasFloat, BlasInt, BlasReal, Givens, HermOrSym,
QRPackedQ, RealHermSymComplexHerm, StructuredMatrixStyle, checksquare, chkstride1, ipiv2perm

using LinearAlgebra.BLAS: chkuplo

using LinearAlgebra.LAPACK

using LinearAlgebra.LAPACK: chktrans
using LinearAlgebra.LAPACK: chktrans, chkuplo

import ArrayLayouts: AbstractTridiagonalLayout, BidiagonalLayout, BlasMatLdivVec, BlasMatLmulVec,
BlasMatMulMatAdd, BlasMatMulVecAdd, MatMulMatAdd, MatMulVecAdd, MemoryLayout,
Expand Down

0 comments on commit bb4a66f

Please sign in to comment.