IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Example of use of GeneralMatrix Class, featuring magic squares. * More...
Static Public Member Functions | |
static GeneralMatrix | magic (int n) |
Generate magic square test matrix. * More... | |
static System.String | fixedWidthDoubletoString (double x, int w, int d) |
Format double with Fw.d. * More... | |
static System.String | fixedWidthIntegertoString (int n, int w) |
Format integer with Iw. * More... | |
static void | Main (System.String[] argv) |
static GeneralMatrix | magic (int n) |
Generate magic square test matrix. * More... | |
static System.String | fixedWidthDoubletoString (double x, int w, int d) |
Format double with Fw.d. * More... | |
static System.String | fixedWidthIntegertoString (int n, int w) |
Format integer with Iw. * More... | |
static void | Main (System.String[] argv) |
Static Private Member Functions | |
static void | print (System.String s) |
Shorten spelling of print. * More... | |
static void | print (System.String s) |
Shorten spelling of print. * More... | |
Example of use of GeneralMatrix Class, featuring magic squares. *
|
inlinestatic |
Generate magic square test matrix. *
References DotNetMatrix.GeneralMatrix.GetElement().
|
inlinestaticprivate |
Shorten spelling of print. *
|
inlinestatic |
Format double with Fw.d. *
|
inlinestatic |
Format integer with Iw. *
|
inlinestatic |
References DotNetMatrix.GeneralMatrix.Add(), DotNetMatrix.GeneralMatrix.Condition(), DotNetMatrix.GeneralMatrix.GetMatrix(), DotNetMatrix.LUDecomposition.L, DotNetMatrix.GeneralMatrix.Multiply(), DotNetMatrix.GeneralMatrix.Norm1(), DotNetMatrix.LUDecomposition.Pivot, DotNetMatrix.QRDecomposition.Q, DotNetMatrix.QRDecomposition.R, DotNetMatrix.GeneralMatrix.Rank(), DotNetMatrix.EigenvalueDecomposition.RealEigenvalues, DotNetMatrix.GeneralMatrix.Subtract(), DotNetMatrix.GeneralMatrix.Trace(), DotNetMatrix.GeneralMatrix.Transpose(), and DotNetMatrix.LUDecomposition.U.
|
inlinestatic |
Generate magic square test matrix. *
References DotNetMatrix.GeneralMatrix.GetElement().
|
inlinestaticprivate |
Shorten spelling of print. *
|
inlinestatic |
Format double with Fw.d. *
|
inlinestatic |
Format integer with Iw. *
|
inlinestatic |
References DotNetMatrix.GeneralMatrix.Add(), DotNetMatrix.GeneralMatrix.Condition(), DotNetMatrix.GeneralMatrix.GetMatrix(), DotNetMatrix.LUDecomposition.L, DotNetMatrix.GeneralMatrix.Multiply(), DotNetMatrix.GeneralMatrix.Norm1(), DotNetMatrix.LUDecomposition.Pivot, DotNetMatrix.QRDecomposition.Q, DotNetMatrix.QRDecomposition.R, DotNetMatrix.GeneralMatrix.Rank(), DotNetMatrix.EigenvalueDecomposition.RealEigenvalues, DotNetMatrix.GeneralMatrix.Subtract(), DotNetMatrix.GeneralMatrix.Trace(), DotNetMatrix.GeneralMatrix.Transpose(), and DotNetMatrix.LUDecomposition.U.