Home
last modified time | relevance | path

Searched defs:aszero (Results 1 – 10 of 10) sorted by relevance

/dports/math/R-cran-raster/raster/R/
H A Dcv.R7 setGeneric("cv", function(x, ..., aszero=FALSE, na.rm=FALSE) argument
12 function(x, ..., aszero=FALSE, na.rm=FALSE) { argument
39 function(x, ..., aszero=FALSE, na.rm=FALSE){ argument
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/
H A DTermMatrix.cpp1780 TermMatrix& TermMatrix::roundToZero(real_t aszero) in roundToZero()
1786 TermMatrix roundToZero(const TermMatrix& tm, real_t aszero = 10*theEpsilon ) //! return the 0 roun… in roundToZero()
H A DSuTermMatrix.cpp1491 SuTermMatrix& SuTermMatrix::roundToZero(real_t aszero) in roundToZero()
H A DSuTermVector.cpp2147 SuTermVector& SuTermVector::roundToZero(real_t aszero) in roundToZero()
H A DTermVector.cpp1778 TermVector& TermVector::roundToZero(real_t aszero) in roundToZero()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/utils/
H A DVector.hpp463 …Vector<K>& roundToZero(real_t aszero=10*theEpsilon) //! round to 0 all coefficients smaller (in no… in roundToZero()
H A DVectorEntry.cpp1185 VectorEntry& VectorEntry::roundToZero(real_t aszero) in roundToZero()
H A DMatrix.hpp866 …Matrix<K>& roundToZero(real_t aszero=10*theEpsilon) //! round to 0 all coefficients smaller (in no… in roundToZero()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/essentialConditions/
H A DConstraints.cpp1155 void Constraints::reduceConstraints(real_t aszero) in reduceConstraints()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/largeMatrix/
H A DLargeMatrix.hpp1461 void LargeMatrix<T>::roundToZero(real_t aszero) in roundToZero()