T 48 include/io_errorStream.h template<typename T> T 49 include/io_errorStream.h Error_stream& operator<<(const T&); T 63 include/io_errorStream.h template<typename T> T 64 include/io_errorStream.h Error_stream& Error_stream::operator<<(const T& t){ T 121 old_code/2015linfty/dune_bdf.hpp template<typename T, size_t N > T 122 old_code/2015linfty/dune_bdf.hpp std::string array_to_string(const std::array<T, N> ad, T 134 old_code/2015linfty/dune_bdf.hpp template<typename T, size_t N > T 135 old_code/2015linfty/dune_bdf.hpp std::array<T, N> string_to_array(const std::string s){ T 140 old_code/2015linfty/dune_bdf.hpp std::array<T, N> return_array; T 142 old_code/tumor_growth/tumor_bdf.h template<typename T, size_t N > T 143 old_code/tumor_growth/tumor_bdf.h std::string array_to_string(const std::array<T, N> ad, T 155 old_code/tumor_growth/tumor_bdf.h template<typename T, size_t N > T 156 old_code/tumor_growth/tumor_bdf.h std::array<T, N> string_to_array(const std::string s){ T 161 old_code/tumor_growth/tumor_bdf.h std::array<T, N> return_array; T 127 old_code/tumor_growth/tumor_growth.h template<typename T> T 128 old_code/tumor_growth/tumor_growth.h using Domain = typename T::DomainType; T 129 old_code/tumor_growth/tumor_growth.h template<typename T> T 130 old_code/tumor_growth/tumor_growth.h using Range = typename T::RangeType; T 131 old_code/tumor_growth/tumor_growth.h template<typename T> T 132 old_code/tumor_growth/tumor_growth.h using JacobianRange = typename T::JacobianRangeType; T 133 old_code/tumor_growth/tumor_growth.h template<typename T> T 134 old_code/tumor_growth/tumor_growth.h using DomainField = typename T::DomainFieldType; T 135 old_code/tumor_growth/tumor_growth.h template<typename T> T 136 old_code/tumor_growth/tumor_growth.h using RangeField = typename T::RangeFieldType; T 277 old_code/tumor_growth/tumor_growth.h template<typename T> T 278 old_code/tumor_growth/tumor_growth.h using Local_function = typename T::LocalFunctionType; T 279 old_code/tumor_growth/tumor_growth.h template<typename T> T 280 old_code/tumor_growth/tumor_growth.h using Range = typename Local_function<T>::RangeType; T 281 old_code/tumor_growth/tumor_growth.h template<typename T> T 282 old_code/tumor_growth/tumor_growth.h using Jacobian_range = typename Local_function<T>::JacobianRangeType; T 48 src/maxH_main.cpp template<class T> T 49 src/maxH_main.cpp struct nodes : vector<valarray<T> >{ T 65 src/maxH_main.cpp T t1(d1), t2(d2), t3(d3); // this may narrow T 166 src/maxH_main.cpp template<class T> T 167 src/maxH_main.cpp void print(const valarray<T>& v){ T 33 src/secOrd_op_solutionDriven_impl.cpp template<typename T> T 34 src/secOrd_op_solutionDriven_impl.cpp using Local_function = typename T::LocalFunctionType; T 35 src/secOrd_op_solutionDriven_impl.cpp template<typename T> T 36 src/secOrd_op_solutionDriven_impl.cpp using Domain = typename Local_function<T>::DomainType; T 37 src/secOrd_op_solutionDriven_impl.cpp template<typename T> T 38 src/secOrd_op_solutionDriven_impl.cpp using Range = typename Local_function<T>::RangeType; T 42 src/secOrd_op_solutionDriven_impl.cpp template<typename T> T 43 src/secOrd_op_solutionDriven_impl.cpp using Jacobian_range = typename Local_function<T>::JacobianRangeType; T 53 src/secOrd_op_solutionDriven_impl.h template<typename T> T 54 src/secOrd_op_solutionDriven_impl.h using Local_function = typename T::LocalFunctionType; T 56 src/secOrd_op_solutionDriven_impl.h template<typename T> T 57 src/secOrd_op_solutionDriven_impl.h using Domain = typename Local_function<T>::DomainType; T 58 src/secOrd_op_solutionDriven_impl.h template<typename T> T 59 src/secOrd_op_solutionDriven_impl.h using Range = typename Local_function<T>::RangeType; T 112 src/secOrd_op_solutionDriven_impl.h template<typename T> T 113 src/secOrd_op_solutionDriven_impl.h using Jacobian_range = typename Local_function<T>::JacobianRangeType;