This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
3DFaces
/
libigl_Martin
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
532720dc68
Branches
Tags
martinsChanges
master
libigl_Martin
/
include
/
igl
/
bbw
Alec Jacobson (jalec
8d773485f6
separted bbw as its own extra (mosek optional via IGL_NO_MOSEK), support for mosek 7, better control over verbosity in bbw
il y a 11 ans
..
Makefile
8d773485f6
separted bbw as its own extra (mosek optional via IGL_NO_MOSEK), support for mosek 7, better control over verbosity in bbw
il y a 11 ans
README.txt
8d773485f6
separted bbw as its own extra (mosek optional via IGL_NO_MOSEK), support for mosek 7, better control over verbosity in bbw
il y a 11 ans
bbw.cpp
8d773485f6
separted bbw as its own extra (mosek optional via IGL_NO_MOSEK), support for mosek 7, better control over verbosity in bbw
il y a 11 ans
bbw.h
8d773485f6
separted bbw as its own extra (mosek optional via IGL_NO_MOSEK), support for mosek 7, better control over verbosity in bbw
il y a 11 ans
README.txt
This library extra implements "Bounded Biharmonic Weights". By default it
depends on libiglmosek and therefor also mosek. To compile issue:
make
To compile without the mosek dependency issue:
make IGL_NO_MOSEK=1