Documentation of 'jsci.maths.matrices.Matrix' Java class
Matrix
jsci.maths.matrices

Class Matrix

    • Constructor Detail

      • Matrix

        public Matrix(int rows,
                      int cols)
        Constructs a matrix.
    • Method Detail

      • rows

        public final int rows()
        Returns the number of rows.
      • columns

        public final int columns()
        Returns the number of columns.
      • transpose

        public abstract Matrix transpose()
        Returns the transpose of this matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.