Searched refs:base_type (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/2geom/numeric/
H A Dfitting-tool.h140 typedef lsf_base<model_type> base_type; typedef in class:Geom::NL::detail::lsf_solution
142 using base_type::m_model;
143 using base_type::m_psdinv_matrix;
144 using base_type::total_samples;
149 : base_type(_model, forecasted_samples),
216 typedef lsf_base<model_type> base_type; typedef in class:Geom::NL::detail::lsf_solution
218 using base_type::m_model;
219 using base_type::m_psdinv_matrix;
220 using base_type::total_samples;
225 : base_type(_mode
311 typedef lsf_solution<model_type> base_type; typedef in class:Geom::NL::detail::lsf_with_fixed_terms
[all...]
H A Dvector.h186 typedef BaseVectorImpl base_type; typedef in class:Geom::NL::detail::VectorImpl
199 using base_type::operator[];
206 using base_type::get_gsl_vector;
235 VectorImpl & operator+=(base_type const& _vector)
241 VectorImpl & operator-=(base_type const& _vector)
258 typedef detail::VectorImpl base_type; typedef in class:Geom::NL::Vector
284 : base_type()
292 Vector(base_type::base_type const& _vector)
312 Vector & operator=(base_type
368 typedef detail::BaseVectorImpl base_type; typedef in class:Geom::NL::ConstVectorView
441 typedef detail::VectorImpl base_type; typedef in class:Geom::NL::VectorView
[all...]
H A Dsymmetric-matrix-fs.h332 typedef ConstBaseSymmetricMatrix<N> base_type; typedef in class:Geom::BaseSymmetricMatrix
338 : base_type(_data)
344 return m_data[base_type::get_index(i,j)];
349 return m_data[base_type::get_index(i,j)];
383 BaseSymmetricMatrix& operator+= (base_type const& _smatrix)
389 BaseSymmetricMatrix& operator-= (base_type const& _smatrix)
395 using base_type::DIM;
396 using base_type::DATA_SIZE;
397 using base_type::m_data;
398 using base_type
408 typedef BaseSymmetricMatrix<N> base_type; typedef in class:Geom::SymmetricMatrix
494 typedef ConstBaseSymmetricMatrix<N> base_type; typedef in class:Geom::ConstSymmetricMatrixView
538 typedef BaseSymmetricMatrix<N> base_type; typedef in class:Geom::SymmetricMatrixView
[all...]
H A Dmatrix.h223 typedef BaseMatrixImpl base_type; typedef in class:Geom::NL::detail::MatrixImpl
235 using base_type::operator(); // VSC legacy support
238 return base_type::operator ()(i, j);
246 using base_type::get_gsl_matrix;
292 MatrixImpl & operator+=(base_type const& _matrix)
298 MatrixImpl & operator-=(base_type const& _matrix)
320 typedef detail::MatrixImpl base_type; typedef in class:Geom::NL::Matrix
340 : base_type()
349 Matrix(base_type::base_type cons
453 typedef detail::BaseMatrixImpl base_type; typedef in class:Geom::NL::ConstMatrixView
492 typedef detail::MatrixImpl base_type; typedef in class:Geom::NL::MatrixView
[all...]

Completed in 19 milliseconds