Interface MatrixDecompositor

    • Method Detail

      • decompose

        Matrix[] decompose()
        Decomposes the wrapped matrix.
        Returns:
      • self

        Matrix self()
        Returns the self matrix of this decompositor.
        Returns:
      • applicableTo

        boolean applicableTo​(Matrix matrix)
        Checks whether this decompositor is applicable to given matrix or not.
        Parameters:
        matrix -
        Returns: