|
|
|
@ -28,10 +28,10 @@ |
|
|
|
// OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
// </copyright>
|
|
|
|
|
|
|
|
using MathNet.Numerics.Algorithms.LinearAlgebra; |
|
|
|
using MathNet.Numerics.Distributions; |
|
|
|
using MathNet.Numerics.LinearAlgebra.Storage; |
|
|
|
using MathNet.Numerics.Properties; |
|
|
|
using MathNet.Numerics.Providers.LinearAlgebra; |
|
|
|
using MathNet.Numerics.Threading; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
@ -384,8 +384,8 @@ namespace MathNet.Numerics.LinearAlgebra.Complex32 |
|
|
|
else |
|
|
|
{ |
|
|
|
Control.LinearAlgebraProvider.MatrixMultiplyWithUpdate( |
|
|
|
Algorithms.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Algorithms.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Providers.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Providers.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
1.0f, |
|
|
|
_values, |
|
|
|
_rowCount, |
|
|
|
@ -415,8 +415,8 @@ namespace MathNet.Numerics.LinearAlgebra.Complex32 |
|
|
|
else |
|
|
|
{ |
|
|
|
Control.LinearAlgebraProvider.MatrixMultiplyWithUpdate( |
|
|
|
Algorithms.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Algorithms.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Providers.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Providers.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
1.0f, |
|
|
|
_values, |
|
|
|
_rowCount, |
|
|
|
@ -446,8 +446,8 @@ namespace MathNet.Numerics.LinearAlgebra.Complex32 |
|
|
|
else |
|
|
|
{ |
|
|
|
Control.LinearAlgebraProvider.MatrixMultiplyWithUpdate( |
|
|
|
Algorithms.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Algorithms.LinearAlgebra.Transpose.Transpose, |
|
|
|
Providers.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Providers.LinearAlgebra.Transpose.Transpose, |
|
|
|
1.0f, |
|
|
|
_values, |
|
|
|
_rowCount, |
|
|
|
@ -477,8 +477,8 @@ namespace MathNet.Numerics.LinearAlgebra.Complex32 |
|
|
|
else |
|
|
|
{ |
|
|
|
Control.LinearAlgebraProvider.MatrixMultiplyWithUpdate( |
|
|
|
Algorithms.LinearAlgebra.Transpose.Transpose, |
|
|
|
Algorithms.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Providers.LinearAlgebra.Transpose.Transpose, |
|
|
|
Providers.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
1.0f, |
|
|
|
_values, |
|
|
|
_rowCount, |
|
|
|
@ -508,8 +508,8 @@ namespace MathNet.Numerics.LinearAlgebra.Complex32 |
|
|
|
else |
|
|
|
{ |
|
|
|
Control.LinearAlgebraProvider.MatrixMultiplyWithUpdate( |
|
|
|
Algorithms.LinearAlgebra.Transpose.Transpose, |
|
|
|
Algorithms.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
Providers.LinearAlgebra.Transpose.Transpose, |
|
|
|
Providers.LinearAlgebra.Transpose.DontTranspose, |
|
|
|
1.0f, |
|
|
|
_values, |
|
|
|
_rowCount, |
|
|
|
|