Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DMatrix.hpp93 Matrix &orthogonalise(); // Gram-Schmidt orthogonalisation of 3x3 submatrix
DMatrix.cpp312 Matrix &Matrix::orthogonalise() in orthogonalise() function in sw::Matrix