Documentation of 'Jampack.Eye' Java class
Eye
Jampack

Class Eye



  • public class Eye
    extends java.lang.Object
    Eye generates a matrix whose diagonal elements are one and whose off diagonal elements are zero.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Eye() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Zmat o(int n)
      Generates an identity matrix of order n.
      static Zmat o(int m, int n)
      Generates an mxn matrix whose diagonal elements are one and whose off diagonal elements are zero.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Eye

        public Eye()
    • Method Detail

      • o

        public static Zmat o(int n)
        Generates an identity matrix of order n.
        Parameters:
        n - The order of the matrx
      • o

        public static Zmat o(int m,
                             int n)
        Generates an mxn matrix whose diagonal elements are one and whose off diagonal elements are zero.
        Parameters:
        m - The number of rows in the matrix
        n - The number of columns in the matrix

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.