Package scipy.sparse

Class CSRMatrixUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<? extends java.lang.Number> getContent​(CSRMatrix matrix)  
      static int[] getShape​(CSRMatrix matrix)  
      • Methods inherited from class java.lang.Object

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

      • getShape

        public static int[] getShape​(CSRMatrix matrix)
      • getContent

        public static java.util.List<? extends java.lang.Number> getContent​(CSRMatrix matrix)