Searched refs:MatrixOperationFailedException (Results 1 – 4 of 4) sorted by relevance
33 public static class MatrixOperationFailedException extends Exception { class in MatrixUtils36 public MatrixOperationFailedException(String msg) { in MatrixOperationFailedException() method in MatrixUtils.MatrixOperationFailedException73 final float[][] squareMatrix1, final int size) throws MatrixOperationFailedException { in sweep()76 throw new MatrixOperationFailedException("Inverse failed. Invalid pivot"); in sweep()102 final float[][] inverseMatrix) throws MatrixOperationFailedException { in inverse()106 throw new MatrixOperationFailedException( in inverse()124 final float[][] retval) throws MatrixOperationFailedException { in multiply()126 throw new MatrixOperationFailedException( in multiply()133 throw new MatrixOperationFailedException( in multiply()
20 import com.android.inputmethod.keyboard.internal.MatrixUtils.MatrixOperationFailedException;45 final float[][] retval) throws MatrixOperationFailedException { in get3DParameters()
19 import com.android.inputmethod.keyboard.internal.MatrixUtils.MatrixOperationFailedException;44 } catch (MatrixOperationFailedException e) {70 } catch (MatrixOperationFailedException e) {75 } catch (MatrixOperationFailedException e) {
19 import com.android.inputmethod.keyboard.internal.MatrixUtils.MatrixOperationFailedException;41 } catch (MatrixOperationFailedException e) { in testGet3DParamaters()