opatIO-cpp 0.3.0a
Open Parametrized Array Table
Loading...
Searching...
No Matches
tableLattice.cpp File Reference
#include <cmath>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <utility>
#include "libqhullcpp/Qhull.h"
#include <boost/numeric/ublas/lu.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include "tableLattice.h"
#include <algorithm>
#include <iostream>
#include <ranges>
#include <stdexcept>
#include "libqhullcpp/QhullFacetList.h"
#include "libqhullcpp/QhullVertexSet.h"
#include <iomanip>
#include "libqhullcpp/QhullFacetSet.h"

Namespaces

namespace  opat
 
namespace  opat::lattice
 Namespace for table lattice interpolation of OPAT files.
 

Functions

bvec opat::lattice::solveLinearSystem (bmat A, bvec b)
 Solves a linear system of equations Ax = b.