-
Notifications
You must be signed in to change notification settings - Fork 36
Fix input types, improve readability #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
d72a72f
497a498
84c09cc
9dba0c6
f537ddf
10ac9ee
439c6fa
7120a57
8c8d4c8
5bd79d9
75e351a
407c972
361096f
04cd8b5
97baa16
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,3 +88,9 @@ kernelpdmat | |
nystrom | ||
NystromFact | ||
``` | ||
|
||
## Optional Utilities | ||
If the [Kronecker.jl](https://github.com/MichielStock/Kronecker.jl) package is loaded, KernelFunctions also provides the following functions. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's always provided but it doesn't work without Kronecker.jl? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is in via Requires, so if I understand correctly it is not available without Kronecker.jl? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have reformulated, is it clearer now? |
||
```@docs | ||
kronecker_kernelmatrix | ||
``` |
Uh oh!
There was an error while loading. Please reload this page.