6 references to Compz
Microsoft.ML.TimeSeries (6)
EigenUtils.cs (5)
475public static extern int Shseqr(Layout matrixLayout, Job job, Compz compz, int n, int ilo, int ihi, 480public static extern int Dhseqr(Layout matrixLayout, Job job, Compz compz, int n, int ilo, int ihi, 495public static extern int Ssteqr(Layout matrixLayout, Compz compz, int n, float[] d, float[] e, float[] z, 500public static extern int Dsteqr(Layout matrixLayout, Compz compz, int n, double[] d, double[] e, double[] z, 541info = Dsteqr(Layout.ColMajor, Compz.SchurA, size, d, e, a, size);
PolynomialUtils.cs (1)
120var info = EigenUtils.Dhseqr(EigenUtils.Layout.ColMajor, EigenUtils.Job.EigenValues, EigenUtils.Compz.None,