Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/pkg/fining/examples/gap/
H A Dgpolygons_gpbyincmat.g2 incmat := [
24 pp := GeneralisedPolygonByIncidenceMatrix( incmat );
/dports/math/gap/gap-4.11.0/pkg/fining/examples/include/
H A Dgpolygons_gpbyincmat.include1 gap> incmat := [
23 gap> pp := GeneralisedPolygonByIncidenceMatrix( incmat );
H A Dgpolygons_projplanes2.include1 gap> incmat := [
23 gap> pp := ProjectivePlaneByIncidenceMatrix( incmat );
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.cpp248 int current_matrix[4][4], incmat[4][4], testmat[4][4], in compress() local
299 Math4d::get4dTwistMat(grip.coords, angle, incmat); in compress()
300 MXM4i(current_matrix, incmat, current_matrix); in compress()
370 Math4d::get4dTwistMat(grip.coords, angle, incmat); in compress()
371 MXM4i(current_matrix, current_matrix, incmat); in compress()
/dports/math/gap/gap-4.11.0/pkg/sonata-2.9.1/lib/
H A Ddesign.gi179 local points, blocks, incmat,
184 incmat := [];
195 Append( incmat, [row] );
198 SetIncidenceMat( D, incmat );
200 return incmat;
216 local incmat,
219 incmat := IncidenceMat( D );
220 row := incmat[1];
226 for row in incmat do
/dports/math/gap/gap-4.11.0/pkg/fining/lib/
H A Dgpolygons.gi1047 local graph, mat, incmat, szpoints, szlines;
1057 incmat := mat{[1..szpoints]}{[szpoints+1..szpoints+szlines]};
1058 return incmat;