From bc269299c9ed4f382637e2f507d282ae692a7353 Mon Sep 17 00:00:00 2001 From: Mirth Hickford Date: Thu, 11 Feb 2016 16:12:07 +0000 Subject: [PATCH] Update MKL.md Add link to list of supported functions --- docs/content/MKL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/MKL.md b/docs/content/MKL.md index c09b7fc8..282ae17e 100644 --- a/docs/content/MKL.md +++ b/docs/content/MKL.md @@ -3,7 +3,7 @@ Intel Math Kernel Library (MKL) Math.NET Numerics is designed such that performance-sensitive algorithms can be swapped with alternative implementations by the concept of providers. -There is currently only a provider for linear algebra related routines, but there +There is currently only a provider for [linear algebra related routines](http://numerics.mathdotnet.com/api/MathNet.Numerics.Providers.LinearAlgebra.Mkl/MklLinearAlgebraProvider.htm), but there are plans to add additional more e.g. related to nonlinear optimization problems or signal processing. Providers become interesting when they can leverage a platform-native high performance library