adjust namespace
This commit is contained in:
2
Skeleton.Test.csproj.DotSettings
Normal file
2
Skeleton.Test.csproj.DotSettings
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||||
|
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=tests/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
|
||||||
@@ -4,7 +4,7 @@ using System.Numerics;
|
|||||||
using Skeleton.Algebra.Extensions;
|
using Skeleton.Algebra.Extensions;
|
||||||
using Skeleton.Analysis.AnalyticFunctions.Polynomials.Implements;
|
using Skeleton.Analysis.AnalyticFunctions.Polynomials.Implements;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class AlgebraMiscTest
|
public static class AlgebraMiscTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Skeleton.DataStructure;
|
using Skeleton.DataStructure;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class CacheItemTest
|
public static class CacheItemTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ using Skeleton.Algebra.Extensions;
|
|||||||
using Skeleton.Samples;
|
using Skeleton.Samples;
|
||||||
using Skeleton.Utils;
|
using Skeleton.Utils;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public class CayleySU3Test
|
public class CayleySU3Test
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ using Skeleton.Algebra.Extensions;
|
|||||||
using Skeleton.Samples;
|
using Skeleton.Samples;
|
||||||
using Skeleton.Utils;
|
using Skeleton.Utils;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class CayleySU4Test
|
public static class CayleySU4Test
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ using Skeleton.Algebra.Extensions;
|
|||||||
using Skeleton.Samples;
|
using Skeleton.Samples;
|
||||||
using Skeleton.Utils;
|
using Skeleton.Utils;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class CayleyTransformationTest
|
public static class CayleyTransformationTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ using Skeleton.DataStructure.Packs.MatrixDecompositions;
|
|||||||
using Skeleton.Samples;
|
using Skeleton.Samples;
|
||||||
using Skeleton.Utils;
|
using Skeleton.Utils;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class DecompositionTest
|
public static class DecompositionTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public class DraftTest
|
public class DraftTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ using Skeleton.Algebra.Extensions;
|
|||||||
using Skeleton.DataStructure.Packs.MatrixDecompositions;
|
using Skeleton.DataStructure.Packs.MatrixDecompositions;
|
||||||
using Skeleton.Samples;
|
using Skeleton.Samples;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public class EigenDecompositionTest
|
public class EigenDecompositionTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ using System.Numerics;
|
|||||||
using Skeleton.Algebra.Matrices;
|
using Skeleton.Algebra.Matrices;
|
||||||
using Skeleton.Constants;
|
using Skeleton.Constants;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class EigenValueTest
|
public static class EigenValueTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using Skeleton.Algebra.ScalarFieldStructure;
|
using Skeleton.Algebra.ScalarFieldStructure;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class FieldStructureTest
|
public static class FieldStructureTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ using System.Numerics;
|
|||||||
using Skeleton.Samples;
|
using Skeleton.Samples;
|
||||||
using Skeleton.Utils.Helpers;
|
using Skeleton.Utils.Helpers;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class JordanPowerTest
|
public static class JordanPowerTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
using Skeleton.Constants;
|
using Skeleton.Constants;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class LieSU3FastEigenValueTest
|
public static class LieSU3FastEigenValueTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ using System;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Skeleton.DataStructure.Link;
|
using Skeleton.DataStructure.Link;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class LinkTest
|
public static class LinkTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using Skeleton.Constants;
|
using Skeleton.Constants;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class MatrixExpLogTest
|
public static class MatrixExpLogTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class MiscTest
|
public static class MiscTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using Skeleton.Constants;
|
using Skeleton.Constants;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class MultiplicationTest
|
public static class MultiplicationTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ using System.Numerics;
|
|||||||
using Skeleton.Algebra.Extensions;
|
using Skeleton.Algebra.Extensions;
|
||||||
using Skeleton.Constants;
|
using Skeleton.Constants;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class SUTestFix
|
public static class SUTestFix
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ using Skeleton.DataStructure.Packs.MatrixDecompositions;
|
|||||||
using Skeleton.Samples;
|
using Skeleton.Samples;
|
||||||
using Skeleton.Utils;
|
using Skeleton.Utils;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class UnitaryMatrixFixTest
|
public static class UnitaryMatrixFixTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ using Skeleton.Samples;
|
|||||||
using Skeleton.Utils;
|
using Skeleton.Utils;
|
||||||
using Skeleton.Utils.Helpers;
|
using Skeleton.Utils.Helpers;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
public static class UnitaryTest
|
public static class UnitaryTest
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
||||||
namespace Skeleton.Test.tests;
|
namespace Skeleton.Test;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// test for vector spaces
|
/// test for vector spaces
|
||||||
|
|||||||
Reference in New Issue
Block a user