Searched refs:m_matrix (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/numeric/
H A Dmatrix.h67 return ConstVectorView(gsl_matrix_const_row(m_matrix, i));
72 return ConstVectorView(gsl_matrix_const_column(m_matrix, i));
77 return *gsl_matrix_const_ptr(m_matrix, i, j);
82 return m_matrix;
87 return gsl_matrix_isnull(m_matrix);
128 return gsl_matrix_max(m_matrix);
133 return gsl_matrix_min(m_matrix);
140 gsl_matrix_max_index(m_matrix, &(indices.first), &(indices.second));
148 gsl_matrix_min_index(m_matrix, &(indices.first), &(indices.second));
166 gsl_matrix* m_matrix; member in class:Geom::NL::detail::BaseMatrixImpl
[all...]
H A Dlinear_system.h53 : m_matrix(_matrix), m_vector(_vector), m_solution(_matrix.columns())
58 : m_matrix(_matrix), m_vector(_vector), m_solution(_matrix.columns())
104 return m_matrix;
118 MatrixView m_matrix; member in class:Geom::NL::LinearSystem
H A Dfitting-tool.h71 m_matrix(forecasted_samples, m_model.size()),
84 MatrixView mv(m_matrix, 0, 0, total_samples(), m_matrix.columns());
96 return (total_samples() == m_matrix.rows());
116 Matrix m_matrix; member in class:Geom::NL::detail::lsf_base
316 using base_type::m_matrix;
330 VectorView row = m_matrix.row_view(total_samples());
339 VectorView dest_row = m_matrix.row_view(total_samples());
340 VectorView source_row = m_matrix.row_view(sample_index);
362 using base_type::m_matrix;
[all...]

Completed in 11 milliseconds