Home
last modified time | relevance | path

Searched refs:nonconst_mat (Results 1 – 1 of 1) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DExperimentDataUtils.cpp854 RealMatrix & nonconst_mat = const_cast<RealMatrix&>(mat); in sort_matrix_columns() local
855 const RealVector & unsrt_vec = Teuchos::getCol(Teuchos::View, nonconst_mat, i); in sort_matrix_columns()