Lines Matching refs:m_matrix
71 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;
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;
377 VectorView row = m_matrix.row_view(total_samples());
386 VectorView dest_row = m_matrix.row_view(total_samples());
387 VectorView source_row = m_matrix.row_view(sample_index);