Change Remote
This commit is contained in:
@@ -6,14 +6,17 @@ using Skeleton.Algebra.ScalarFieldStructure;
|
||||
using Skeleton.DataStructure.Packs.MatrixDecompositions;
|
||||
using Skeleton.Samples;
|
||||
using Skeleton.Utils;
|
||||
using Skeleton.Utils.Helpers;
|
||||
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class DecompositionTest
|
||||
[TestFixture]
|
||||
public class DecompositionTest : BaseTest
|
||||
{
|
||||
[DatapointSource]
|
||||
public static readonly IEnumerable<C44> TestMatrices =
|
||||
100.ScaleSamples(-1, 1).C44InvertibleSamples();
|
||||
public static readonly IEnumerable<C44> TestMatrices = 100
|
||||
.WithSeed(Seed)
|
||||
.ScaleSamples(-1, 1)
|
||||
.C44InvertibleSamples();
|
||||
|
||||
private static readonly Action<C44> OnFail = x =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user