|
Theoretica
Mathematical Library
|
Matrix class and operations. More...
#include <sstream>#include <ostream>#include <array>#include <vector>#include "../core/error.h"#include "../core/constants.h"#include "../core/real_analysis.h"#include "./algebra.h"#include "./transform.h"#include "./vec.h"Go to the source code of this file.
Classes | |
| class | theoretica::mat_iterator< Matrix, ReturnType > |
| A sequential iterator for matrices. More... | |
| class | theoretica::mat< Type, N, K > |
| A generic matrix with a fixed number of rows and columns. More... | |
| class | theoretica::mat< Type, 0, 0 > |
| A generic matrix with a variable number of rows and columns. More... | |
Namespaces | |
| namespace | theoretica |
| Main namespace of the library which contains all functions and objects. | |
Matrix class and operations.