예제 #1
0
inline bool chol(mat& sigma, mat& out){
  out = sigma.llt().matrixLLT();
  return true;
}