Class Matf


  • public class Matf
    extends Object
    Arbitrary-size single-precision matrix class. Currently very simple and only supports a few needed operations.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float[] data  
      private int nCol  
      private int nRow  
    • Constructor Summary

      Constructors 
      Constructor Description
      Matf​(int nRow, int nCol)  
      Matf​(Matf arg)