Home
last modified time | relevance | path

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

/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Drk_matrix.hpp76 void mGSTruncate(double epsilon, int initialPivotA=0, int initialPivotB=0);
H A Drk_matrix.cpp273 mGSTruncate(epsilon, initialPivotA, initialPivotB); in truncate()
338 template<typename T> void RkMatrix<T>::mGSTruncate(double epsilon, int initialPivotA, int initialPi… in mGSTruncate() function in hmat::RkMatrix