Documentation of 'org.ejml.alg.generic.GenericMatrixOps' Java class
GenericMatrixOps
org.ejml.alg.generic

Class GenericMatrixOps



  • public class GenericMatrixOps
    extends java.lang.Object
    • Constructor Detail

      • GenericMatrixOps

        public GenericMatrixOps()
    • Method Detail

      • isIdentity

        public static boolean isIdentity(RealMatrix64F a,
                                         double tol)
        Returns true if the provided matrix is has a value of 1 along the diagonal elements and zero along all the other elements.
        Parameters:
        a - Matrix being inspected.
        tol - How close to zero or one each element needs to be.
        Returns:
        If it is within tolerance to an identity matrix.
      • isEquivalentTriangle

        public static boolean isEquivalentTriangle(boolean upper,
                                                   RealMatrix64F a,
                                                   RealMatrix64F b,
                                                   double tol)
      • setRandom

        public static void setRandom(RealMatrix64F a,
                                     double min,
                                     double max,
                                     java.util.Random rand)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.