This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cpp
/
libigl
réplica de
https://github.com/libigl/libigl.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
e1f423c312
Ramas
Etiquetas
activeset
alecjacobson-patch-2
alecjacobson/2d
alecjacobson/convex-hull
alecjacobson/debug-static
alecjacobson/delete-tutorials-immediately
alecjacobson/dual-contouring
alecjacobson/dummy
alecjacobson/ec-boundaries
alecjacobson/parallel_for
alecjacobson/parallel_for-no-nesting
alecjacobson/tetgenio-bug-fix
alecjacobson/trim-assertion
alecjacobson/use-ccache-binary
circulation
disable-glad-on-apple
fix-segseg
main
paul0noah-reworkSparseRepmat
qnzhou/ui
rm-png
stable
templates-and-other-minor-changes
vfonov-tri_tri_intersect
v2.6.0
v2.5.0
v2.4.0
v2.3.0
v2.2.0
v2.1.0
v1.3.3
v2.0.0
v1.3.2
v1.3.1
libigl
/
examples
/
transpose_blocks
jalec
bd4d115fea
major reorganization of directory structure
%!s(int64=14) %!d(string=hai) anos
..
Makefile
bd4d115fea
major reorganization of directory structure
%!s(int64=14) %!d(string=hai) anos
README
47136a5d14
get_seconds example, still not sure why ctime is not working with GLUT...
%!s(int64=14) %!d(string=hai) anos
example.cpp
bd4d115fea
major reorganization of directory structure
%!s(int64=14) %!d(string=hai) anos
README
This is a simple example program that shows how to use the transpose_blocks
function of the igl library
To Build:
make
To Run:
./example
which should produce
A=[
0 1 2 3
4 5 6 7
100 101 102 103
104 105 106 107
200 201 202 203
204 205 206 207
];
B=[
0 4
1 5
2 6
3 7
100 104
101 105
102 106
103 107
200 204
201 205
202 206
203 207
];