We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4b2b8 commit 73922e6Copy full SHA for 73922e6
1 file changed
src/algorithms.jl
@@ -59,7 +59,7 @@ end
59
Decide on an algorithm to use for implementing the function `f` on inputs of type `A`.
60
61
If `alg` is `nothing` (the default value), an algorithm will be selected automatically
62
-with [`MatrixAlgebra.default_algorithm`](@ref) and the keyword arguments will be passed
+with [`MatrixAlgebraKit.default_algorithm`](@ref) and the keyword arguments will be passed
63
to the algorithm constructor.
64
65
If `alg` is a `NamedTuple`, an algorithm will be selected automatically
0 commit comments