Class RawSingularValue

    • Field Detail

      • e

        private double[] e
      • m

        private int m
        Calculation row and column dimensions, possibly transposed from the input
      • n

        private int n
        Calculation row and column dimensions, possibly transposed from the input
      • myPseudoinverse

        private transient R064Store myPseudoinverse
      • myTransposed

        private boolean myTransposed
      • myUt

        private double[][] myUt
        Arrays for internal storage of U and V.
      • myVt

        private double[][] myVt
      • s

        private double[] s
        Array for internal storage of singular values.
      • w

        private double[] w
    • Constructor Detail

      • RawSingularValue

        RawSingularValue()
        Not recommended to use this constructor directly. Consider using the static factory method org.ojalgo.matrix.decomposition.SingularValue#make(Access2D) instead.