[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] naming conflict
- From: Andy Somogyi <andy.somogyi@xxxxxxxxx>
- Date: Thu, 25 Nov 2010 18:20:32 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=4jQhL4HQk1pkv0JWktsy6RZHg8sNzzYMfezgMK99Jvo=; b=D2LTSABq/H7rG67Z2eTVO+xvTReKVX6UgZ+KMINiWPve8tgxuzG2V0HLiLYNeWF5lU jfg7GBq5MzmXX/drfQjwWGQB/Dk+Oufn63/n2bY6s0MV0rlo+uq1e66YLGiGWst7eLRh 13a+QwoKJW13WZ29DEiSzSYNv+Uyrg/pJD624=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=ZRoOAIdcHXwhTbzXuLD431KRpLrRtVs4xkXqoKbd2pS/30lWBr+P/R7bjc1iqGiZTH l5zmPCcOm8jdAryjtW/jWtvwKjEOOHlRk79k/ZnGeIerCugJNNdlJCaeh4LNGozq4LWx 7EEnkbz711RPsG9n/KTaTo9L0Xky7GIWbb2Fo=
Hey Eigen Dudes,
ran into an issues when using sparse matrices with objective-c++. In objective-c++, "id" is a reserved keyword, and there were several instances in SparseMatrix.h and SparseBlock.h, I replaced these with just "i", and seems to work OK.