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