RealMatrix |
RealMatrix.getEigenVectors() |
RealMatrix |
RealMatrix.getInverse() |
RealMatrix |
RealMatrix.getTranspose() |
RealMatrix |
SVD.getU() |
RealMatrix |
SVD.getV() |
RealMatrix |
RealMatrix.product(double[][] another) |
RealMatrix |
RealMatrix.product(RealMatrix another) |
RealMatrix |
RealMatrix.productWithScaler(double scaler) |
RealMatrix |
RealMatrix.subtract(double[][] another) |
RealMatrix |
RealMatrix.subtract(RealMatrix another) |
RealMatrix |
RealMatrix.sum(double[][] another) |
RealMatrix |
RealMatrix.sum(RealMatrix another) |