Searched refs:copyCol (Results 1 – 7 of 7) sorted by relevance
/dports/math/fricas/fricas-1.3.7/src/algebra/ |
H A D | matstor.spad | 138 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 D | i_finder.c | 30 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 D | InsetMathGrid.h | 189 virtual void copyCol(col_type c);
|
H A D | InsetMathGrid.cpp | 902 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 D | jucer_ModulesInformationComponent.h | 187 copyCol, enumerator
|
/dports/math/linbox/linbox-1.6.3/linbox/matrix/matrixdomain/ |
H A D | matrix-domain.h | 618 template <class Matrix1, class Matrix2> Matrix1 ©Col (Matrix1 &B, const Matrix2 &A) const; 632 return copyCol (B, A); in copySpecialized()
|
H A D | matrix-domain.inl | 60 Matrix1 &MatrixDomain<Field>::copyCol (Matrix1 &A, const Matrix2 &B) const
|