Change Remote
This commit is contained in:
@@ -4,12 +4,16 @@ using Skeleton.Samples;
|
||||
using Skeleton.Utils.Helpers;
|
||||
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class JordanPowerTest
|
||||
[TestFixture]
|
||||
public class JordanPowerTest : BaseTest
|
||||
{
|
||||
private static readonly Complex ii = new Complex(0, 1);
|
||||
[DatapointSource]
|
||||
public static readonly Complex[] Basic0TestData = 10.ScaleSamples(-1, 1).UCSamples().ToArray();
|
||||
public static readonly Complex[] Basic0TestData = 10
|
||||
.WithSeed(Seed)
|
||||
.ScaleSamples(-1, 1)
|
||||
.UCSamples()
|
||||
.ToArray();
|
||||
[Theory]
|
||||
public static void J22TestBasic0(Complex eigenValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user