#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
class | mio::Matrix |
This class implements the basic operations on matrices. Elements are access in matrix notation: that is A(1,2) represents the second element of the first line. Index go from 1 to nrows/ncols. More... | |
Namespaces | |
namespace | mio |