We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b79f9 commit 8030da7Copy full SHA for 8030da7
src/matrix/kernelkroneckermat.jl
@@ -7,7 +7,7 @@ function kernelkronmat(
7
X::AbstractVector,
8
dims::Int
9
)
10
- @assert iskroncompatible(κ) "The chosen kernel is not compatible for kroenecker matrices (see `iskroncompatible()`)"
+ @assert iskroncompatible(κ) "The chosen kernel is not compatible for kroenecker matrices (see [`iskroncompatible`](@ref))"
11
k = kernelmatrix(κ, X)
12
kronecker(k, dims)
13
end
0 commit comments