Ejemplo n.º 1
0
 internal static JordanGayss GetInstance()
 {
     if (_instance == null)
     {
         _instance = new JordanGayss();
     }
     return(_instance);
 }
Ejemplo n.º 2
0
 internal static JordanGayss GetInstance(double[,] a, double[] b)
 {
     if (_instance == null)
     {
         _instance = new JordanGayss(a: a, b: b);
     }
     return(_instance);
 }