Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~383 People Reached
Interests
Programming, Apple products, skateboarding, reading, crossword puzzles.
PC Specs
Mac OS X 10.7.2. Also running an older G5 PowerMac on 10.5.8 w/ a 60 GB SSD, 8 GB of memory, and dual…
Favorite Forums
Favorite Tags
c++ x 1

2 Posted Topics

Member Avatar for bjwittrock

I'm currently working on a implementing a matrix inversion method for a Matrix class in C++. One thing that isn't implemented is a check for when the pivot element is 0, meaning I will need to swap the rows (likely with the row just beneath it). Here is what I …

Member Avatar for mike_2000_17
0
211
Member Avatar for welzmo

Hello, I don't have any direct answers for you, but I was in a similar pickle once. I found this older thread from Apple Discussions that was more than helpful for me. Hope the same applies for you. [url]http://discussions.apple.com/message.jspa?messageID=5634635[/url] B.W.

Member Avatar for bjwittrock
0
172

The End.