Documentation of 'org.la4j.linear.LinearSystemSolver' Java class
LinearSystemSolver
org.la4j.linear

Interface LinearSystemSolver

    • Method Detail

      • solve

        Vector solve(Vector b)
        Solves the system A*x = b.
        Parameters:
        b -
        Returns:
      • self

        Matrix self()
        Returns the self matrix of the solver.
        Returns:
      • unknowns

        int unknowns()
        Returns the number os unknowns in this solver.
        Returns:
      • equations

        int equations()
        Returns the number of equations in this solver.
        Returns:
      • applicableTo

        boolean applicableTo(Matrix matrix)
        Checks whether this solver applicable to given matrix or not.
        Parameters:
        matrix -

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.