adjust namespace
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Numerics;
|
||||
using Skeleton.Algebra.Extensions;
|
||||
using Skeleton.Analysis.AnalyticFunctions.Polynomials.Implements;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class AlgebraMiscTest
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Skeleton.DataStructure;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class CacheItemTest
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using Skeleton.Algebra.Extensions;
|
||||
using Skeleton.Samples;
|
||||
using Skeleton.Utils;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public class CayleySU3Test
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using Skeleton.Algebra.Extensions;
|
||||
using Skeleton.Samples;
|
||||
using Skeleton.Utils;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class CayleySU4Test
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using Skeleton.Algebra.Extensions;
|
||||
using Skeleton.Samples;
|
||||
using Skeleton.Utils;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class CayleyTransformationTest
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using Skeleton.DataStructure.Packs.MatrixDecompositions;
|
||||
using Skeleton.Samples;
|
||||
using Skeleton.Utils;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class DecompositionTest
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public class DraftTest
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using Skeleton.Algebra.Extensions;
|
||||
using Skeleton.DataStructure.Packs.MatrixDecompositions;
|
||||
using Skeleton.Samples;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public class EigenDecompositionTest
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Numerics;
|
||||
using Skeleton.Algebra.Matrices;
|
||||
using Skeleton.Constants;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class EigenValueTest
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Skeleton.Algebra.ScalarFieldStructure;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class FieldStructureTest
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Numerics;
|
||||
using Skeleton.Samples;
|
||||
using Skeleton.Utils.Helpers;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class JordanPowerTest
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Numerics;
|
||||
using Skeleton.Constants;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class LieSU3FastEigenValueTest
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using System;
|
||||
using System.Linq;
|
||||
using Skeleton.DataStructure.Link;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class LinkTest
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Skeleton.Constants;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class MatrixExpLogTest
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class MiscTest
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using Skeleton.Constants;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class MultiplicationTest
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Numerics;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Numerics;
|
||||
using Skeleton.Algebra.Extensions;
|
||||
using Skeleton.Constants;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class SUTestFix
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using Skeleton.DataStructure.Packs.MatrixDecompositions;
|
||||
using Skeleton.Samples;
|
||||
using Skeleton.Utils;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class UnitaryMatrixFixTest
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using Skeleton.Samples;
|
||||
using Skeleton.Utils;
|
||||
using Skeleton.Utils.Helpers;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
public static class UnitaryTest
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Numerics;
|
||||
|
||||
namespace Skeleton.Test.tests;
|
||||
namespace Skeleton.Test;
|
||||
|
||||
/// <summary>
|
||||
/// test for vector spaces
|
||||
|
||||
Reference in New Issue
Block a user