Documentation of 'edu.jas.structure.AlgebraFactory' Java class
AlgebraFactory
edu.jas.structure

Interface AlgebraFactory<A extends AlgebraElem<A,C>,C extends RingElem<C>>

    • Method Detail

      • fromList

        A fromList(java.util.List<java.util.List<C>> m)
        Convert list of list to matrix.
        Parameters:
        m - list of list of ring elements.
        Returns:
        a matrix with the elements from m.
      • random

        A random(int k,
                 float q)
        Random Matrix.
        Parameters:
        k - size of coefficients.
        q - fraction of non zero elements.
        Returns:
        a random matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.