Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alec Jacobson
Alec Jacobson has asked
32
questions and find answers to
11
problems.
Stats
433
EtPoint
94
Vote count
32
questions
11
answers
About
www.cs.toronto.edu/~jacobson
alecjacobson.com/weblog
Alec Jacobson questions
Is the documentation for gluProject missing perspective division?
Why doesn't const range based for use const_iterator?
Why does memcpy fail to copy Eigen matrix data, but std::copy succeed?
Is it possible to explicitly specialize template to match lambda?
New MATLAB version overrides my function with class method. Can I still call my function?
Is it possible/easy to determine how much power a program is using?
Is clang's c++11 support reliable?
Has any program used .DS_Store (or the like) for something useful?
Which browsers do not support animated gifs?
Is it possible to use (multiple) font styles within CSS `content`?
Alec Jacobson answers
Calculate Hausdorff distance between two meshes
find rowwise maxCoeff and Index of maxCoeff in Eigen
Solving multiple linear systems using vectorization
MATLAB find() / Numpy nonzero idioms for Eigen
How to find connected components in Matlab?
C++ library for mesh to mesh intersection: what is available?
How to Desaturate a Color?
Submatrices and indices using Eigen
How can I delete all lines before a specific string from a number of files
Using pair as key in a map (C++ / STL)