Matrix<any>A row x col matrixClassColorDelegateA type that represents a reference to a method with a parameter list and return typeCompareDelegateA type that represents a reference to a method with a parameter list and return typeCompareFieldDelegateA type that represents a reference to a method with a parameter list and return typeFindDelegateA type that represents a reference to a method with a parameter list and return typeMethodpublic Matrix.Constructor(int row, int column, values, diagonal=null)public Matrix<any> Matrix.CofactorMatrixReturns a matrix with elements that are term-by-term cofactors of the square matrixpublic int Matrix.ColsReturn the number of columns in the matrixpublic virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)public static Matrix<any> Matrix.Convert(value)Convert value into type Matrix, null if not successfulpublic Matrix<any> Matrix.CopyReturns a copy of this objectpublic Matrix.DeterminantReturns the determinant of a matrixpublic Matrix.FindMaxReturns the maximum value or nullpublic Matrix.FindMinReturns the minimum value or nullpublic Attribute Matrix.GetEachTypeGet the iterated typepublic virtual Icon object.GetIconReturn a icon for this objectpublic Matrix.GetImage(delegate Color ColorDelegate(int row, int col, value) color, altname=null)Get an image from matrix values
public virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual object.GetLayoutSpanReturn a layout inside a spanpublic virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetSourceReferenceReturn a source reference for this objectpublic virtual void object.GetTexSource(source)LaTeX source code for this objectpublic Matrix.GetValue(int row, int column)Get the row and column valuepublic void Matrix.Initialize(value=null)Set all elements to a single valuepublic Matrix<any> Matrix.InverseReturns the inverse of a matrixpublic Matrix<any> Matrix.Minor(int row, int column)Returns the first minor of matrix by removing the given row and columnpublic Matrix<any> Matrix.MinorMatrixReturns a matrix of minors for the matrixpublic Matrix<any> Matrix.NormalizeReturns the normalized form of the matrix (all entries divided by the determinant)public int Matrix.RowsReturn the number of rows in the matrixpublic void Matrix.SetValue(int row, int column, value)Modify the row and column valuepublic [][] Matrix.ToArrayReturns the current values to an arraypublic Matrix<any> Matrix.TransposeReturns the transpose of a matrix