EllAlgo 1.6.13
Loading...
Searching...
No Matches
Classes
ell_matrix.hpp File Reference

Square matrix with flat storage and strided views. More...

#include <algorithm>
#include <cstddef>
#include <valarray>
#include <vector>
Include dependency graph for ell_matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SliceView
 Proxy view over a strided slice of a flat array. More...
 
class  Matrix
 Square matrix with flat std::vector<double> storage. More...
 

Detailed Description

Square matrix with flat storage and strided views.