Theoretica
A C++ numerical and automatic mathematical library
mat.h File Reference

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

 theoretica
 Main namespace of the library which contains all functions and objects.
 

Detailed Description

Matrix class and operations.