Exemplo n.º 1
0
void fun3(MatrixBase<V1> &a){
  a.array() += 1;
}
Exemplo n.º 2
0
void fun2(MatrixBase<M1> &a){
  a.array() += 1;
}