Home
last modified time | relevance | path

Searched defs:set_scientific (Results 1 – 4 of 4) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dtable_handler.cc371 TableHandler::set_scientific(const std::string &key, const bool scientific) in set_scientific() function in TableHandler
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dticker.py576 def set_scientific(self, b): member in ScalarFormatter
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dticker.py675 def set_scientific(self, b): member in ScalarFormatter
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dmatrix_impl.hpp47 void Matrix<Scalar>::set_scientific(bool scientific) { stream_scientific_ = scientific; } in set_scientific() function in casadi::Matrix