|
|
|
@ -1,7 +1,7 @@ |
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
// <auto-generated>
|
|
|
|
// This code was generated by a tool.
|
|
|
|
// Runtime Version:4.0.30319.225
|
|
|
|
// Runtime Version:4.0.30319.239
|
|
|
|
//
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
// the code is regenerated.
|
|
|
|
@ -159,6 +159,33 @@ namespace MathNet.Numerics.Properties { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Looks up a localized string similar to Matrix dimensions must agree: {0}..
|
|
|
|
/// </summary>
|
|
|
|
internal static string ArgumentMatrixDimensions1 { |
|
|
|
get { |
|
|
|
return ResourceManager.GetString("ArgumentMatrixDimensions1", resourceCulture); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}..
|
|
|
|
/// </summary>
|
|
|
|
internal static string ArgumentMatrixDimensions2 { |
|
|
|
get { |
|
|
|
return ResourceManager.GetString("ArgumentMatrixDimensions2", resourceCulture); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Looks up a localized string similar to Matrix dimensions must agree: op1 is {0}, op2 is {1}, op3 is {2}..
|
|
|
|
/// </summary>
|
|
|
|
internal static string ArgumentMatrixDimensions3 { |
|
|
|
get { |
|
|
|
return ResourceManager.GetString("ArgumentMatrixDimensions3", resourceCulture); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Looks up a localized string similar to The requested matrix does not exist..
|
|
|
|
/// </summary>
|
|
|
|
|