Class UtilSimpleMatrix


  • public class UtilSimpleMatrix
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SimpleMatrix convertSimple​(org.ejml.data.DMatrixRBlock A)
      Converts the block matrix into a SimpleMatrix.
      • Methods inherited from class java.lang.Object

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

      • UtilSimpleMatrix

        public UtilSimpleMatrix()
    • Method Detail

      • convertSimple

        public static SimpleMatrix convertSimple​(org.ejml.data.DMatrixRBlock A)

        Converts the block matrix into a SimpleMatrix.

        Parameters:
        A - Block matrix that is being converted. Not modified.
        Returns:
        Equivalent SimpleMatrix.