anpcpp 0.1.0
Analytic Network Process computational library
Loading...
Searching...
No Matches
Classes | Namespaces
matrix.hpp File Reference

Dense row-major vectors and matrices. More...

#include <cstddef>
#include <stdexcept>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  anpcpp::DimensionError
 Thrown when vector/matrix dimensions do not match an operation. More...
 
class  anpcpp::Vector
 One-dimensional array of doubles with element-wise arithmetic. More...
 
class  anpcpp::Matrix
 Dense row-major matrix stored in a flat buffer. More...
 

Namespaces

namespace  anpcpp
 Analytic Network Process computational library.
 

Detailed Description

Dense row-major vectors and matrices.