Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
7answers
4k views

What are the most widely used C++ vector/matrix math/linear algebra libraries, and their cost and benefit tradeoffs?

It seems that many projects slowly come upon a need to do matrix math, and fall into the trap of first building some vector classes and slowly adding in functionality until they get caught building a ...
5
votes
6answers
2k views

C++ Memory Efficient Solution for Ax=b Linear Algebra System

I am using Numeric Library Bindings for Boost UBlas to solve a simple linear system. The following works fine, except it is limited to handling matrices A(m x m) for relatively small 'm'. In practice ...
3
votes
2answers
351 views

What book should I read as an alternative to “Head First Servlets and JSP”?

I am looking for another book beside Head First Servlets and JSP. The Head First book didn't really appeal too me, as it was too much theory and questions/exam objectives. I am looking something ...
2
votes
1answer
773 views

C cross-platform sound input library

What's the best free cross-platform c99 (or earlier) library for getting sound input (microphone, etc)?
2
votes
4answers
1k views

Which Windows (C++) screen capture libraries fit my requirements?

I'm ready to outsource the screen capture functionality of our application, because it's not our core business and I've spent too much time trying to get our code to do all the things I need. Time for ...
1
vote
2answers
122 views

What is a good book to buy on php cms development?

I would like to build a cms with php using zend framework. I have been disappointed in the past when purchasing programming books only for the author to say, "well this example would not really work ...
1
vote
2answers
259 views

Which Hadoop API version should I use?

In the latest Hadoop Studio the 0.18 API of Hadoop is called "Stable" and the 0.20 API of Hadoop is called "Unstable". The distribution that comes from Yahoo is a 0.20 (with yahoo patches), which is ...