Skip to content

Commit 094d17d

Browse files
committed
add A*X to MAT_TO_MAT funcs
1 parent 07956b7 commit 094d17d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DiffTests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ const ARRAY_TO_ARRAY_FUNCS = (-, chebyquad, brown_almost_linear, trigonometric,
307307
# f(::Matrix)::Matrix #
308308
#######################
309309

310-
const MATRIX_TO_MATRIX_FUNCS = (inv,)
310+
const MATRIX_TO_MATRIX_FUNCS = (inv,
311+
diag_lmul, dense_lmul, utriag_lmul, ltriag_lmul,
312+
diag_ldiv, utriag_ldiv, ltriag_ldiv)
311313

312314
end # module

0 commit comments

Comments
 (0)