Documentation of 'org.nd4j.linalg.util.LinAlgExceptions' Java class
LinAlgExceptions
org.nd4j.linalg.util

Class LinAlgExceptions



  • public class LinAlgExceptions
    extends java.lang.Object
    Linear algebra exceptions
    • Constructor Detail

      • LinAlgExceptions

        public LinAlgExceptions()
    • Method Detail

      • assertSameShape

        public static void assertSameShape(INDArray n,
                                           INDArray n2)
      • assertMultiplies

        public static void assertMultiplies(INDArray nd1,
                                            INDArray nd2)
        Asserts matrix multiply rules (columns of left == rows of right)
        Parameters:
        nd1 - the left ndarray
        nd2 - the right ndarray
      • assertValidNum

        public static void assertValidNum(INDArray n)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.