This is the complete list of members for frodo2.algorithms.mpc_discsp.Matrix, including all inherited members.
| A | frodo2.algorithms.mpc_discsp.Matrix | protected |
| getArray() | frodo2.algorithms.mpc_discsp.Matrix | |
| getArrayCopy() | frodo2.algorithms.mpc_discsp.Matrix | |
| getColumnDimension() | frodo2.algorithms.mpc_discsp.Matrix | |
| getMatrix(final int[] r, final int j0, final int j1) | frodo2.algorithms.mpc_discsp.Matrix | |
| getRowDimension() | frodo2.algorithms.mpc_discsp.Matrix | |
| identity(final int m, final int n, BigInteger mod) | frodo2.algorithms.mpc_discsp.Matrix | static |
| inverse() | frodo2.algorithms.mpc_discsp.Matrix | |
| m | frodo2.algorithms.mpc_discsp.Matrix | protected |
| Matrix(BigInteger[][] A, BigInteger mod) | frodo2.algorithms.mpc_discsp.Matrix | |
| Matrix(int m, int n, BigInteger mod) | frodo2.algorithms.mpc_discsp.Matrix | |
| Matrix(BigInteger[] v, BigInteger costModulo) | frodo2.algorithms.mpc_discsp.Matrix | |
| mod | frodo2.algorithms.mpc_discsp.Matrix | protected |
| n | frodo2.algorithms.mpc_discsp.Matrix | protected |
| set(int i, int j, BigInteger s) | frodo2.algorithms.mpc_discsp.Matrix | |
| solve(Matrix B) | frodo2.algorithms.mpc_discsp.Matrix | |
| times(final Matrix B) | frodo2.algorithms.mpc_discsp.Matrix | |
| toString() | frodo2.algorithms.mpc_discsp.Matrix | |