Home
last modified time | relevance | path

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

/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dmatstor.spad138 copyCol! : (ARR, REP, Integer, Integer) -> ARR
139 copyCol!(bCol, bb, j, n1) ==
150 copyCol!(bCol, bb, j, n1)
/dports/games/cgoban/cgoban-1.9.14/wmslib/src/but/
H A Di_finder.c30 static void copyCol(ButCol *dest, ButCol *src);
164 copyCol(&new_cl[dest], &win->cols[src]); in but_addToTable()
170 copyCol(&new_cl[dest], &win->cols[src]); in but_addToTable()
278 static void copyCol(ButCol *dest, ButCol *src) { in copyCol() function
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathGrid.h189 virtual void copyCol(col_type c);
H A DInsetMathGrid.cpp902 void InsetMathGrid::copyCol(col_type col) in copyCol() function in lyx::InsetMathGrid
1550 copyCol(cur.col()); in doDispatch()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_ModulesInformationComponent.h187 copyCol, enumerator
/dports/math/linbox/linbox-1.6.3/linbox/matrix/matrixdomain/
H A Dmatrix-domain.h618 template <class Matrix1, class Matrix2> Matrix1 &copyCol (Matrix1 &B, const Matrix2 &A) const;
632 return copyCol (B, A); in copySpecialized()
H A Dmatrix-domain.inl60 Matrix1 &MatrixDomain<Field>::copyCol (Matrix1 &A, const Matrix2 &B) const