Home
last modified time | relevance | path

Searched refs:orthogonalizeMatrix (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java232 double[][] ort = orthogonalizeMatrix(m, threshold); in Rotation()
956 private double[][] orthogonalizeMatrix(double[][] m, double threshold) in orthogonalizeMatrix() method in Rotation