Home | History | Annotate | Download | only in linear

Lines Matching refs:InvalidMatrixException

71      * @exception InvalidMatrixException
77 throws InvalidMatrixException {
157 public RealMatrix getU() throws InvalidMatrixException {
164 public RealMatrix getUT() throws InvalidMatrixException {
176 public RealMatrix getS() throws InvalidMatrixException {
188 public double[] getSingularValues() throws InvalidMatrixException {
193 public RealMatrix getV() throws InvalidMatrixException {
200 public RealMatrix getVT() throws InvalidMatrixException {
243 public double getNorm() throws InvalidMatrixException {
248 public double getConditionNumber() throws InvalidMatrixException {