|
|
|
@ -88,25 +88,25 @@ |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.Complex.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.double.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.float.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.Double.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\AcmlLinearAlgebraProvider.Single.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Acml\SafeNativeMethods.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\GotoBlasLinearAlgebraProvider.Common.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\GotoBlasLinearAlgebraProvider.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\GotoBlasLinearAlgebraProvider.Complex.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\GotoBlasLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\GotoBlasLinearAlgebraProvider.double.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\GotoBlasLinearAlgebraProvider.float.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\GotoBlasLinearAlgebraProvider.Double.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\GotoBlasLinearAlgebraProvider.Single.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\GotoBlas\SafeNativeMethods.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.Complex.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.Single.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\ILinearAlgebraProvider.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\ManagedLinearAlgebraProvider.Double.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Common.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Complex.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Complex32.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.double.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.float.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Double.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\MklLinearAlgebraProvider.Single.cs" /> |
|
|
|
<Compile Include="Providers\LinearAlgebra\Mkl\SafeNativeMethods.cs" /> |
|
|
|
<Compile Include="ArrayExtensions.cs" /> |
|
|
|
<Compile Include="Complex64.cs" /> |
|
|
|
|