Skip to content

Commit e28ea8c

Browse files
committed
Remove undefined exports
1 parent 1c1c394 commit e28ea8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MatrixAlgebraKit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export left_polar, right_polar
3030
export left_polar!, right_polar!
3131
export left_orth, right_orth, left_null, right_null
3232
export left_orth!, right_orth!, left_null!, right_null!
33-
export exponential, exponential!, exponentialr, exponentialr!
33+
export exponential, exponential!
3434

3535
export Householder, Native_HouseholderQR, Native_HouseholderLQ
3636
export DivideAndConquer, SafeDivideAndConquer, QRIteration, Bisection, Jacobi, SVDViaPolar

0 commit comments

Comments
 (0)