|
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
|
|
|
/* This file is automatically generated - do not modify it. |
|
|
|
Change NativeLinearAlgebraProvider.include instead. |
|
|
|
Last generated on: 18/05/2010 22:54:23 |
|
|
|
Last generated on: 6/9/2010 7:30:08 AM |
|
|
|
*/ |
|
|
|
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Atlas |
|
|
|
{ |
|
|
|
@ -2442,61 +2442,5 @@ namespace MathNet.Numerics.Algorithms.LinearAlgebra.Atlas |
|
|
|
} |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Computes the LU factorization of A.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="a">An m by n matrix. The matrix is overwritten with the
|
|
|
|
/// the LU factorization On exit.</param>
|
|
|
|
/// <param name="order">The order of <paramref name="a"/></param>
|
|
|
|
/// <param name="ipiv">On exit, it contains the pivot indices. The size
|
|
|
|
/// of the array must be min(m,n).</param>
|
|
|
|
/// <remarks>This is equivalent to the GETRF LAPACK routine.</remarks>
|
|
|
|
public void LUFactor(double[] a, int order, int[] ipiv) |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Computes the LU factorization of A.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="a">An m by n matrix. The matrix is overwritten with the
|
|
|
|
/// the LU factorization On exit.</param>
|
|
|
|
/// <param name="order">The order of <paramref name="a"/></param>
|
|
|
|
/// <param name="ipiv">On exit, it contains the pivot indices. The size
|
|
|
|
/// of the array must be min(m,n).</param>
|
|
|
|
/// <remarks>This is equivalent to the GETRF LAPACK routine.</remarks>
|
|
|
|
public void LUFactor(float[] a, int order, int[] ipiv) |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Computes the LU factorization of A.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="a">An m by n matrix. The matrix is overwritten with the
|
|
|
|
/// the LU factorization On exit.</param>
|
|
|
|
/// <param name="order">The order of <paramref name="a"/></param>
|
|
|
|
/// <param name="ipiv">On exit, it contains the pivot indices. The size
|
|
|
|
/// of the array must be min(m,n).</param>
|
|
|
|
/// <remarks>This is equivalent to the GETRF LAPACK routine.</remarks>
|
|
|
|
public void LUFactor(Complex[] a, int order, int[] ipiv) |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Computes the LU factorization of A.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="a">An m by n matrix. The matrix is overwritten with the
|
|
|
|
/// the LU factorization On exit.</param>
|
|
|
|
/// <param name="order">The order of <paramref name="a"/></param>
|
|
|
|
/// <param name="ipiv">On exit, it contains the pivot indices. The size
|
|
|
|
/// of the array must be min(m,n).</param>
|
|
|
|
/// <remarks>This is equivalent to the GETRF LAPACK routine.</remarks>
|
|
|
|
public void LUFactor(Complex32[] a, int order, int[] ipiv) |
|
|
|
{ |
|
|
|
throw new NotImplementedException(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |