#if CS11_OR_GREATER namespace Nerd_STF.Mathematics.Algebra { public interface IStaticMatrix : IPresets1d, IMatrix where TSelf : IStaticMatrix { static abstract TSelf Identity { get; } static abstract TSelf SignField { get; } } } #endif